Метод | Описание | |
---|---|---|
GetConstructor ( this type, BindingFlags bindingFlags ) : |
Returns the constructor information that reflects the constructor that matches the specified criterias.
|
|
GetMethod ( this type, string methodName, BindingFlags bindingFlags ) : |
Returns the method that reflects the method that matches the specified criterias.
|
|
IsDelegate ( this type ) : bool |
Returns a value indicating whether the specified type is a delegate.
|
|
IsVoid ( this type ) : bool |
Returns a value indicating whether the specified type is void.
|
|
MapGenericType ( this type, |
Maps a type to the specified generic types.
|
Метод | Описание | |
---|---|---|
MapGenericArguments ( this type, |
Maps the generic arguments to the specified generic types.
|
public static GetConstructor ( this type, BindingFlags bindingFlags ) : |
||
type | this | The type. |
bindingFlags | BindingFlags | The binding flags. |
Результат |
public static GetMethod ( this type, string methodName, BindingFlags bindingFlags ) : |
||
type | this | The type. |
methodName | string | The method name. |
bindingFlags | BindingFlags | The binding flags. |
Результат |
public static IsDelegate ( this type ) : bool | ||
type | this | The type. |
Результат | bool |
public static IsVoid ( this type ) : bool | ||
type | this | The type. |
Результат | bool |
public static MapGenericType ( this type, |
||
type | this | The type. |
genericTypes | The generic types. | |
Результат |