C# Class FlatRedBall.Content.MappingMethods

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Protected Properties

Свойство Type Description
mAcceptedMemberTypes List
mAppendOntoBase bool
mBytesUsed int
mMappings MemberMapping>.Dictionary
mMappingsForGenerics MemberMapping>.Dictionary
mMemberBitMask BindingFlags
mTypesToIgnore List

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
FormatStringReplacement ( StringBuilder outputText ) : void
GetSizeOfListType ( PropertyInfo objectInfo ) : int
GetSizeOfType ( Type type ) : int
IsStruct ( Type t ) : bool

Method Details

BreakdownUnknownType() public méthode

public BreakdownUnknownType ( MemberInfo objectInfo, object objectValue ) : void
objectInfo System.Reflection.MemberInfo
objectValue object
Résultat void

BreakdownUnknownTypeList() public méthode

public BreakdownUnknownTypeList ( MemberInfo objectInfo, object objectValue ) : void
objectInfo System.Reflection.MemberInfo
objectValue object
Résultat void

End() public méthode

public End ( ) : void
Résultat void

FormatStringReplacement() protected méthode

protected FormatStringReplacement ( StringBuilder outputText ) : void
outputText StringBuilder
Résultat void

GetMappingForType() public méthode

public GetMappingForType ( Type typeOfObject ) : MemberMapping
typeOfObject System.Type
Résultat MemberMapping

GetSizeOfListType() protected méthode

protected GetSizeOfListType ( PropertyInfo objectInfo ) : int
objectInfo System.Reflection.PropertyInfo
Résultat int

GetSizeOfType() protected méthode

protected GetSizeOfType ( Type type ) : int
type System.Type
Résultat int

HasMethodForType() public méthode

public HasMethodForType ( Type typeOfObject ) : bool
typeOfObject System.Type
Résultat bool

IgnoreType() public méthode

public IgnoreType ( Type typeOfObject ) : bool
typeOfObject System.Type
Résultat bool

IsStruct() protected static méthode

protected static IsStruct ( Type t ) : bool
t System.Type
Résultat bool

MappingMethods() public méthode

public MappingMethods ( ) : System
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

mAcceptedMemberTypes protected_oe property

protected List mAcceptedMemberTypes
Résultat List

mAppendOntoBase protected_oe property

protected bool mAppendOntoBase
Résultat bool

mBytesUsed protected_oe property

protected int mBytesUsed
Résultat int

mMappings protected_oe property

protected Dictionary mMappings
Résultat MemberMapping>.Dictionary

mMappingsForGenerics protected_oe property

protected Dictionary mMappingsForGenerics
Résultat MemberMapping>.Dictionary

mMemberBitMask protected_oe property

protected BindingFlags mMemberBitMask
Résultat BindingFlags

mTypesToIgnore protected_oe property

protected List mTypesToIgnore
Résultat List