Свойство | Тип | Описание | |
---|---|---|---|
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 |
Метод | Описание | |
---|---|---|
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : Object[] | ||
GetMethodImplementationFlags ( ) : MethodImplAttributes | ||
GetObjectData ( |
||
GetParameters ( ) : System.Reflection.ParameterInfo[] | ||
IsDefined ( |
||
ToString ( ) : String |
Метод | Описание | |
---|---|---|
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 | |
Результат | 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 IsDefined ( |
||
attributeType | ||
inherit | bool | |
Результат | bool |