Property | Type | Description | |
---|---|---|---|
CacheEquals | bool | ||
CheckCanCreateInstance | void | ||
CheckConsistency | void | ||
GetMethodBody | |||
GetMethodHandle | |||
GetOneTimeSpecificFlags | uint | ||
GetParametersNoCopy | System.Reflection.ParameterInfo[] | ||
GetReturnType | |||
Invoke | Object | ||
Invoke | Object | ||
RuntimeConstructorInfo | System | ||
RuntimeConstructorInfo | System | ||
SerializationInvoke | void | ||
ThrowNoInvokeException | void |
Method | Description | |
---|---|---|
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : Object[] | ||
GetMethodImplementationFlags ( ) : MethodImplAttributes | ||
GetObjectData ( |
||
GetParameters ( ) : System.Reflection.ParameterInfo[] | ||
IsDefined ( |
||
ToString ( ) : String |
Method | Description | |
---|---|---|
CacheEquals ( object o ) : bool | ||
CheckCanCreateInstance ( |
||
CheckConsistency ( Object target ) : void | ||
GetMethodBody ( ) : |
||
GetMethodHandle ( ) : |
||
GetOneTimeSpecificFlags ( ) : uint | ||
GetParametersNoCopy ( ) : System.Reflection.ParameterInfo[] | ||
GetReturnType ( ) : |
||
Invoke ( BindingFlags invokeAttr, |
||
Invoke ( Object obj, BindingFlags invokeAttr, |
||
RuntimeConstructorInfo ( ) : System | ||
RuntimeConstructorInfo ( |
||
SerializationInvoke ( Object target, |
||
ThrowNoInvokeException ( ) : void |
public GetCustomAttributes ( |
||
attributeType | ||
inherit | bool | |
return | Object[] |
public GetCustomAttributes ( bool inherit ) : Object[] | ||
inherit | bool | |
return | Object[] |
public GetMethodImplementationFlags ( ) : MethodImplAttributes | ||
return | MethodImplAttributes |
public GetObjectData ( |
||
info | ||
context | ||
return | void |
public GetParameters ( ) : System.Reflection.ParameterInfo[] | ||
return | System.Reflection.ParameterInfo[] |
public IsDefined ( |
||
attributeType | ||
inherit | bool | |
return | bool |