Activator.GetObject Method
.NET Framework 2.0
Creates a proxy for a currently running remote object, server-activated well-known object, or XML Web service.
| Name | Description |
|---|---|
| Activator.GetObject (Type, String) | Creates a proxy for the well-known object indicated by the specified type and URL. |
| Activator.GetObject (Type, String, Object) | Creates a proxy for the well-known object indicated by the specified type, URL, and channel data. |