MethodRefFind Method (TypeRefBase, String, BindingFlags, Boolean, TypeRefBase) |
Find a method on the specified
TypeRefBase with the specified signature.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static TypeRefBase Find(
TypeRefBase typeRefBase,
string name,
BindingFlags bindingFlags,
bool isFirstOnLine,
params TypeRefBase[] parameterTypes
)
Parameters
- typeRefBase
- Type: Nova.CodeDOMTypeRefBase
- name
- Type: SystemString
- bindingFlags
- Type: System.ReflectionBindingFlags
- isFirstOnLine
- Type: SystemBoolean
- parameterTypes
- Type: Nova.CodeDOMTypeRefBase
Return Value
Type:
TypeRefBaseA
MethodRef to the method, or an
UnresolvedRef if no match was found.
See Also