Summary description for DotNetClassInfo.
System.MarshalByRefObject
Westwind.wwReflection.TypeParser
public class TypeParser : MarshalByRefObject
Class Members
Member | Description | |
---|---|---|
Constructor |
||
aConstants |
Constants are not used at this point | |
aObjects |
Array of parsed objects after GetAllObjects() is called | |
aXObjects |
Array of native Type references | |
bWordWrap |
Word Wrapping options for Body and Remark text | |
cErrorMsg |
Error Message if an error occurred. | |
cFilename |
File path to the Assembly to parse | |
cSyntax |
Language Syntax to document in | |
cXmlFilename |
File path to the optional Xml documentation file. If empty XML documentation is not used. | |
lError |
Error flag - can be checked after method calls | |
nConstantCount |
||
nObjectCount |
Number of objects retrieved | |
oObject |
If calling GetObject() this returns a single object to parse | |
RetrieveDeclaredMembersOnly |
Determines whether inherited members are retrieved | |
GetAllObjects |
Gets all objects into the aObjects array and parses all method/properties into the subarrays. public int GetAllObjects( bool llDontParseMethods ); public int GetAllObjects(); |
|
GetObject |
Parses an object by name and sets the oObject member with the result. public bool GetObject( string lcClass ); |
|
GetVersionInfo |
public string GetVersionInfo(); |
|
ParseXmlProperties |
This method parses comments from C# XML documentation into the appropriate cHelpText properties. public bool ParseXmlProperties( DotnetObject loPassedObject ); |
Requirements
Namespace: Westwind.wwReflectionAssembly: wwReflection.DLL
© West Wind Techologies, 1996-2023 • Updated: 07/31/07
Comment or report problem with topic