Bridge

Activator..::..CreateInstance Method (Type)

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static Object CreateInstance(
	Type type
)
<TemplateAttribute> _
Public Shared Function CreateInstance ( _
	type As Type _
) As Object
[TemplateAttribute]
public:
static Object^ CreateInstance(
	Type^ type
)

Parameters

type
Type: System..::..Type