XppCompiler.dumpClass(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an XML string that contains the X++ compiler information for a class.
public:
virtual System::String ^ dumpClass(System::String ^ _className);
public virtual string dumpClass (string _className);
abstract member dumpClass : string -> string
override this.dumpClass : string -> string
Public Overridable Function dumpClass (_className As String) As String
Parameters
- _className
- String
Returns
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.