TypeRefGetConstructors Method (Object, Boolean) |
Get all (non-static) constructors for the specified code object.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static NamedObjectGroup GetConstructors(
Object obj,
bool currentPartOnly = false
)
Parameters
- obj
- Type: SystemObject
- currentPartOnly (Optional)
- Type: SystemBoolean
Return Value
Type:
NamedObjectGroupSee Also