HttpServerUtilityWrapper::CreateObject Method (Type^)

 

Creates a server instance of a COM object that is identified by the object's type.

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

public:
virtual Object^ CreateObject(
	Type^ type
) override

Parameters

type
Type: System::Type^

A type that represents the object to create.

Return Value

Type: System::Object^

The new object.

.NET Framework
Available since 3.5
Return to top
Show: