Click or drag to resize

ProjectGetFullName Method

Get the full name of the INamedCodeObject, including any namespace name.

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