Package apple.foundation.enums
Class NSXPCConnectionOptions
- java.lang.Object
-
- apple.foundation.enums.NSXPCConnectionOptions
-
public final class NSXPCConnectionOptions extends java.lang.ObjectOptions that may be passed to a connection.
-
-
Field Summary
Fields Modifier and Type Field Description static longNSXPCConnectionPrivilegedUse this option if connecting to a service in the privileged Mach bootstrap (for example, a launchd.plist in /Library/LaunchDaemons).
-
-
-
Field Detail
-
NSXPCConnectionPrivileged
public static final long NSXPCConnectionPrivileged
Use this option if connecting to a service in the privileged Mach bootstrap (for example, a launchd.plist in /Library/LaunchDaemons).- See Also:
- Constant Field Values
-
-