Creates an instance of the class specified by className. parameters should be passed to the constructor of the instance as an array.

Namespace: TMD
Assembly: Driver (in Driver.exe) Version: 1.0.0.0

Syntax

C#
Object CreateInstance(
	string className,
	params Object[] parameters
)

Parameters

className
Type: System..::..String

[Missing <param name="className"/> documentation for "M:TMD.IObjectLoader.CreateInstance(System.String,System.Object[])"]

parameters
Type: array<System..::..Object>[]()[][]

[Missing <param name="parameters"/> documentation for "M:TMD.IObjectLoader.CreateInstance(System.String,System.Object[])"]

Return Value

[Missing <returns> documentation for "M:TMD.IObjectLoader.CreateInstance(System.String,System.Object[])"]

See Also