C# 클래스 System.Reflection.MonoField

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

공개 메소드들

메소드 설명
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetValue ( object obj ) : object
IsDefined ( Type attributeType, bool inherit ) : bool
SetValue ( object obj, object val, BindingFlags invokeAttr, Binder binder, CultureInfo culture ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
CheckGeneric ( ) : void
Clone ( string newName ) : MonoField
GetFieldOffset ( ) : int
GetParentType ( bool declaring ) : Type
GetRawConstantValue ( ) : object
GetValueInternal ( object obj ) : object
SetValueInternal ( FieldInfo fi, object obj, object value ) : void

메소드 상세

GetCustomAttributes() 공개 메소드

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

GetCustomAttributes() 공개 메소드

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

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

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 val, BindingFlags invokeAttr, Binder binder, CultureInfo culture ) : void
obj object
val object
invokeAttr BindingFlags
binder Binder
culture System.Globalization.CultureInfo
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string