NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpServerUtility.CreateObject

Instantiates a classic COM object identified via a progid.

[Visual Basic]
Public Function CreateObject( _
   ByVal progID As String _
) As Object
[C#]
public object CreateObject(
   string progID
);
[C++]
public: Object* CreateObject(
   String* progID
);
[JScript]
public function CreateObject(
   progID : String
) : Object;

Parameters

progID
A string containing the progid.

See Also

HttpServerUtility Class | HttpServerUtility Members | System.Web Namespace