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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph