TypeRefGetMethod Method (String, BindingFlags, TypeRefBase) |
Get the method with the specified name, binding flags, and parameter types.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public MethodRef GetMethod(
string name,
BindingFlags bindingFlags,
params TypeRefBase[] parameterTypes
)
Parameters
- name
- Type: SystemString
- bindingFlags
- Type: System.ReflectionBindingFlags
- parameterTypes
- Type: Nova.CodeDOMTypeRefBase
Return Value
Type:
MethodRefSee Also