Static Propertynmggithub.kass 3.2.4MachCore
store
AttributeRecipe.swift:190- macOS
- deprecated
static let store: Mach.VoucherUserDataAttributeRecipeCommand
static let store: Mach.VoucherUserDataAttributeRecipeCommand
s8MachCore0A0V37VoucherUserDataAttributeRecipeCommandV5storeAEvpZ
What are these?2QVFB
import MachCore
The core module for interacting with the Mach kernel.
struct VoucherUserDataAttributeRecipeCommand
A user data voucher attribute recipe command.
struct Mach
The Mach kernel.
init(name: String?, rawValue: mach_voucher_attr_recipe_command_t)
Represents a user data command with an optional name.
static let allCases: [`Self`]
All known user data commands.
let name: String?
The name of the user data command, if it can be determined.
let rawValue: mach_voucher_attr_recipe_command_t
The raw value of the user data command.