C# Class Dwarrowdelf.TypeInfo

显示文件 Open project: tomba/dwarrowdelf

Public Methods

Method Description
GetTypeInfo ( Type type ) : TypeInfo
ToString ( ) : string
TypeInfo ( Type type ) : System

Private Methods

Method Description
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

Method Details

GetTypeInfo() public static method

public static GetTypeInfo ( Type type ) : TypeInfo
type System.Type
return TypeInfo

ToString() public method

public ToString ( ) : string
return string

TypeInfo() public method

public TypeInfo ( Type type ) : System
type System.Type
return System