C# Class System.RuntimeFieldHandle

Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GetHashCode ( ) : int
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
operator ( ) : bool

Private Methods

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

public GetHashCode ( ) : int
return int

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
return void

operator() public static method

public static operator ( ) : bool
return bool