Goblin - A Platform for 3D AR and VR Applications

Engine.CreateInstance Method 

Creates an instance of the type whose name is specified, using the named assembly and default constructor (same as Activator.CreateInstance). For some reason, Activator.CreateInstance() didn't work.

public static object CreateInstance(
   string assemblyName,
   string typeName,
   bool reportErrors
);

Parameters

assemblyName
Name of the assembly (without .dll) or full path to the assembly (with .dll).
typeName
Name of the type to create.
reportErrors

Return Value

See Also

Engine Class | Goblin.Engine Namespace