Method | Description | |
---|---|---|
GetEffectiveTypeName ( string typeName ) : String |
Hack to allow MR to work when the main assemblies are on GAC. This method returns the complete name.
|
|
GetType ( String typeName ) : |
||
GetType ( String typeName, bool ignoreError ) : |
public static GetEffectiveTypeName ( string typeName ) : String | ||
typeName | string | |
return | String |
public static GetType ( String typeName ) : |
||
typeName | String | |
return |
public static GetType ( String typeName, bool ignoreError ) : |
||
typeName | String | |
ignoreError | bool | |
return |