Method GetTypeByName
GetTypeByName(String)
Retrieves a ITypeRef by name from the module
Declaration
public ITypeRef GetTypeByName(string name)
Parameters
public ITypeRef GetTypeByName(string name)
String | name | Name of the type |
Returns
ITypeRef | The type or null if no type with the specified name exists in the module |