CreateNewInstanceOfType

Creates a new object instance of the specified type.

SYNTAX
CreateNewInstanceOfType(type, args) 
ARGUMENTS

type Type for which to create an instance.
args Arguments for the instance. This parameter is optional.

RETURN New object instance of the type