In The Hand LtdIn The Hand
CreateInstance Method (type)
NamespacesInTheHandActivatorHelperCreateInstance(Type)
.NET Components for Mobility
Used for creating badly behaved COM types. For all other types use Activator.CreateInstance.
Declaration Syntax
C#Visual Basic
public static Object CreateInstance(
	Type type
)
Public Shared Function CreateInstance ( _
	type As Type _
) As Object
Parameters
type (Type)
The type of object to create.
Return Value
A reference to the newly created object.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0