asp.net.ph

Server.CreateObject Method ( Type )

System.Web Namespace   HttpServerUtility Class


Creates a server instance of a COM object identified by the object's type.

[ VB ]
Overloads Public Function CreateObject ( _
   ByVal type As Type _
) As Object

[ C# ]
public object CreateObject (
   Type type
);

[ C++ ]
public: Object* CreateObject (
   Type* type
);

[ JScript ]
public function CreateObject (
   type : Type
) : Object;

Parameters

type
A Type representing the object to create.

Return Value

The new object.

See Also

HttpServerUtility Members   HttpServerUtility.CreateObject Overload List Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note