C# Class System.RuntimeFieldHandle

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
GetHashCode ( ) : int
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
operator ( ) : bool

Private Methods

Méthode Description
AcquiresContextFromThis ( ) : bool
Equals ( RuntimeFieldHandle handle ) : bool
Equals ( object obj ) : bool
GetApproxDeclaringType ( ) : RuntimeTypeHandle
GetAttributes ( ) : FieldAttributes
GetName ( ) : String
GetStaticFieldForGenericType ( RuntimeTypeHandle declaringType ) : RuntimeFieldHandle
GetToken ( ) : int
GetUtf8Name ( ) : Utf8String
GetValue ( Object instance, RuntimeTypeHandle fieldType, RuntimeTypeHandle declaringType, bool &domainInitialized ) : Object
GetValueDirect ( RuntimeTypeHandle fieldType, TypedReference obj, RuntimeTypeHandle contextType ) : Object
IsNullHandle ( ) : bool
RuntimeFieldHandle ( SerializationInfo info, StreamingContext context ) : System
RuntimeFieldHandle ( void pFieldHandle ) : System
SetValue ( Object obj, Object value, RuntimeTypeHandle fieldType, FieldAttributes fieldAttr, RuntimeTypeHandle declaringType, bool &domainInitialized ) : void
SetValueDirect ( RuntimeTypeHandle fieldType, TypedReference obj, Object value, RuntimeTypeHandle contextType ) : void
_GetUtf8Name ( ) : void*

Method Details

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool