C# 클래스 TypeInfo, moon

상속: MemberInfo
파일 보기 프로젝트 열기: shana/moon 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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