Share via


SysCompileIL::dumpIncrementalBulk Method [AX 2012]

Generates XML files that represent the pseudocode that is produced by the X++ compiler.

Syntax

client server public static boolean dumpIncrementalBulk()

Run On

ClientOrServer

Return Value

Type: boolean
true if there are modified types; otherwise, false.

Remarks

This method is called from the client because it has the logic that is needed to compile and produce the metadata for the kernel classes.

See Also

Reference

SysCompileIL Class