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 object CreateObject( Type type )
Parameters
- type
-
Type:
System.Type
A Type representing the object to create.
.NET Framework
Available since 1.1
Available since 1.1
Show: