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 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:
TypeRefA
TypeRef for the requested type, or null if not found or there is no parent
Project.
See Also