Click or drag to resize

CodeObjectEvaluateTypeOrNamespace Method

Evaluate the type or namespace associated with the code object.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual SymbolicRef EvaluateTypeOrNamespace(
	bool withoutConstants = false
)

Parameters

withoutConstants (Optional)
Type: SystemBoolean

Return Value

Type: SymbolicRef
The resulting TypeRef, UnresolvedRef, or NamespaceRef.
See Also