BindToName(Type, out string, out string)
Gets the name and the assembly name of a given Type.
Declaration
public virtual void BindToName(Type type, out string typeName, out string assemblyName)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The Type. |
string | typeName | At output, the name of |
string | assemblyName | At output, the name of |