메소드 | 설명 | |
---|---|---|
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : object[] | ||
GetObjectData ( |
||
GetValue ( object obj ) : object | ||
IsDefined ( |
||
SetValue ( object obj, object val, BindingFlags invokeAttr, |
||
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
CheckGeneric ( ) : void | ||
Clone ( string newName ) : |
||
GetFieldOffset ( ) : int | ||
GetParentType ( bool declaring ) : |
||
GetRawConstantValue ( ) : object | ||
GetValueInternal ( object obj ) : object | ||
SetValueInternal ( |
public GetCustomAttributes ( |
||
attributeType | ||
inherit | bool | |
리턴 | object[] |
public GetCustomAttributes ( bool inherit ) : object[] | ||
inherit | bool | |
리턴 | object[] |
public GetObjectData ( |
||
info | ||
context | ||
리턴 | void |
public IsDefined ( |
||
attributeType | ||
inherit | bool | |
리턴 | bool |
public SetValue ( object obj, object val, BindingFlags invokeAttr, |
||
obj | object | |
val | object | |
invokeAttr | BindingFlags | |
binder | ||
culture | ||
리턴 | void |