C# Класс TypeInfo, moon

Наследование: MemberInfo
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Base TypeReference,
Include bool
IsClass bool
IsEnum bool
IsInterface bool
IsStruct bool
IsValueType bool
SkipValue bool

Открытые методы

Метод Описание
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

Описание методов

GetBaseEventCount() публичный Метод

public GetBaseEventCount ( ) : int
Результат int

GetEventCount() публичный Метод

Returns the number of events in this class, not counting base classes.
public GetEventCount ( ) : int
Результат int

GetEventId() публичный Метод

public GetEventId ( FieldInfo, Event ) : int
Event FieldInfo,
Результат int

GetTotalEventCount() публичный Метод

public GetTotalEventCount ( ) : int
Результат int

NeedsQualifiedGetValue() публичный Метод

public NeedsQualifiedGetValue ( GlobalInfo, all ) : bool
all GlobalInfo,
Результат bool

TypeInfo() публичный Метод

public TypeInfo ( ) : System
Результат System

TypeInfo() публичный Метод

public TypeInfo ( string Name, string KindName, string Base, bool Include ) : System
Name string
KindName string
Base string
Include bool
Результат System

TypeInfo() публичный Метод

public TypeInfo ( string Name, string KindName, string Base, bool Include, bool SkipValue ) : System
Name string
KindName string
Base string
Include bool
SkipValue bool
Результат System

TypeInfo() публичный Метод

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
Результат System

TypeInfo() публичный Метод

public TypeInfo ( string Name, string KindName, string Base, bool Include, int SLVersion ) : System
Name string
KindName string
Base string
Include bool
SLVersion int
Результат System

TypeInfo() публичный Метод

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
Результат System

Описание свойств

Base публичное свойство

public TypeReference, Base
Результат TypeReference,

Include публичное свойство

public bool Include
Результат bool

IsClass публичное свойство

public bool IsClass
Результат bool

IsEnum публичное свойство

public bool IsEnum
Результат bool

IsInterface публичное свойство

public bool IsInterface
Результат bool

IsStruct публичное свойство

public bool IsStruct
Результат bool

IsValueType публичное свойство

public bool IsValueType
Результат bool

SkipValue публичное свойство

public bool SkipValue
Результат bool