C# Class TypeInfo, moon

Inheritance: MemberInfo
Afficher le fichier Open project: shana/moon Class Usage Examples

Méthodes publiques

Свойство Type Description
Base TypeReference,
Include bool
IsClass bool
IsEnum bool
IsInterface bool
IsStruct bool
IsValueType bool
SkipValue bool

Méthodes publiques

Méthode 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

Method Details

GetBaseEventCount() public méthode

public GetBaseEventCount ( ) : int
Résultat int

GetEventCount() public méthode

Returns the number of events in this class, not counting base classes.
public GetEventCount ( ) : int
Résultat int

GetEventId() public méthode

public GetEventId ( FieldInfo, Event ) : int
Event FieldInfo,
Résultat int

GetTotalEventCount() public méthode

public GetTotalEventCount ( ) : int
Résultat int

NeedsQualifiedGetValue() public méthode

public NeedsQualifiedGetValue ( GlobalInfo, all ) : bool
all GlobalInfo,
Résultat bool

TypeInfo() public méthode

public TypeInfo ( ) : System
Résultat System

TypeInfo() public méthode

public TypeInfo ( string Name, string KindName, string Base, bool Include ) : System
Name string
KindName string
Base string
Include bool
Résultat System

TypeInfo() public méthode

public TypeInfo ( string Name, string KindName, string Base, bool Include, bool SkipValue ) : System
Name string
KindName string
Base string
Include bool
SkipValue bool
Résultat System

TypeInfo() public méthode

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
Résultat System

TypeInfo() public méthode

public TypeInfo ( string Name, string KindName, string Base, bool Include, int SLVersion ) : System
Name string
KindName string
Base string
Include bool
SLVersion int
Résultat System

TypeInfo() public méthode

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
Résultat System

Property Details

Base public_oe property

public TypeReference, Base
Résultat TypeReference,

Include public_oe property

public bool Include
Résultat bool

IsClass public_oe property

public bool IsClass
Résultat bool

IsEnum public_oe property

public bool IsEnum
Résultat bool

IsInterface public_oe property

public bool IsInterface
Résultat bool

IsStruct public_oe property

public bool IsStruct
Résultat bool

IsValueType public_oe property

public bool IsValueType
Résultat bool

SkipValue public_oe property

public bool SkipValue
Résultat bool