메소드 | 설명 | |
---|---|---|
GetMethodExt ( this thisType, string name ) : |
Search for a method by name and parameter types. Unlike GetMethod(), does 'loose' matching on generic parameter types, and searches base interfaces.
|
|
GetMethodExt ( this thisType, string name, BindingFlags bindingFlags ) : |
Search for a method by name, parameter types, and binding flags. Unlike GetMethod(), does 'loose' matching on generic parameter types, and searches base interfaces.
|
메소드 | 설명 | |
---|---|---|
GetMethodExt ( |
||
IsSimilarType ( this thisType, |
Determines if the two types are either identical, or are both generic parameters or generic types with generic parameters in the same locations (generic parameters match any other generic paramter, but NOT concrete types).
|
public static GetMethodExt ( this thisType, string name ) : |
||
thisType | this | |
name | string | |
리턴 |
public static GetMethodExt ( this thisType, string name, BindingFlags bindingFlags ) : |
||
thisType | this | |
name | string | |
bindingFlags | BindingFlags | |
리턴 |