C# Класс System.Reflection.RtFieldInfo

Наследование: RuntimeFieldInfo, IRuntimeFieldInfo
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetOptionalCustomModifiers ( ) : System.Type[]
GetRawConstantValue ( ) : object
GetRequiredCustomModifiers ( ) : System.Type[]
GetValue ( Object obj ) : Object

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

Метод Описание
CacheEquals ( object o ) : bool
CheckConsistency ( Object target ) : void
GetFieldHandle ( ) : RuntimeFieldHandle
GetOneTimeFlags ( ) : void
GetValueDirect ( TypedReference obj ) : Object
InternalGetValue ( Object obj, bool doVisibilityCheck ) : Object
InternalGetValue ( Object obj, bool doVisibilityCheck, bool doCheckConsistency ) : Object
InternalSetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture, bool doVisibilityCheck ) : void
InternalSetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture, bool doVisibilityCheck, bool doCheckConsistency ) : void
PerformVisibilityCheckOnField ( IntPtr field, Object target, IntPtr declaringType, FieldAttributes attr, uint invocationFlags ) : void
RtFieldInfo ( ) : System
RtFieldInfo ( RuntimeFieldHandle handle, RuntimeType declaringType, System.RuntimeType.RuntimeTypeCache reflectedTypeCache, BindingFlags bindingFlags ) : System
SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture ) : void
SetValueDirect ( TypedReference obj, Object value ) : void

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

GetOptionalCustomModifiers() публичный Метод

public GetOptionalCustomModifiers ( ) : System.Type[]
Результат System.Type[]

GetRawConstantValue() публичный Метод

public GetRawConstantValue ( ) : object
Результат object

GetRequiredCustomModifiers() публичный Метод

public GetRequiredCustomModifiers ( ) : System.Type[]
Результат System.Type[]

GetValue() публичный Метод

public GetValue ( Object obj ) : Object
obj Object
Результат Object