TypeExtensionsCreateInstance Method

Overload List

CreateInstance(Type) Creates an instance of the specified type, using its parameterless constructor.
CreateInstance(Type, Object) Creates an instance of the specified type.
CreateInstanceT(T) Creates an instance of the specified type, using its parameterless constructor.
CreateInstanceT(Type, Object) Creates an instance of the specified type.

See Also