Метод | Описание | |
---|---|---|
CanOverride ( this methodBase ) : bool |
Returns a value indicating whether the specified method is overrideable.
|
|
GetFullName ( this methodBase ) : string |
Returns the full name of the specified method.
|
|
GetParameterTypes ( this methodBase ) : System.Type[] |
Returns the parameter types of the specified method.
|
|
MapGenericParameterTypes ( this methodBase, |
Maps the parameter types to the specified generic types.
|
public static CanOverride ( this methodBase ) : bool | ||
methodBase | this | The method base. |
Результат | bool |
public static GetFullName ( this methodBase ) : string | ||
methodBase | this | The method base. |
Результат | string |
public static GetParameterTypes ( this methodBase ) : System.Type[] | ||
methodBase | this | The method base. |
Результат | System.Type[] |
public static MapGenericParameterTypes ( this methodBase, |
||
methodBase | this | The method base. |
genericTypes | The generic types. | |
Результат | System.Type[] |