Method GetType
GetType(string, string)
get TypeDesc from a type name
Declaration
public TypeDesc GetType(string moduleName, string typeNameStr)
Parameters
Type | Name | Description |
---|---|---|
string | moduleName | Target module name |
string | typeNameStr | Target type name |
Returns
Type | Description |
---|---|
TypeDesc |