Click or drag to resize

CodeObjectGetTypeRef Method

Get a TypeRef for the type with the specified full name, with caching (generally used for System types).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public TypeRef GetTypeRef(
	string fullName
)

Parameters

fullName
Type: SystemString
The full name of the type. To find generic types, specify a tick mark and type argument count, such as "System.Tuple`2".

Return Value

Type: TypeRef
A TypeRef for the requested type, or null if not found or there is no parent Project.
See Also