C# 클래스 System.Reflection.RtFieldInfo

상속: RuntimeFieldInfo, IRuntimeFieldInfo
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
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