NSXPCConnection
object to connect to an NSXPCListener
object in another process, identified by an NSXPCListenerEndpoint
object.
NSXPCConnection
オブジェクトを初期化して、別のプロセスにおけるNSXPCListener
オブジェクトに接続します、NSXPCListenerEndpoint
オブジェクトによって識別されます。
Availability 有効性
Technology
struct Options, @unchecked Sendable
init(listenerEndpoint : NSXPCListenerEndpoint)
NSXPCConnection
object to connect to an NSXPCListener
object in another process, identified by an NSXPCListenerEndpoint
object.
NSXPCConnection
オブジェクトを初期化して、別のプロセスにおけるNSXPCListener
オブジェクトに接続します、NSXPCListenerEndpoint
オブジェクトによって識別されます。
init(machServiceName : String, options: NSXPCConnection.Options)
NSXPCConnection
object to connect to a LaunchAgent or LaunchDaemon with a name advertised in a launchd.plist
.
NSXPCConnection
オブジェクトを初期化して、LaunchAgentまたはLaunchDaemonにlaunchd.plist
において宣伝される名前で接続します。
init(serviceName : String)
NSXPCConnection
object to connect to an NSXPCListener
object in an XPC service, identified by a service name.
NSXPCConnection
オブジェクトを初期化して、XPCサービスにおけるNSXPCListener
オブジェクトに接続します、サービス名によって識別されます。