Esempio n. 1
0
 public static Type GetTypeFromString(Type relativeType, string typeName, bool throwOnError, bool ignoreCase)
 {
     return(SystemInfo.GetTypeFromString(relativeType.Assembly, typeName, throwOnError, ignoreCase));
 }
Esempio n. 2
0
 public static Type GetTypeFromString(string typeName, bool throwOnError, bool ignoreCase)
 {
     return(SystemInfo.GetTypeFromString(Assembly.GetCallingAssembly(), typeName, throwOnError, ignoreCase));
 }