Méthode | Description | |
---|---|---|
GetMethodGroup ( |
||
GetMethodGroup ( |
Gets a singleton method group from the provided type. The provided method group will be unique based upon the methods defined, not based upon the type/name combination. In other words calling GetMethodGroup on a base type and a derived type that introduces no new methods under a given name will result in the same method group for both types.
|
|
GetMethodGroup ( string name, MemberGroup mems ) : |
||
GetMethodGroup ( string name, |
||
GetTypeTracker ( |
public static GetMethodGroup ( |
||
type | ||
name | string | |
Résultat |
public static GetMethodGroup ( |
||
type | ||
name | string | |
bindingFlags | BindingFlags | |
filter | MemberFilter | |
Résultat |
public static GetMethodGroup ( string name, MemberGroup mems ) : |
||
name | string | |
mems | MemberGroup | |
Résultat |
public static GetMethodGroup ( string name, |
||
name | string | |
methods | ||
Résultat |
public static GetTypeTracker ( |
||
type | ||
Résultat |