Goblin - A Platform for 3D AR and VR Applications

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

Parameters

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

Return Value

See Also

Helper Class | EnC.Watcher Namespace