Share via


SysCompileIL::dumpParallel Method [AX 2012]

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

Syntax

server private static void dumpParallel(int startFileIndex, int endFileIndex)

Run On

Server

Parameters

  • startFileIndex
    Type: int
    The starting index in the Dictonary object to dump the XML files.
  • endFileIndex
    Type: int
    The ending index in the Dictionary object to dump the XML files.

Remarks

This method is called from the client because it has the logic that is required to compile and produce the metadata for the kernel classes. The resulting files are saved in the path that is specified by the XML path.

See Also

Reference

SysCompileIL Class