C# Класс System.RuntimeFieldHandle

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetHashCode ( ) : int
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
operator ( ) : bool

Приватные методы

Метод Описание
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*

Описание методов

GetHashCode() публичный метод

public GetHashCode ( ) : int
Результат int

GetObjectData() публичный метод

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
Результат void

operator() публичный статический метод

public static operator ( ) : bool
Результат bool