HttpServerUtility.CreateObject Method (Type)
.NET Framework (current version)
Creates a server instance of a COM object identified by the object's type.
Assembly: System.Web (in System.Web.dll)
<SecurityPermissionAttribute(SecurityAction.Demand, UnmanagedCode := True)> Public Function CreateObject ( type As Type ) As Object
Parameters
- type
-
Type:
System.Type
A Type representing the object to create.
.NET Framework
Available since 1.1
Available since 1.1
Show: