HttpServerUtility::CreateObjectFromClsid Method
.NET Framework 4.5
Creates a server instance of a COM object identified by the object's class identifier (CLSID).
Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
[SecurityPermissionAttribute(SecurityAction::Demand, UnmanagedCode = true)] public: Object^ CreateObjectFromClsid( String^ clsid )
Parameters
- clsid
- Type: System::String
The class identifier of the object to create an instance of.
Exception | Condition |
---|---|
HttpException | An instance of the object could not be created. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.