NSXPCConnection
object to connect to an NSXPCListener
object in another process, identified by an NSXPCListenerEndpoint
object.
NSXPCConnection
オブジェクトを初期化して、別のプロセスにおけるNSXPCListener
オブジェクトに接続します、NSXPCListenerEndpoint
オブジェクトによって識別されます。
Availability 有効性
Technology
typedef enum NSXPCConnectionOptions : NSUInteger
{
...
} NSXPCConnectionOptions;
- initWithListenerEndpoint:
NSXPCConnection
object to connect to an NSXPCListener
object in another process, identified by an NSXPCListenerEndpoint
object.
NSXPCConnection
オブジェクトを初期化して、別のプロセスにおけるNSXPCListener
オブジェクトに接続します、NSXPCListenerEndpoint
オブジェクトによって識別されます。
- initWithMachServiceName:options:
NSXPCConnection
object to connect to a LaunchAgent or LaunchDaemon with a name advertised in a launchd.plist
.
NSXPCConnection
オブジェクトを初期化して、LaunchAgentまたはLaunchDaemonにlaunchd.plist
において宣伝される名前で接続します。
- initWithServiceName:
NSXPCConnection
object to connect to an NSXPCListener
object in an XPC service, identified by a service name.
NSXPCConnection
オブジェクトを初期化して、XPCサービスにおけるNSXPCListener
オブジェクトに接続します、サービス名によって識別されます。