Click or drag to resize

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
C#
public static NamedObjectGroup GetConstructors(
	Object obj,
	bool currentPartOnly = false
)

Parameters

obj
Type: SystemObject
currentPartOnly (Optional)
Type: SystemBoolean

Return Value

Type: NamedObjectGroup
See Also