Property | Type | Description | |
---|---|---|---|
CacheEquals | bool | ||
CheckConsistency | void | ||
ConstructName | string | ||
ConstructParameters | string | ||
ConstructParameters | string | ||
FetchNonReturnParameters | System.Reflection.ParameterInfo[] | ||
FetchReturnParameter | |||
GetMethodBody | |||
GetMethodHandle | |||
GetOneTimeFlags | uint | ||
GetParametersNoCopy | System.Reflection.ParameterInfo[] | ||
GetParentDefinition | |||
InternalGetCurrentMethod | MethodBase | ||
Invoke | Object | ||
Invoke | object | ||
RuntimeMethodInfo | System | ||
RuntimeMethodInfo | System | ||
ThrowNoInvokeException | void |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetBaseDefinition ( ) : |
||
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : Object[] | ||
GetGenericArguments ( ) : System.Type[] | ||
GetGenericMethodDefinition ( ) : |
||
GetHashCode ( ) : int | ||
GetMethodImplementationFlags ( ) : MethodImplAttributes | ||
GetObjectData ( |
||
GetParameters ( ) : System.Reflection.ParameterInfo[] | ||
IsDefined ( |
||
MakeGenericMethod ( ) : |
||
ToString ( ) : String |
Method | Description | |
---|---|---|
CacheEquals ( object o ) : bool | ||
CheckConsistency ( Object target ) : void | ||
ConstructName ( MethodBase mi ) : string | ||
ConstructParameters ( |
||
ConstructParameters ( |
||
FetchNonReturnParameters ( ) : System.Reflection.ParameterInfo[] | ||
FetchReturnParameter ( ) : |
||
GetMethodBody ( ) : |
||
GetMethodHandle ( ) : |
||
GetOneTimeFlags ( ) : uint | ||
GetParametersNoCopy ( ) : System.Reflection.ParameterInfo[] | ||
GetParentDefinition ( ) : |
||
InternalGetCurrentMethod ( System.Threading.StackCrawlMark &stackMark ) : MethodBase | ||
Invoke ( Object obj, BindingFlags invokeAttr, |
||
Invoke ( Object obj, BindingFlags invokeAttr, |
||
RuntimeMethodInfo ( ) : System | ||
RuntimeMethodInfo ( |
||
ThrowNoInvokeException ( ) : void |
public GetCustomAttributes ( |
||
attributeType | ||
inherit | bool | |
return | Object[] |
public GetCustomAttributes ( bool inherit ) : Object[] | ||
inherit | bool | |
return | Object[] |
public GetGenericArguments ( ) : System.Type[] | ||
return | System.Type[] |
public GetGenericMethodDefinition ( ) : |
||
return |
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 |