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;
The new object.
HttpServerUtility Members HttpServerUtility.CreateObject Overload List
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