Share via


XppCompiler.dumpClass Method

Creates an XML string that contains the X++ compiler information for a class.

Syntax

public str dumpClass(str className)

Run On

Called

Parameters

  • className
    Type: str

Return Value

Type: str
The X++ compiler information for the specified class

Remarks

General use of this method is discouraged, because the output format might change without warning from version to version.

See Also

Reference

XppCompiler Class