HyperActive
CreateInstance<(Of <(T>)>) Method (inferer, args)
NamespacesHyperActive.CoreTypeCreatorCreateInstance<(Of <(T>)>)(TypeInferer, array<Object>[]()[])
Creates an instance of a type.
Declaration Syntax
C#Visual BasicVisual C++
public T CreateInstance<T>(
	TypeInferer inferer,
	params Object[] args
)
Public Function CreateInstance(Of T) ( _
	inferer As TypeInferer, _
	ParamArray args As Object() _
) As T
public:
generic<typename T>
T CreateInstance(
	TypeInferer^ inferer, 
	... array<Object^>^ args
)
Generic Template Parameters
T
The type to create.
Parameters
inferer (TypeInferer)
The TypeInferer containing the necessary type information.
args (array< Object >[]()[])
Any parameters needed for creating an instance of the type.
Return Value
An instance of type T.

Assembly: HyperActive (Module: HyperActive) Version: 1.3.1.9 (1.3.1.9)