C# 클래스 FlatRedBall.Content.MappingMethods

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
mAcceptedMemberTypes List
mAppendOntoBase bool
mBytesUsed int
mMappings MemberMapping>.Dictionary
mMappingsForGenerics MemberMapping>.Dictionary
mMemberBitMask BindingFlags
mTypesToIgnore List

공개 메소드들

메소드 설명
BreakdownUnknownType ( MemberInfo objectInfo, object objectValue ) : void
BreakdownUnknownTypeList ( MemberInfo objectInfo, object objectValue ) : void
End ( ) : void
GetMappingForType ( Type typeOfObject ) : MemberMapping
HasMethodForType ( Type typeOfObject ) : bool
IgnoreType ( Type typeOfObject ) : bool
MappingMethods ( ) : System
Start ( ) : void

보호된 메소드들

메소드 설명
FormatStringReplacement ( StringBuilder outputText ) : void
GetSizeOfListType ( PropertyInfo objectInfo ) : int
GetSizeOfType ( Type type ) : int
IsStruct ( Type t ) : bool

메소드 상세

BreakdownUnknownType() 공개 메소드

public BreakdownUnknownType ( MemberInfo objectInfo, object objectValue ) : void
objectInfo System.Reflection.MemberInfo
objectValue object
리턴 void

BreakdownUnknownTypeList() 공개 메소드

public BreakdownUnknownTypeList ( MemberInfo objectInfo, object objectValue ) : void
objectInfo System.Reflection.MemberInfo
objectValue object
리턴 void

End() 공개 메소드

public End ( ) : void
리턴 void

FormatStringReplacement() 보호된 메소드

protected FormatStringReplacement ( StringBuilder outputText ) : void
outputText StringBuilder
리턴 void

GetMappingForType() 공개 메소드

public GetMappingForType ( Type typeOfObject ) : MemberMapping
typeOfObject System.Type
리턴 MemberMapping

GetSizeOfListType() 보호된 메소드

protected GetSizeOfListType ( PropertyInfo objectInfo ) : int
objectInfo System.Reflection.PropertyInfo
리턴 int

GetSizeOfType() 보호된 메소드

protected GetSizeOfType ( Type type ) : int
type System.Type
리턴 int

HasMethodForType() 공개 메소드

public HasMethodForType ( Type typeOfObject ) : bool
typeOfObject System.Type
리턴 bool

IgnoreType() 공개 메소드

public IgnoreType ( Type typeOfObject ) : bool
typeOfObject System.Type
리턴 bool

IsStruct() 보호된 정적인 메소드

protected static IsStruct ( Type t ) : bool
t System.Type
리턴 bool

MappingMethods() 공개 메소드

public MappingMethods ( ) : System
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

mAcceptedMemberTypes 보호되어 있는 프로퍼티

protected List mAcceptedMemberTypes
리턴 List

mAppendOntoBase 보호되어 있는 프로퍼티

protected bool mAppendOntoBase
리턴 bool

mBytesUsed 보호되어 있는 프로퍼티

protected int mBytesUsed
리턴 int

mMappings 보호되어 있는 프로퍼티

protected Dictionary mMappings
리턴 MemberMapping>.Dictionary

mMappingsForGenerics 보호되어 있는 프로퍼티

protected Dictionary mMappingsForGenerics
리턴 MemberMapping>.Dictionary

mMemberBitMask 보호되어 있는 프로퍼티

protected BindingFlags mMemberBitMask
리턴 BindingFlags

mTypesToIgnore 보호되어 있는 프로퍼티

protected List mTypesToIgnore
리턴 List