C# 클래스 System.Reflection.MdFieldInfo

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

공개 메소드들

메소드 설명
GetOptionalCustomModifiers ( ) : System.Type[]
GetRawConstantValue ( ) : Object
GetRequiredCustomModifiers ( ) : System.Type[]

비공개 메소드들

메소드 설명
CacheEquals ( object o ) : bool
GetValue ( Object obj ) : Object
GetValue ( bool raw ) : Object
GetValueDirect ( TypedReference obj ) : Object
MdFieldInfo ( int tkField, FieldAttributes fieldAttributes, RuntimeTypeHandle declaringTypeHandle, 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[]