Westwind.wwReflection.DotnetObject
public class DotnetObject : object
Class Members
Member | Description | |
---|---|---|
Constructor |
||
aEvents |
||
aMethods |
||
aProperties |
||
cAssembly |
||
cExample |
||
cHelpText |
||
cImplements |
||
cInheritanceTree |
||
cInheritsFrom |
||
cName |
||
cNamespace |
||
cOther |
All class level identifiers except visibility. ie: static override virtual etc. | |
cRemarks |
||
cScope |
||
cSeeAlso |
||
cSignature |
Full signature of the class - namespace + classname | |
cSyntax |
||
cType |
class, interface, enum, delegate | |
nEventCount |
||
nMethodCount |
||
nPropertyCount |
||
LoadEvents |
Load Events from an object into aEvents property public int LoadEvents( Type loType ); |
|
LoadMethods |
Loads all methods for a given type into the aMethod array public int LoadMethods( Type loType ); |
|
LoadProperties |
Loads properties and fields into the aProperties array. public int LoadProperties( Type loType ); |
|
TypeNameForLanguage |
Converts a CLR typename to VB or C# type name. Type must passed in as plain name not in full system format. public string TypeNameForLanguage( string Type ); |
|
RetrieveDeclaredMembersOnly |
Determines whether inherited members are retrieved |
Requirements
Namespace: Westwind.wwReflectionAssembly: wwReflection.DLL
© West Wind Techologies, 1996-2023 • Updated: 07/31/07
Comment or report problem with topic