Click or drag to resize

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
C#
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: MethodRef
See Also