Method | Description | |
---|---|---|
GetTypeFromTypeConfigName ( string typeConfigName ) : |
Gets the type from the type string.
|
|
LoadType ( string typeName, string assemblyName ) : |
Loads a type either from the existing AppDomain or from the supplied assembly name.
|
public static GetTypeFromTypeConfigName ( string typeConfigName ) : |
||
typeConfigName | string | Name of the type. |
return |
public static LoadType ( string typeName, string assemblyName ) : |
||
typeName | string | Name of the type. |
assemblyName | string | |
return |