C# 클래스 Dwarrowdelf.TypeInfo

파일 보기 프로젝트 열기: tomba/dwarrowdelf

공개 메소드들

메소드 설명
GetTypeInfo ( Type type ) : TypeInfo
ToString ( ) : string
TypeInfo ( Type type ) : System

비공개 메소드들

메소드 설명
CompareEntries ( MemberEntry a, MemberEntry b ) : int
FindGenericInterface ( Type genericIface, Type type ) : Type
GetConverter ( Type type ) : TypeConverter
GetMemberEntries ( Type type ) : Dwarrowdelf.MemberEntry[]
GetMembers ( Type type ) : IEnumerable
GetSerializationMethods ( Type type, Type attributeType ) : System.Reflection.MethodInfo[]
IsBasicType ( Type type ) : bool
TypeIsSimple ( Type type ) : bool

메소드 상세

GetTypeInfo() 공개 정적인 메소드

public static GetTypeInfo ( Type type ) : TypeInfo
type System.Type
리턴 TypeInfo

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TypeInfo() 공개 메소드

public TypeInfo ( Type type ) : System
type System.Type
리턴 System