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

상속: System.Reflection.FieldInfo
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
FieldOnTypeBuilderInst ( MonoGenericClass instantiation, FieldBuilder fb ) : System
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetValue ( object obj ) : object
IsDefined ( Type attributeType, bool inherit ) : bool
SetValue ( object obj, object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture ) : void
ToString ( ) : string

메소드 상세

FieldOnTypeBuilderInst() 공개 메소드

public FieldOnTypeBuilderInst ( MonoGenericClass instantiation, FieldBuilder fb ) : System
instantiation System.Reflection.MonoGenericClass
fb FieldBuilder
리턴 System

GetCustomAttributes() 공개 메소드

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

GetCustomAttributes() 공개 메소드

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

GetValue() 공개 메소드

public GetValue ( object obj ) : object
obj object
리턴 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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string