Searches for a specified type.
Inherited from Object.
public Type GetType();
Searches for the type among all loaded assemblies.
public static Type GetType(string,bool);
Searches for the type in the named assembly.
public static Type GetType(string,Assembly,bool);
Searches for the type in the named assembly.
public static Type GetType(string,string,bool);
TypeLoader Class | Wolfram.NETLink Namespace