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 public virtual SymbolicRef EvaluateTypeOrNamespace(
bool withoutConstants = false
)
Parameters
- withoutConstants (Optional)
- Type: SystemBoolean
Return Value
Type:
SymbolicRefThe resulting TypeRef, UnresolvedRef, or NamespaceRef.
See Also