Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool | ||
GetBaseDefinition ( ) : |
||
GetCustomAttributes ( |
||
GetCustomAttributes ( bool inherit ) : object[] | ||
GetGenericArguments ( ) : System.Type[] | ||
GetGenericMethodDefinition ( ) : |
||
GetHashCode ( ) : int | ||
GetMethodBody ( ) : |
||
GetMethodImplementationFlags ( ) : MethodImplAttributes | ||
GetParameters ( ) : System.Reflection.ParameterInfo[] | ||
Invoke ( object target, BindingFlags bindingFlags, |
||
IsDefined ( |
||
MakeGenericMethod ( ) : |
||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
InvokeBase ( object target, object parameters ) : object |
Invokes the base method represented by the current instance.
|
|
InvokeVirtual ( object target, object parameters ) : object |
Invokes the virtual method represented by the current instance.
|
|
MethodInfoBase ( object source, |
Initializes a new instance of the MethodInfoBase class.
|
public final Equals ( object obj ) : bool | ||
obj | object | |
Результат | bool |
public final GetBaseDefinition ( ) : |
||
Результат |
public final GetCustomAttributes ( |
||
attributeType | ||
inherit | bool | |
Результат | object[] |
public final GetCustomAttributes ( bool inherit ) : object[] | ||
inherit | bool | |
Результат | object[] |
public final GetGenericArguments ( ) : System.Type[] | ||
Результат | System.Type[] |
public final GetGenericMethodDefinition ( ) : |
||
Результат |
public final GetMethodBody ( ) : |
||
Результат |
public final GetMethodImplementationFlags ( ) : MethodImplAttributes | ||
Результат | MethodImplAttributes |
public final GetParameters ( ) : System.Reflection.ParameterInfo[] | ||
Результат | System.Reflection.ParameterInfo[] |
public final Invoke ( object target, BindingFlags bindingFlags, |
||
target | object | |
bindingFlags | BindingFlags | |
binder | ||
parameters | object | |
cultureInfo | ||
Результат | object |
protected InvokeBase ( object target, object parameters ) : object | ||
target | object | The target object. |
parameters | object | The parameters. |
Результат | object |
protected abstract InvokeVirtual ( object target, object parameters ) : object | ||
target | object | The target object. |
parameters | object | The parameters. |
Результат | object |
public final IsDefined ( |
||
attributeType | ||
inherit | bool | |
Результат | bool |
public final MakeGenericMethod ( ) : |
||
Результат |
protected MethodInfoBase ( object source, |
||
source | object | The source object. |
methodInfo | The declaring method information. | |
isOverride | bool | A value indicating whether the method is an override. |
Результат | System |