C# 클래스 System.Reflection.Emit.FieldOnTypeBuilderInstantiation

상속: System.Reflection.FieldInfo
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FieldOnTypeBuilderInstantiation System
GetField System.Reflection.FieldInfo

공개 메소드들

메소드 설명
GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetOptionalCustomModifiers ( ) : System.Type[]
GetRequiredCustomModifiers ( ) : System.Type[]
GetType ( ) : Type
GetValue ( Object obj ) : Object
GetValueDirect ( TypedReference obj ) : Object
IsDefined ( Type attributeType, bool inherit ) : bool
SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture ) : void
SetValueDirect ( TypedReference obj, Object value ) : void

비공개 메소드들

메소드 설명
FieldOnTypeBuilderInstantiation ( FieldInfo field, TypeBuilderInstantiation type ) : System
GetField ( FieldInfo Field, TypeBuilderInstantiation type ) : FieldInfo

메소드 상세

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
attributeType System.Type
inherit bool
리턴 Object[]

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
리턴 Object[]

GetOptionalCustomModifiers() 공개 메소드

public GetOptionalCustomModifiers ( ) : System.Type[]
리턴 System.Type[]

GetRequiredCustomModifiers() 공개 메소드

public GetRequiredCustomModifiers ( ) : System.Type[]
리턴 System.Type[]

GetType() 공개 메소드

public GetType ( ) : Type
리턴 System.Type

GetValue() 공개 메소드

public GetValue ( Object obj ) : Object
obj Object
리턴 Object

GetValueDirect() 공개 메소드

public GetValueDirect ( TypedReference obj ) : Object
obj System.TypedReference
리턴 Object

IsDefined() 공개 메소드

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
리턴 bool

SetValue() 공개 메소드

public SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture ) : void
obj Object
value Object
invokeAttr BindingFlags
binder System.Reflection.Binder
culture System.Globalization.CultureInfo
리턴 void

SetValueDirect() 공개 메소드

public SetValueDirect ( TypedReference obj, Object value ) : void
obj System.TypedReference
value Object
리턴 void