Property | Type | Description | |
---|---|---|---|
Base | TypeReference, | ||
Include | bool | ||
IsClass | bool | ||
IsEnum | bool | ||
IsInterface | bool | ||
IsStruct | bool | ||
IsValueType | bool | ||
SkipValue | bool |
Method | Description | |
---|---|---|
GetBaseEventCount ( ) : int | ||
GetEventCount ( ) : int |
Returns the number of events in this class, not counting base classes.
|
|
GetEventId ( FieldInfo, Event ) : int | ||
GetTotalEventCount ( ) : int | ||
NeedsQualifiedGetValue ( GlobalInfo, all ) : bool | ||
TypeInfo ( ) : System | ||
TypeInfo ( string Name, string KindName, string Base, bool Include ) : System | ||
TypeInfo ( string Name, string KindName, string Base, bool Include, bool SkipValue ) : System | ||
TypeInfo ( string Name, string KindName, string Base, bool Include, bool SkipValue, bool is_value_type, bool is_interface ) : System | ||
TypeInfo ( string Name, string KindName, string Base, bool Include, int SLVersion ) : System | ||
TypeInfo ( string Name, string KindName, string Base, bool Include, int SLVersion, bool SkipValue ) : System |
public NeedsQualifiedGetValue ( GlobalInfo, all ) : bool | ||
all | GlobalInfo, | |
return | bool |
public TypeInfo ( string Name, string KindName, string Base, bool Include ) : System | ||
Name | string | |
KindName | string | |
Base | string | |
Include | bool | |
return | System |
public TypeInfo ( string Name, string KindName, string Base, bool Include, bool SkipValue ) : System | ||
Name | string | |
KindName | string | |
Base | string | |
Include | bool | |
SkipValue | bool | |
return | System |
public TypeInfo ( string Name, string KindName, string Base, bool Include, bool SkipValue, bool is_value_type, bool is_interface ) : System | ||
Name | string | |
KindName | string | |
Base | string | |
Include | bool | |
SkipValue | bool | |
is_value_type | bool | |
is_interface | bool | |
return | System |
public TypeInfo ( string Name, string KindName, string Base, bool Include, int SLVersion ) : System | ||
Name | string | |
KindName | string | |
Base | string | |
Include | bool | |
SLVersion | int | |
return | System |
public TypeInfo ( string Name, string KindName, string Base, bool Include, int SLVersion, bool SkipValue ) : System | ||
Name | string | |
KindName | string | |
Base | string | |
Include | bool | |
SLVersion | int | |
SkipValue | bool | |
return | System |