Click or drag to resize

TypeRefGetMethods Method (String, Boolean)

Get all methods with the specified name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public List<MethodRef> GetMethods(
	string name,
	bool searchBaseClasses = true
)

Parameters

name
Type: SystemString
searchBaseClasses (Optional)
Type: SystemBoolean

Return Value

Type: ListMethodRef
See Also