메소드 | 설명 | |
---|---|---|
GetCustomAttributes ( Type attributeType, bool inherit ) : object[] | ||
GetCustomAttributes ( bool inherit ) : object[] | ||
GetMethodBody ( ) : |
||
GetMethodImplementationFlags ( ) : MethodImplAttributes | ||
GetObjectData ( |
||
GetParameters ( ) : System.Reflection.ParameterInfo[] | ||
Invoke ( BindingFlags invokeAttr, |
||
Invoke ( Object obj, BindingFlags invokeAttr, |
||
IsDefined ( Type attributeType, bool inherit ) : bool | ||
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
InternalInvoke ( Object obj, Object parameters, Exception &exc ) : Object |
public GetCustomAttributes ( Type attributeType, bool inherit ) : object[] | ||
attributeType | Type | |
inherit | bool | |
리턴 | object[] |
public GetCustomAttributes ( bool inherit ) : object[] | ||
inherit | bool | |
리턴 | object[] |
public GetMethodImplementationFlags ( ) : MethodImplAttributes | ||
리턴 | MethodImplAttributes |
public GetObjectData ( |
||
info | ||
context | ||
리턴 | void |
public GetParameters ( ) : System.Reflection.ParameterInfo[] | ||
리턴 | System.Reflection.ParameterInfo[] |
public Invoke ( BindingFlags invokeAttr, |
||
invokeAttr | BindingFlags | |
binder | ||
parameters | Object | |
culture | ||
리턴 | Object |
public Invoke ( Object obj, BindingFlags invokeAttr, |
||
obj | Object | |
invokeAttr | BindingFlags | |
binder | ||
parameters | Object | |
culture | ||
리턴 | Object |
public IsDefined ( Type attributeType, bool inherit ) : bool | ||
attributeType | Type | |
inherit | bool | |
리턴 | bool |