NSConnection.GetRootProxy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetRootProxy<TProxy>(String, String, NSPortNameServer) | |
GetRootProxy<TProxy>() | |
GetRootProxy<TProxy>(String, String) |
GetRootProxy<TProxy>(String, String, NSPortNameServer)
public static TProxy GetRootProxy<TProxy> (string name, string hostName, Foundation.NSPortNameServer server) where TProxy : Foundation.NSObject;
static member GetRootProxy : string * string * Foundation.NSPortNameServer -> 'Proxy (requires 'Proxy :> Foundation.NSObject)
Type Parameters
- TProxy
Parameters
- name
- String
- hostName
- String
- server
- NSPortNameServer
Returns
TProxy
Applies to
GetRootProxy<TProxy>()
public TProxy GetRootProxy<TProxy> () where TProxy : Foundation.NSObject;
member this.GetRootProxy : unit -> 'Proxy (requires 'Proxy :> Foundation.NSObject)
Type Parameters
- TProxy
Returns
TProxy