HttpServerUtilityWrapper::CreateObject Method

 

Creates a server instance of a COM object.

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

NameDescription
System_CAPS_pubmethodCreateObject(String^)

Creates a server instance of a COM object that is identified by the object's programmatic identifier (ProgID).(Overrides HttpServerUtilityBase::CreateObject(String^).)

System_CAPS_pubmethodCreateObject(Type^)

Creates a server instance of a COM object that is identified by the object's type.(Overrides HttpServerUtilityBase::CreateObject(Type^).)

Return to top
Show: