TypeRefGetMethods Method (String, Boolean, NamedObjectGroup) |
Get all methods with the specified name.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public void GetMethods(
string name,
bool searchBaseClasses,
NamedObjectGroup results
)
Parameters
- name
- Type: SystemString
- searchBaseClasses
- Type: SystemBoolean
- results
- Type: Nova.CodeDOMNamedObjectGroup
See Also