Click or drag to resize

NamespaceGetFullName Method

Get the full name of the Namespace, including any parent namespace names.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public string GetFullName(
	bool descriptive = false
)

Parameters

descriptive (Optional)
Type: SystemBoolean

Return Value

Type: String

Implements

INamedCodeObjectGetFullName(Boolean)
See Also