Activator.GetObject Method Home
This page is specific to:.NET Framework Version:1.12.03.03.54.0
.NET Framework Class Library
Activator.GetObject Method

Creates a proxy for a currently running remote object, server-activated well-known object, or XML Web service.

Overload List

Creates a proxy for the well-known object indicated by the specified type and URL.

[Visual Basic] Overloads Public Shared Function GetObject(Type, String) As Object
[C#] public static object GetObject(Type, string);
[C++] public: static Object* GetObject(Type*, String*);
[JScript] public static function GetObject(Type, String) : Object;

Creates a proxy for the well-known object indicated by the specified type, URL, and channel data.

[Visual Basic] Overloads Public Shared Function GetObject(Type, String, Object) As Object
[C#] public static object GetObject(Type, string, object);
[C++] public: static Object* GetObject(Type*, String*, Object*);
[JScript] public static function GetObject(Type, String, Object) : Object;

See Also

Activator Class | Activator Members | System Namespace

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View