.NET/Link API Version 1.7 USE FRAMES

TypeLoader.GetType Method

Searches for a specified type.

Overload List

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);

See Also

TypeLoader Class | Wolfram.NETLink Namespace