Documentation
¶
Overview ¶
Package diskimages2 provides Go bindings for the diskimages2 framework.
Key Types ¶
- DIConvertParams
- DiskImageGraph
- DIAttachParams
- BaseDiskImageCreator
- DIEncryptionFrontend
- DiskImageParamsXPC
- DICreateParams
- DIBaseParams
- DiskImageGraphNode
- DIError
Code generated from Apple documentation. DO NOT EDIT.
Index ¶
- func NewErrorBlock(handler ErrorHandler) (objc.ID, func())
- func NewVoidBlock(handler VoidHandler) (objc.ID, func())
- type AAS3DownloadRequest
- func AAS3DownloadRequestFromID(id objc.ID) AAS3DownloadRequest
- func NewAAS3DownloadRequest() AAS3DownloadRequest
- func NewAAS3DownloadRequestWithSessionSizeAtOffsetDestinationBufferDestinationStreamCompletionSemaphore(session objectivec.IObject, size uint64, offset int64, buffer string, ...) AAS3DownloadRequest
- func (a AAS3DownloadRequest) Autorelease() AAS3DownloadRequest
- func (a AAS3DownloadRequest) Buf() string
- func (a AAS3DownloadRequest) CreateAndResumeTask() int
- func (a AAS3DownloadRequest) DownloadSession() IAAS3DownloadSession
- func (a AAS3DownloadRequest) Init() AAS3DownloadRequest
- func (a AAS3DownloadRequest) InitWithSessionSizeAtOffsetDestinationBufferDestinationStreamCompletionSemaphore(session objectivec.IObject, size uint64, offset int64, buffer string, ...) AAS3DownloadRequest
- func (a AAS3DownloadRequest) Nbyte() uint64
- func (a AAS3DownloadRequest) Offset() int64
- func (a AAS3DownloadRequest) PauseInterval() float32
- func (a AAS3DownloadRequest) RemainingAttempts() uint32
- func (a AAS3DownloadRequest) Sem() objectivec.Object
- func (a AAS3DownloadRequest) SetBuf(value string)
- func (a AAS3DownloadRequest) SetDownloadSession(value IAAS3DownloadSession)
- func (a AAS3DownloadRequest) SetNbyte(value uint64)
- func (a AAS3DownloadRequest) SetOffset(value int64)
- func (a AAS3DownloadRequest) SetPauseInterval(value float32)
- func (a AAS3DownloadRequest) SetRemainingAttempts(value uint32)
- func (a AAS3DownloadRequest) SetSem(value objectivec.Object)
- func (a AAS3DownloadRequest) SetStatus(value int)
- func (a AAS3DownloadRequest) SetStream(value unsafe.Pointer)
- func (a AAS3DownloadRequest) SetUrlRequest(value foundation.NSMutableURLRequest)
- func (a AAS3DownloadRequest) Status() int
- func (a AAS3DownloadRequest) Stream() unsafe.Pointer
- func (a AAS3DownloadRequest) UrlRequest() foundation.NSMutableURLRequest
- type AAS3DownloadRequestClass
- type AAS3DownloadSession
- func (a AAS3DownloadSession) AddBytesDownloaded(downloaded uint64)
- func (a AAS3DownloadSession) AddRequest(request objectivec.IObject) int
- func (a AAS3DownloadSession) Autorelease() AAS3DownloadSession
- func (a AAS3DownloadSession) BytesDownloaded() objectivec.IObject
- func (a AAS3DownloadSession) Cache() foundation.INSData
- func (a AAS3DownloadSession) CacheDocument(document objectivec.IObject)
- func (a AAS3DownloadSession) CacheLock() foundation.NSLock
- func (a AAS3DownloadSession) Cancelled() objectivec.IObject
- func (a AAS3DownloadSession) EnqueueRequestWithSizeAtOffsetDestinationBufferDestinationStreamCompletionSemaphore(size uint64, offset int64, buffer string, stream unsafe.Pointer, ...) objectivec.IObject
- func (a AAS3DownloadSession) Init() AAS3DownloadSession
- func (a AAS3DownloadSession) InitWithURLStreamBaseMaxAttemptsPauseIntervalMaxRequestsInFlight(url foundation.INSURL, base objectivec.IObject, attempts uint32, ...) AAS3DownloadSession
- func (a AAS3DownloadSession) InvalidateAndCancel()
- func (a AAS3DownloadSession) IsCancelled() int
- func (a AAS3DownloadSession) MaxAttempts() uint32
- func (a AAS3DownloadSession) MaxRequests() uint32
- func (a AAS3DownloadSession) PauseInterval() float32
- func (a AAS3DownloadSession) ReadToAsyncByteStreamSizeAtOffset(stream unsafe.Pointer, size uint64, offset int64) int
- func (a AAS3DownloadSession) ReadToBufferSizeAtOffset(buffer unsafe.Pointer, size uint64, offset int64) int64
- func (a AAS3DownloadSession) RemoveRequest(request objectivec.IObject)
- func (a AAS3DownloadSession) Requests() foundation.INSSet
- func (a AAS3DownloadSession) RequestsLock() foundation.NSLock
- func (a AAS3DownloadSession) RequestsSem() objectivec.Object
- func (a AAS3DownloadSession) SetBytesDownloaded(value objectivec.IObject)
- func (a AAS3DownloadSession) SetCache(value foundation.INSData)
- func (a AAS3DownloadSession) SetCancelled(value objectivec.IObject)
- func (a AAS3DownloadSession) StreamBase() objectivec.IObject
- func (a AAS3DownloadSession) SyncRequests() int
- func (a AAS3DownloadSession) Url() foundation.INSURL
- func (a AAS3DownloadSession) UrlSession() *foundation.NSURLSession
- type AAS3DownloadSessionClass
- type AEABackendXPC
- func (a AEABackendXPC) Autorelease() AEABackendXPC
- func (a AEABackendXPC) BaseBackendXPC() IBackendXPC
- func (a AEABackendXPC) Init() AEABackendXPC
- func (a AEABackendXPC) InitWithBackendKey(backend objectivec.IObject, key objectivec.IObject) AEABackendXPC
- func (a AEABackendXPC) Key() objectivec.IObject
- type AEABackendXPCClass
- type BackendXPC
- func (b BackendXPC) Autorelease() BackendXPC
- func (b BackendXPC) Backend() objectivec.IObject
- func (b BackendXPC) CryptoHeader() unsafe.Pointer
- func (b BackendXPC) EncodeWithCoder(coder foundation.INSCoder)
- func (b BackendXPC) GetCryptoHeaderBackend() objectivec.IObject
- func (b BackendXPC) Init() BackendXPC
- func (b BackendXPC) InitWithCoder(coder foundation.INSCoder) BackendXPC
- func (b BackendXPC) InstanceID() foundation.NSUUID
- func (b BackendXPC) IsUnlocked() bool
- func (b BackendXPC) Lock() int
- func (b BackendXPC) NewWithCryptoFormatError(format unsafe.Pointer) (objectivec.IObject, error)
- func (b BackendXPC) ReplaceWithBackendXPC(xpc objectivec.IObject)
- func (b BackendXPC) SetBackend(value objectivec.IObject)
- func (b BackendXPC) TryCreatingCryptoHeader() bool
- type BackendXPCClass
- type BaseDiskImageCreator
- func (b BaseDiskImageCreator) Autorelease() BaseDiskImageCreator
- func (b BaseDiskImageCreator) BlockSize() uint32
- func (b BaseDiskImageCreator) Certificate() string
- func (b BaseDiskImageCreator) CreateEmptyImageWithError() (objectivec.IObject, error)
- func (b BaseDiskImageCreator) DataPartition() IDIDataPartition
- func (b BaseDiskImageCreator) DevBSDName() string
- func (b BaseDiskImageCreator) EjectWithError() (bool, error)
- func (b BaseDiskImageCreator) EncryptionMethod() uint64
- func (b BaseDiskImageCreator) FileSystem() uint64
- func (b BaseDiskImageCreator) FormatImageWithCreateParamsError(params objectivec.IObject) (objectivec.IObject, error)
- func (b BaseDiskImageCreator) ImageFormat() int64
- func (b BaseDiskImageCreator) Init() BaseDiskImageCreator
- func (b BaseDiskImageCreator) InitWithURLDefaultFormatError(url foundation.INSURL, format int64) (BaseDiskImageCreator, error)
- func (b BaseDiskImageCreator) MutableSymmetricKey() foundation.NSMutableData
- func (b BaseDiskImageCreator) NewAttachWithCreateParamsError(params objectivec.IObject) (objectivec.IObject, error)
- func (b BaseDiskImageCreator) NewMKDIDeviceWithError() (objectivec.IObject, error)
- func (b BaseDiskImageCreator) NumBlocks() uint64
- func (b BaseDiskImageCreator) PartitionDiskWithError() (bool, error)
- func (b BaseDiskImageCreator) Passphrase() bool
- func (b BaseDiskImageCreator) PublicKey() string
- func (b BaseDiskImageCreator) ReadPassphraseFlags() uint64
- func (b BaseDiskImageCreator) SetBlockSize(value uint32)
- func (b BaseDiskImageCreator) SetCertificate(value string)
- func (b BaseDiskImageCreator) SetDataPartition(value IDIDataPartition)
- func (b BaseDiskImageCreator) SetDevBSDName(value string)
- func (b BaseDiskImageCreator) SetEncryptionMethod(value uint64)
- func (b BaseDiskImageCreator) SetFileSystem(value uint64)
- func (b BaseDiskImageCreator) SetImageFormat(value int64)
- func (b BaseDiskImageCreator) SetNumBlocks(value uint64)
- func (b BaseDiskImageCreator) SetPassphrase(value bool)
- func (b BaseDiskImageCreator) SetPassphraseEncryptionMethod(passphrase string, method uint64)
- func (b BaseDiskImageCreator) SetPublicKey(value string)
- func (b BaseDiskImageCreator) SetReadPassphraseFlags(value uint64)
- func (b BaseDiskImageCreator) SetSparseBundleBandSize(value uint64)
- func (b BaseDiskImageCreator) SetSymmetricKey(value foundation.INSData)
- func (b BaseDiskImageCreator) SetTemporaryPassphrase(value IDITemporaryPassphrase)
- func (b BaseDiskImageCreator) SetVolumeName(value string)
- func (b BaseDiskImageCreator) SparseBundleBandSize() uint64
- func (b BaseDiskImageCreator) SymmetricKey() foundation.INSData
- func (b BaseDiskImageCreator) TemporaryPassphrase() IDITemporaryPassphrase
- func (b BaseDiskImageCreator) URL() foundation.INSURL
- func (b BaseDiskImageCreator) VolumeName() string
- type BaseDiskImageCreatorClass
- func (bc BaseDiskImageCreatorClass) Alloc() BaseDiskImageCreator
- func (bc BaseDiskImageCreatorClass) Class() objc.Class
- func (_BaseDiskImageCreatorClass BaseDiskImageCreatorClass) DebugLogsEnabled() bool
- func (_BaseDiskImageCreatorClass BaseDiskImageCreatorClass) ForwardLogs() bool
- func (_BaseDiskImageCreatorClass BaseDiskImageCreatorClass) SetDebugLogsEnabled(enabled bool)
- func (_BaseDiskImageCreatorClass BaseDiskImageCreatorClass) SetForwardLogs(logs bool)
- type BlankDiskImageCreator
- func BlankDiskImageCreatorFromID(id objc.ID) BlankDiskImageCreator
- func NewBlankDiskImageCreator() BlankDiskImageCreator
- func NewBlankDiskImageCreatorWithURLDefaultFormatError(url foundation.INSURL, format int64) (BlankDiskImageCreator, error)
- func NewBlankDiskImageCreatorWithURLError(url foundation.INSURL) (BlankDiskImageCreator, error)
- func (b BlankDiskImageCreator) Autorelease() BlankDiskImageCreator
- func (b BlankDiskImageCreator) CreateImageWithNumBlocksError(numBlocks uint64) (bool, error)
- func (b BlankDiskImageCreator) Init() BlankDiskImageCreator
- func (b BlankDiskImageCreator) InitWithURLError(url foundation.INSURL) (BlankDiskImageCreator, error)
- type BlankDiskImageCreatorClass
- type CryptoBackendXPC
- type CryptoBackendXPCClass
- type DIAPFSPartition
- type DIAPFSPartitionClass
- type DIAttachParams
- func DIAttachParamsFromID(id objc.ID) DIAttachParams
- func NewDIAttachParams() DIAttachParams
- func NewDIAttachParamsWithCoder(coder objectivec.IObject) DIAttachParams
- func NewDIAttachParamsWithExistingParamsError(params IDIAttachParams) (DIAttachParams, error)
- func NewDIAttachParamsWithURLError(url foundation.INSURL) (DIAttachParams, error)
- func NewDIAttachParamsWithURLShadowURLsError(url foundation.INSURL, shadowURLs foundation.INSArray) (DIAttachParams, error)
- func (d DIAttachParams) AutoMount() bool
- func (d DIAttachParams) Autorelease() DIAttachParams
- func (d DIAttachParams) CommandSize() uint64
- func (d DIAttachParams) CustomCacheURL() foundation.INSURL
- func (d DIAttachParams) EmulateExternalDisk() bool
- func (d DIAttachParams) FileMode() int64
- func (d DIAttachParams) HandleRefCount() bool
- func (d DIAttachParams) Init() DIAttachParams
- func (d DIAttachParams) InitWithExistingParamsError(params IDIAttachParams) (DIAttachParams, error)
- func (d DIAttachParams) InitWithURLShadowURLsError(url foundation.INSURL, shadowURLs foundation.INSArray) (DIAttachParams, error)
- func (d DIAttachParams) InputMountedFrom() string
- func (d DIAttachParams) InputStatFS() IDIStatFS
- func (d DIAttachParams) IsDeviceHighThroughputWithRegistryEntryID(id uint64) bool
- func (d DIAttachParams) IsDeviceSolidStateWithRegistryEntryID(id uint64) bool
- func (d DIAttachParams) IsDeviceWithPropertyRegistryEntryIDPredicate(property string, id uint64, predicate objectivec.IObject) bool
- func (d DIAttachParams) NewAttachWithError() (IDIDeviceHandle, error)
- func (d DIAttachParams) OnDiskCache() bool
- func (d DIAttachParams) ReOpenIfWritableWithError() (bool, error)
- func (d DIAttachParams) RegEntryID() uint64
- func (d DIAttachParams) SetAutoMount(value bool)
- func (d DIAttachParams) SetCommandSize(value uint64)
- func (d DIAttachParams) SetCustomCacheURL(value foundation.INSURL)
- func (d DIAttachParams) SetEmulateExternalDisk(value bool)
- func (d DIAttachParams) SetFileMode(value int64)
- func (d DIAttachParams) SetHandleRefCount(value bool)
- func (d DIAttachParams) SetInputMountedFrom(value string)
- func (d DIAttachParams) SetInputStatFS(value IDIStatFS)
- func (d DIAttachParams) SetOnDiskCache(value bool)
- func (d DIAttachParams) SetPassphraseError(passphrase string) (bool, error)
- func (d DIAttachParams) SetRegEntryID(value uint64)
- func (d DIAttachParams) SetShouldValidateShadows(value bool)
- func (d DIAttachParams) SetSingleInstanceDaemon(value bool)
- func (d DIAttachParams) SetSuppressSsdFlags(value bool)
- func (d DIAttachParams) SetUniqueDevice(value bool)
- func (d DIAttachParams) SetupDefaults()
- func (d DIAttachParams) ShouldValidateShadows() bool
- func (d DIAttachParams) SingleInstanceDaemon() bool
- func (d DIAttachParams) SuppressSsdFlags() bool
- func (d DIAttachParams) ToDI1ParamsWithError() (objectivec.IObject, error)
- func (d DIAttachParams) UniqueDevice() bool
- func (d DIAttachParams) UpdateStatFSWithError() (bool, error)
- type DIAttachParamsClass
- type DIAttachedDeviceInfo
- func DIAttachedDeviceInfoFromID(id objc.ID) DIAttachedDeviceInfo
- func NewDIAttachedDeviceInfo() DIAttachedDeviceInfo
- func NewDIAttachedDeviceInfoWithBSDNameError(bSDName objectivec.IObject) (DIAttachedDeviceInfo, error)
- func NewDIAttachedDeviceInfoWithDeviceError(device objectivec.IObject) (DIAttachedDeviceInfo, error)
- func (d DIAttachedDeviceInfo) Autorelease() DIAttachedDeviceInfo
- func (d DIAttachedDeviceInfo) BSDName() string
- func (d DIAttachedDeviceInfo) BlockSize() foundation.NSNumber
- func (d DIAttachedDeviceInfo) CacheURL() foundation.INSURL
- func (d DIAttachedDeviceInfo) CopyEntitiesList() objectivec.IObject
- func (d DIAttachedDeviceInfo) FillDI1InfoWithDeviceError(device objectivec.IObject) (bool, error)
- func (d DIAttachedDeviceInfo) FillDI2InfoWithDeviceError(device objectivec.IObject) (bool, error)
- func (d DIAttachedDeviceInfo) FrameworkNum() int64
- func (d DIAttachedDeviceInfo) ImageURL() foundation.INSURL
- func (d DIAttachedDeviceInfo) Init() DIAttachedDeviceInfo
- func (d DIAttachedDeviceInfo) InitWithBSDNameError(bSDName objectivec.IObject) (DIAttachedDeviceInfo, error)
- func (d DIAttachedDeviceInfo) InitWithDeviceError(device objectivec.IObject) (DIAttachedDeviceInfo, error)
- func (d DIAttachedDeviceInfo) InstanceId() string
- func (d DIAttachedDeviceInfo) IoMedia() IDIIOMedia
- func (d DIAttachedDeviceInfo) MediaSize() foundation.NSNumber
- func (d DIAttachedDeviceInfo) Pid() foundation.NSNumber
- func (d DIAttachedDeviceInfo) SetDI2PIDWithDeviceError(device objectivec.IObject) (bool, error)
- func (d DIAttachedDeviceInfo) SetIoMedia(value IDIIOMedia)
- func (d DIAttachedDeviceInfo) ShadowURL() foundation.INSURL
- func (d DIAttachedDeviceInfo) ToDictionary() objectivec.IObject
- type DIAttachedDeviceInfoClass
- func (dc DIAttachedDeviceInfoClass) Alloc() DIAttachedDeviceInfo
- func (dc DIAttachedDeviceInfoClass) Class() objc.Class
- func (_DIAttachedDeviceInfoClass DIAttachedDeviceInfoClass) CopyAllMountPoints() objectivec.IObject
- func (_DIAttachedDeviceInfoClass DIAttachedDeviceInfoClass) DI1URLWithDataError(data objectivec.IObject) (objectivec.IObject, error)
- func (_DIAttachedDeviceInfoClass DIAttachedDeviceInfoClass) NewDI1DevicesArrayWithError() (objectivec.IObject, error)
- func (_DIAttachedDeviceInfoClass DIAttachedDeviceInfoClass) NewDI2DevicesArrayWithError() (objectivec.IObject, error)
- func (_DIAttachedDeviceInfoClass DIAttachedDeviceInfoClass) NewDevicesArrayWithError() (objectivec.IObject, error)
- func (_DIAttachedDeviceInfoClass DIAttachedDeviceInfoClass) NewEntityDictWithIOMediaMountPoints(iOMedia objectivec.IObject, points objectivec.IObject) objectivec.IObject
- type DIBaseAgentDelegate
- type DIBaseAgentDelegateClass
- type DIBaseAgentXPCHandler
- type DIBaseAgentXPCHandlerClass
- type DIBaseParams
- func (d DIBaseParams) Autorelease() DIBaseParams
- func (d DIBaseParams) Backend() objectivec.IObject
- func (d DIBaseParams) BlockSize() uint32
- func (d DIBaseParams) CryptoHeader() unsafe.Pointer
- func (d DIBaseParams) DeserializationError() foundation.INSError
- func (d DIBaseParams) DiskImageParamsXPC() IDiskImageParamsXPC
- func (d DIBaseParams) EncodeWithCoder(coder foundation.INSCoder)
- func (d DIBaseParams) EncryptionUUID() foundation.NSUUID
- func (d DIBaseParams) HasUnlockedBackend() bool
- func (d DIBaseParams) Init() DIBaseParams
- func (d DIBaseParams) InitWithCoder(coder foundation.INSCoder) DIBaseParams
- func (d DIBaseParams) InitWithURLError(url foundation.INSURL) (DIBaseParams, error)
- func (d DIBaseParams) InputURL() IDIURL
- func (d DIBaseParams) InstanceID() foundation.NSUUID
- func (d DIBaseParams) Invalidate()
- func (d DIBaseParams) IsPstack() bool
- func (d DIBaseParams) MutableSymmetricKey() foundation.NSMutableData
- func (d DIBaseParams) OpenExistingImageWithError() (bool, error)
- func (d DIBaseParams) OpenExistingImageWithFlagsError(flags int) (bool, error)
- func (d DIBaseParams) OverrideBlockSize() foundation.NSNumber
- func (d DIBaseParams) PrepareImageWithXpcHandlerFileModeError(handler objectivec.IObject, mode int64) (bool, error)
- func (d DIBaseParams) RAMdisk() bool
- func (d DIBaseParams) ReadPassphraseFlags() uint64
- func (d DIBaseParams) ReplaceDiskImageWithUnlockedBackendXPCError(xpc objectivec.IObject) (bool, error)
- func (d DIBaseParams) RequiresRootDaemon() bool
- func (d DIBaseParams) SetBlockSize(value uint32)
- func (d DIBaseParams) SetDeserializationError(value foundation.INSError)
- func (d DIBaseParams) SetDiskImageParamsXPC(value IDiskImageParamsXPC)
- func (d DIBaseParams) SetInputURL(value IDIURL)
- func (d DIBaseParams) SetReadPassphraseFlags(value uint64)
- func (d DIBaseParams) SetSymmetricKey(value foundation.INSData)
- func (d DIBaseParams) ShadowChain() IDIShadowChain
- func (d DIBaseParams) SupportsPstack() bool
- func (d DIBaseParams) SymmetricKey() foundation.INSData
- func (d DIBaseParams) TryResolvePstackChain(chain []objectivec.IObject) bool
- func (d DIBaseParams) UnlockWithPassphraseError(passphrase string) (bool, error)
- func (d DIBaseParams) ValidateDeserializationWithError() (bool, error)
- type DIBaseParamsClass
- type DIBaseServiceDelegate
- func (d DIBaseServiceDelegate) Autorelease() DIBaseServiceDelegate
- func (d DIBaseServiceDelegate) CreateListener()
- func (d DIBaseServiceDelegate) DebugDescription() string
- func (d DIBaseServiceDelegate) Description() string
- func (d DIBaseServiceDelegate) DispatchQueue() objectivec.Object
- func (d DIBaseServiceDelegate) EnterSandbox()
- func (d DIBaseServiceDelegate) Hash() uint64
- func (d DIBaseServiceDelegate) Init() DIBaseServiceDelegate
- func (d DIBaseServiceDelegate) Listener() foundation.NSXPCListener
- func (d DIBaseServiceDelegate) ListenerShouldAcceptNewConnection(listener objectivec.IObject, connection objectivec.IObject) bool
- func (d DIBaseServiceDelegate) SandboxProfile() objectivec.IObject
- func (d DIBaseServiceDelegate) ServiceName() objectivec.IObject
- func (d DIBaseServiceDelegate) SetListener(value foundation.NSXPCListener)
- func (d DIBaseServiceDelegate) SetupNewConnection(connection objectivec.IObject) bool
- func (d DIBaseServiceDelegate) StartXPClistener()
- func (d DIBaseServiceDelegate) Superclass() objc.Class
- func (d DIBaseServiceDelegate) ValidateConnection()
- type DIBaseServiceDelegateClass
- type DIBaseXPCHandler
- func (d DIBaseXPCHandler) Autorelease() DIBaseXPCHandler
- func (d DIBaseXPCHandler) CloseConnection()
- func (d DIBaseXPCHandler) CompleteCommandWithError() (bool, error)
- func (d DIBaseXPCHandler) ConnectWithError() (bool, error)
- func (d DIBaseXPCHandler) Connection() foundation.NSXPCConnection
- func (d DIBaseXPCHandler) CreateConnection()
- func (d DIBaseXPCHandler) DupStderrWithError() (bool, error)
- func (d DIBaseXPCHandler) Init() DIBaseXPCHandler
- func (d DIBaseXPCHandler) IsPrivileged() bool
- func (d DIBaseXPCHandler) RemoteObjectInterface() objectivec.IObject
- func (d DIBaseXPCHandler) RemoteProxy() objectivec.IObject
- func (d DIBaseXPCHandler) Semaphore() objectivec.Object
- func (d DIBaseXPCHandler) ServiceName() objectivec.IObject
- func (d DIBaseXPCHandler) SetConnection(value foundation.NSXPCConnection)
- func (d DIBaseXPCHandler) SetIsPrivileged(value bool)
- func (d DIBaseXPCHandler) SetRemoteProxy(value objectivec.IObject)
- func (d DIBaseXPCHandler) SetSemaphore(value objectivec.Object)
- func (d DIBaseXPCHandler) SetXpcError(value foundation.INSError)
- func (d DIBaseXPCHandler) SignalCommandCompletedWithXpcError(error_ objectivec.IObject)
- func (d DIBaseXPCHandler) XpcError() foundation.INSError
- type DIBaseXPCHandlerClass
- type DIBlockDevice
- func DIBlockDeviceFromID(id objc.ID) DIBlockDevice
- func NewDIBlockDevice() DIBlockDevice
- func NewDIBlockDeviceWithClassNameError(name objectivec.IObject) (DIBlockDevice, error)
- func NewDIBlockDeviceWithDIIOObject(dIIOObject objectivec.IObject) DIBlockDevice
- func NewDIBlockDeviceWithIOObject(iOObject uint32) DIBlockDevice
- func NewDIBlockDeviceWithIOObjectRetain(iOObject uint32, retain bool) DIBlockDevice
- func NewDIBlockDeviceWithIteratorNext(next objectivec.IObject) DIBlockDevice
- func NewDIBlockDeviceWithRegistryEntryIDError(id uint64) (DIBlockDevice, error)
- func (d DIBlockDevice) Autorelease() DIBlockDevice
- func (d DIBlockDevice) CopyIOMediaWithError() (objectivec.IObject, error)
- func (d DIBlockDevice) CopyRootBlockDeviceWithError() (objectivec.IObject, error)
- func (d DIBlockDevice) DiskImageDevice() bool
- func (d DIBlockDevice) Init() DIBlockDevice
- func (d DIBlockDevice) MediumType() string
- type DIBlockDeviceClass
- type DIChpassParams
- func (d DIChpassParams) Autorelease() DIChpassParams
- func (d DIChpassParams) ChangePassWithXpcHandlerError(handler objectivec.IObject) (bool, error)
- func (d DIChpassParams) ChpassWithError() (bool, error)
- func (d DIChpassParams) Init() DIChpassParams
- func (d DIChpassParams) PrepareImageWithXpcHandlerFileModeEncChpassError(handler objectivec.IObject, mode int64, chpass objectivec.IObject) (bool, error)
- type DIChpassParamsClass
- type DIClient2Controller_XPCHandler
- func (d DIClient2Controller_XPCHandler) Autorelease() DIClient2Controller_XPCHandler
- func (d DIClient2Controller_XPCHandler) CreateAndStoreInSystemKeychainWithCreatorAccountError(creator objectivec.IObject, account objectivec.IObject) (bool, error)
- func (d DIClient2Controller_XPCHandler) GUIAskForPassphraseWithEncryptionFrontendUsageError(frontend objectivec.IObject, usage int64) (bool, error)
- func (d DIClient2Controller_XPCHandler) Init() DIClient2Controller_XPCHandler
- func (d DIClient2Controller_XPCHandler) KeychainUnlockWithEncryptionUnlockerError(unlocker objectivec.IObject) (bool, error)
- func (d DIClient2Controller_XPCHandler) NewAttachWithParamsError(params objectivec.IObject) (objectivec.IObject, error)
- type DIClient2Controller_XPCHandlerClass
- type DIClient2IODaemonXPCHandler
- func (d DIClient2IODaemonXPCHandler) AddToRefCountWithError() (bool, error)
- func (d DIClient2IODaemonXPCHandler) Autorelease() DIClient2IODaemonXPCHandler
- func (d DIClient2IODaemonXPCHandler) Init() DIClient2IODaemonXPCHandler
- func (d DIClient2IODaemonXPCHandler) InitWithEndpoint(endpoint objectivec.IObject) DIClient2IODaemonXPCHandler
- func (d DIClient2IODaemonXPCHandler) SetXpcListenerEndpoint(value foundation.NSXPCListenerEndpoint)
- func (d DIClient2IODaemonXPCHandler) XpcListenerEndpoint() foundation.NSXPCListenerEndpoint
- type DIClient2IODaemonXPCHandlerClass
- type DICommonAttach
- type DICommonAttachClass
- func (dc DICommonAttachClass) Alloc() DICommonAttach
- func (dc DICommonAttachClass) Class() objc.Class
- func (_DICommonAttachClass DICommonAttachClass) DI1_attachWithDictionaryBSDNameError(dictionary objectivec.IObject, sDName []objectivec.IObject) (bool, error)
- func (_DICommonAttachClass DICommonAttachClass) DI2_attachWithParamsBSDNameError(params objectivec.IObject, sDName []objectivec.IObject) (bool, error)
- func (_DICommonAttachClass DICommonAttachClass) DefaultDiskImageAttachBSDNameError(url foundation.INSURL, bsdName string) (bool, error)
- func (_DICommonAttachClass DICommonAttachClass) DiskImageAttachBSDNameError(url foundation.INSURL, bsdName string) (bool, error)
- func (_DICommonAttachClass DICommonAttachClass) DiskImageAttachReadOnlyAutoMountBSDNameError(url foundation.INSURL, readOnly bool, autoMount bool, bsdName string) (bool, error)
- func (_DICommonAttachClass DICommonAttachClass) FailWithDI1errorCodeError(code int) (bool, error)
- type DIController2ClientDelegate
- func (d DIController2ClientDelegate) AttachCompletedWithHandleReply(handle objectivec.IObject, reply VoidHandler)
- func (d DIController2ClientDelegate) AttachCompletedWithHandleReplySync(ctx context.Context, handle objectivec.IObject) error
- func (d DIController2ClientDelegate) Autorelease() DIController2ClientDelegate
- func (d DIController2ClientDelegate) DeviceHandle() IDIDeviceHandle
- func (d DIController2ClientDelegate) Init() DIController2ClientDelegate
- func (d DIController2ClientDelegate) SetDeviceHandle(value IDIDeviceHandle)
- type DIController2ClientDelegateClass
- type DIController2ClientProtocol
- type DIController2ClientProtocolObject
- type DIConvertParams
- func DIConvertParamsFromID(id objc.ID) DIConvertParams
- func NewDIConvertParams() DIConvertParams
- func NewDIConvertParamsForInplaceWithExistingParamsError(params objectivec.IObject) (DIConvertParams, error)
- func NewDIConvertParamsForInplaceWithURLError(url foundation.INSURL) (DIConvertParams, error)
- func NewDIConvertParamsWithCoder(coder objectivec.IObject) DIConvertParams
- func NewDIConvertParamsWithInputURLOutputURLError(url foundation.INSURL, url2 foundation.INSURL) (DIConvertParams, error)
- func NewDIConvertParamsWithInputURLOutputURLShadowURLsError(url foundation.INSURL, url2 foundation.INSURL, uRLs objectivec.IObject) (DIConvertParams, error)
- func NewDIConvertParamsWithURLError(url foundation.INSURL) (DIConvertParams, error)
- func (d DIConvertParams) Autorelease() DIConvertParams
- func (d DIConvertParams) Certificate() string
- func (d DIConvertParams) ConversionMethod() uint64
- func (d DIConvertParams) ConvertWithCompletionBlock(block VoidHandler) objectivec.IObject
- func (d DIConvertParams) ConvertWithCompletionBlockSync(ctx context.Context) error
- func (d DIConvertParams) CopyUpdatedOutputURLWithError() (objectivec.IObject, error)
- func (d DIConvertParams) EncryptionMethod() uint64
- func (d DIConvertParams) InPlaceConversion() bool
- func (d DIConvertParams) Init() DIConvertParams
- func (d DIConvertParams) InitForInplaceWithExistingParamsError(params objectivec.IObject) (DIConvertParams, error)
- func (d DIConvertParams) InitForInplaceWithURLError(url foundation.INSURL) (DIConvertParams, error)
- func (d DIConvertParams) InitWithInputURLOutputURLError(url foundation.INSURL, url2 foundation.INSURL) (DIConvertParams, error)
- func (d DIConvertParams) InitWithInputURLOutputURLShadowURLsError(url foundation.INSURL, url2 foundation.INSURL, uRLs objectivec.IObject) (DIConvertParams, error)
- func (d DIConvertParams) IsInputURLDevice() bool
- func (d DIConvertParams) MaxRawUDIFRunSize() uint64
- func (d DIConvertParams) OnConvertCompletionWithInErrorOutError(error_ objectivec.IObject) (bool, error)
- func (d DIConvertParams) OpenDeviceAsRootWithError() (objectivec.IObject, error)
- func (d DIConvertParams) OutputFormat() int64
- func (d DIConvertParams) OutputParams() IDIBaseParams
- func (d DIConvertParams) OutputURL() IDIURL
- func (d DIConvertParams) Passphrase() bool
- func (d DIConvertParams) PrepareConvertWithError() (objectivec.IObject, error)
- func (d DIConvertParams) PrepareParamsForSquashWithError() (bool, error)
- func (d DIConvertParams) PrepareParamsWithError() (bool, error)
- func (d DIConvertParams) PublicKey() string
- func (d DIConvertParams) SetCertificate(value string)
- func (d DIConvertParams) SetConversionMethod(value uint64)
- func (d DIConvertParams) SetEncryptionMethod(value uint64)
- func (d DIConvertParams) SetMaxRawUDIFRunSize(value uint64)
- func (d DIConvertParams) SetOutputFormat(value int64)
- func (d DIConvertParams) SetOutputParams(value IDIBaseParams)
- func (d DIConvertParams) SetOutputURL(value IDIURL)
- func (d DIConvertParams) SetPassphrase(value bool)
- func (d DIConvertParams) SetPassphraseEncryptionMethodError(passphrase string, method uint64) (bool, error)
- func (d DIConvertParams) SetPassphraseError(passphrase string) (bool, error)
- func (d DIConvertParams) SetPublicKey(value string)
- func (d DIConvertParams) SetShouldValidateShadows(value bool)
- func (d DIConvertParams) SetSparseBundleBandSize(value uint64)
- func (d DIConvertParams) SetUseFormatMappingInfo(value bool)
- func (d DIConvertParams) ShadowURLs() foundation.INSArray
- func (d DIConvertParams) ShouldPerformInplaceSquash() bool
- func (d DIConvertParams) ShouldValidateShadows() bool
- func (d DIConvertParams) SparseBundleBandSize() uint64
- func (d DIConvertParams) TemporaryPassphrase() IDITemporaryPassphrase
- func (d DIConvertParams) UseFormatMappingInfo() bool
- func (d DIConvertParams) ValidateFileWithURLError(url foundation.INSURL) (bool, error)
- func (d DIConvertParams) ValidateSquashFormats() bool
- type DIConvertParamsClass
- type DICreateASIFParams
- func DICreateASIFParamsFromID(id objc.ID) DICreateASIFParams
- func NewDICreateASIFParams() DICreateASIFParams
- func NewDICreateASIFParamsWithCoder(coder objectivec.IObject) DICreateASIFParams
- func NewDICreateASIFParamsWithURLError(url foundation.INSURL) (DICreateASIFParams, error)
- func NewDICreateASIFParamsWithURLNumBlocksError(url foundation.INSURL, numBlocks uint64) (DICreateASIFParams, error)
- type DICreateASIFParamsClass
- type DICreateParams
- func DICreateParamsFromID(id objc.ID) DICreateParams
- func NewDICreateParams() DICreateParams
- func NewDICreateParamsWithCoder(coder objectivec.IObject) DICreateParams
- func NewDICreateParamsWithURLError(url foundation.INSURL) (DICreateParams, error)
- func NewDICreateParamsWithURLNumBlocksError(url foundation.INSURL, blocks uint64) (DICreateParams, error)
- func (d DICreateParams) Autorelease() DICreateParams
- func (d DICreateParams) Certificate() string
- func (d DICreateParams) CreateDiskImageParamsWithError() (bool, error)
- func (d DICreateParams) CreateDiskImageParamsXPC()
- func (d DICreateParams) CreateEncryptionWithXPCHandlerError(xPCHandler objectivec.IObject) (bool, error)
- func (d DICreateParams) CreateFromAuthRef() unsafe.Pointer
- func (d DICreateParams) CreateInternalWithError() (objectivec.IObject, error)
- func (d DICreateParams) CreateWithError() (objectivec.IObject, error)
- func (d DICreateParams) EncryptionMethod() uint64
- func (d DICreateParams) FolderCopyXPCHandler() IDIClient2Controller_XPCHandler
- func (d DICreateParams) Init() DICreateParams
- func (d DICreateParams) InitWithURLNumBlocksError(url foundation.INSURL, blocks uint64) (DICreateParams, error)
- func (d DICreateParams) NumBlocks() uint64
- func (d DICreateParams) OnErrorCleanup() bool
- func (d DICreateParams) Passphrase() bool
- func (d DICreateParams) PublicKey() string
- func (d DICreateParams) ResizeWithDiskImageNumberOfBlocksError(image unsafe.Pointer, blocks uint64) (bool, error)
- func (d DICreateParams) ResizeWithNumBlocksError(blocks uint64) (bool, error)
- func (d DICreateParams) RootCopierWithDstFolderURLSrcFolderURLProgressError(url foundation.INSURL, url2 foundation.INSURL, progress objectivec.IObject) (bool, error)
- func (d DICreateParams) SetCertificate(value string)
- func (d DICreateParams) SetCreateFromAuthRef(value unsafe.Pointer)
- func (d DICreateParams) SetEncryptionMethod(value uint64)
- func (d DICreateParams) SetFolderCopyXPCHandler(value IDIClient2Controller_XPCHandler)
- func (d DICreateParams) SetNumBlocks(value uint64)
- func (d DICreateParams) SetPassphrase(value bool)
- func (d DICreateParams) SetPassphraseEncryptionMethodError(passphrase string, method uint64) (bool, error)
- func (d DICreateParams) SetPublicKey(value string)
- func (d DICreateParams) SetSystemKeychainAccount(value string)
- func (d DICreateParams) SystemKeychainAccount() string
- func (d DICreateParams) TemporaryPassphrase() IDITemporaryPassphrase
- func (d DICreateParams) TraverseSrcFolderAsRootWithURLParallelModeProgressFolderSizeNumFilesError(url foundation.NSURL, mode bool, progress objectivec.IObject) (uint64, uint64, error)
- func (d DICreateParams) ValidateBlockSizeSupport() bool
- type DICreateParamsClass
- func (dc DICreateParamsClass) Alloc() DICreateParams
- func (_DICreateParamsClass DICreateParamsClass) CheckExistingFileWithURLIsDirectoryError(url foundation.INSURL, directory bool) (bool, error)
- func (dc DICreateParamsClass) Class() objc.Class
- func (_DICreateParamsClass DICreateParamsClass) EraseIfExistingWithURLError(url foundation.INSURL) (bool, error)
- func (_DICreateParamsClass DICreateParamsClass) ToHeaderEncryptionModeHeaderEncModeError(mode uint64, mode2 unsafe.Pointer) (bool, error)
- type DICreateRAWParams
- func DICreateRAWParamsFromID(id objc.ID) DICreateRAWParams
- func NewDICreateRAWParams() DICreateRAWParams
- func NewDICreateRAWParamsWithCoder(coder objectivec.IObject) DICreateRAWParams
- func NewDICreateRAWParamsWithURLError(url foundation.INSURL) (DICreateRAWParams, error)
- func NewDICreateRAWParamsWithURLNumBlocksError(url foundation.INSURL, blocks uint64) (DICreateRAWParams, error)
- type DICreateRAWParamsClass
- type DICreateUDSBParams
- func DICreateUDSBParamsFromID(id objc.ID) DICreateUDSBParams
- func NewDICreateUDSBParams() DICreateUDSBParams
- func NewDICreateUDSBParamsWithCoder(coder objectivec.IObject) DICreateUDSBParams
- func NewDICreateUDSBParamsWithURLError(url foundation.INSURL) (DICreateUDSBParams, error)
- func NewDICreateUDSBParamsWithURLNumBlocksError(url foundation.INSURL, blocks uint64) (DICreateUDSBParams, error)
- type DICreateUDSBParamsClass
- type DIDataPartition
- func (d DIDataPartition) Autorelease() DIDataPartition
- func (d DIDataPartition) BlockSize() uint64
- func (d DIDataPartition) FindPartitionWithDeviceBSDNameError(bSDName objectivec.IObject) (bool, error)
- func (d DIDataPartition) FindVolumeBSDNameWithError() (bool, error)
- func (d DIDataPartition) FormatWithVolumeNameError(name objectivec.IObject) (bool, error)
- func (d DIDataPartition) GPTTypeID() uint64
- func (d DIDataPartition) GetFileSystemMinimalBlocks(blocks []objectivec.IObject) uint64
- func (d DIDataPartition) Init() DIDataPartition
- func (d DIDataPartition) IoMedia() IDIIOMedia
- func (d DIDataPartition) IoMediaUUID() string
- func (d DIDataPartition) MediaContentUUID() string
- func (d DIDataPartition) NewMountVolumeWithDiskArbError(arb objectivec.IObject) (objectivec.IObject, error)
- func (d DIDataPartition) NumBlocks() uint64
- func (d DIDataPartition) ResizeFileSystemToMinimumWithError() (bool, error)
- func (d DIDataPartition) ResizeFileSystemWithNumBlocksError(blocks uint64) (bool, error)
- func (d DIDataPartition) SetBlockSize(value uint64)
- func (d DIDataPartition) SetIoMedia(value IDIIOMedia)
- func (d DIDataPartition) SetIoMediaUUID(value string)
- func (d DIDataPartition) SetNumBlocks(value uint64)
- func (d DIDataPartition) SetVolumeBSDName(value string)
- func (d DIDataPartition) VolumeBSDName() string
- type DIDataPartitionClass
- func (dc DIDataPartitionClass) Alloc() DIDataPartition
- func (dc DIDataPartitionClass) Class() objc.Class
- func (_DIDataPartitionClass DIDataPartitionClass) FindPartitionSchemeWithIOMediaError(iOMedia objectivec.IObject) (objectivec.IObject, error)
- func (_DIDataPartitionClass DIDataPartitionClass) NewMountURLWithError() (objectivec.IObject, error)
- type DIDeviceHandle
- func DIDeviceHandleFromID(id objc.ID) DIDeviceHandle
- func NewDIDeviceHandle() DIDeviceHandle
- func NewDIDeviceHandleWithCoder(coder objectivec.IObject) DIDeviceHandle
- func NewDIDeviceHandleWithRegEntryID(regEntryID uint64) DIDeviceHandle
- func NewDIDeviceHandleWithRegEntryIDXpcEndpoint(regEntryID uint64, xpcEndpoint foundation.NSXPCListenerEndpoint) DIDeviceHandle
- func (d DIDeviceHandle) AddToRefCountWithError() (bool, error)
- func (d DIDeviceHandle) Autorelease() DIDeviceHandle
- func (d DIDeviceHandle) BSDName() string
- func (d DIDeviceHandle) Client2IOhandler() IDIClient2IODaemonXPCHandler
- func (d DIDeviceHandle) EncodeWithCoder(coder foundation.INSCoder)
- func (d DIDeviceHandle) HandleRefCount() bool
- func (d DIDeviceHandle) Init() DIDeviceHandle
- func (d DIDeviceHandle) InitWithCoder(coder foundation.INSCoder) DIDeviceHandle
- func (d DIDeviceHandle) InitWithRegEntryID(regEntryID uint64) DIDeviceHandle
- func (d DIDeviceHandle) InitWithRegEntryIDXpcEndpoint(regEntryID uint64, xpcEndpoint foundation.NSXPCListenerEndpoint) DIDeviceHandle
- func (d DIDeviceHandle) RegEntryID() uint64
- func (d DIDeviceHandle) SetBSDName(value string)
- func (d DIDeviceHandle) SetClient2IOhandler(value IDIClient2IODaemonXPCHandler)
- func (d DIDeviceHandle) SetHandleRefCount(value bool)
- func (d DIDeviceHandle) SetXpcEndpoint(value foundation.NSXPCListenerEndpoint)
- func (d DIDeviceHandle) UpdateBSDNameWithBlockDeviceError(blockDevice string) (bool, error)
- func (d DIDeviceHandle) WaitForDeviceWithError() (bool, error)
- func (d DIDeviceHandle) WaitForQuietWithServiceError(service uint32) (bool, error)
- func (d DIDeviceHandle) XpcEndpoint() foundation.NSXPCListenerEndpoint
- type DIDeviceHandleClass
- type DIDiskArb
- func (d DIDiskArb) AddDisappearedCallbackWithMountPointShadowMountPointsDelegate(point objectivec.IObject, points objectivec.IObject, ...)
- func (d DIDiskArb) Autorelease() DIDiskArb
- func (d DIDiskArb) CallbackReached() bool
- func (d DIDiskArb) CopyDescriptionWithBSDName(bSDName objectivec.IObject) objectivec.IObject
- func (d DIDiskArb) DaSession() objectivec.IObject
- func (d DIDiskArb) Delegate() objectivec.IObject
- func (d DIDiskArb) EjectWithBSDNameError(bSDName objectivec.IObject) (bool, error)
- func (d DIDiskArb) Init() DIDiskArb
- func (d DIDiskArb) InitWithError() (DIDiskArb, error)
- func (d DIDiskArb) InputMountedOnURL() foundation.INSURL
- func (d DIDiskArb) MountWithDeviceNameArgsFilesystemMountURLError(name objectivec.IObject, args objectivec.IObject, ...) (bool, error)
- func (d DIDiskArb) OnDiskDisappearedWithDisk(disk objectivec.IObject)
- func (d DIDiskArb) OperationError() foundation.INSError
- func (d DIDiskArb) SetCallbackReached(value bool)
- func (d DIDiskArb) SetDaSession(value objectivec.IObject)
- func (d DIDiskArb) SetDelegate(value objectivec.IObject)
- func (d DIDiskArb) SetInputMountedOnURL(value foundation.INSURL)
- func (d DIDiskArb) SetOperationError(value foundation.INSError)
- func (d DIDiskArb) SetShadowMountedOnURLs(value foundation.INSArray)
- func (d DIDiskArb) ShadowMountedOnURLs() foundation.INSArray
- func (d DIDiskArb) Stop()
- func (d DIDiskArb) UnmountWithMountPointError(point objectivec.IObject) (bool, error)
- func (d DIDiskArb) WaitForDAIdleWithError() (bool, error)
- type DIDiskArbClass
- type DIDiskArbEmulation
- type DIDiskArbEmulationClass
- type DIEncryptionChpass
- func (d DIEncryptionChpass) Autorelease() DIEncryptionChpass
- func (d DIEncryptionChpass) Init() DIEncryptionChpass
- func (d DIEncryptionChpass) PassEntryToChange() unsafe.Pointer
- func (d DIEncryptionChpass) ReplacePassWithXpcHandlerParamsError(handler objectivec.IObject, params objectivec.IObject) (bool, error)
- func (d DIEncryptionChpass) ReplacePassphraseError(passphrase string) (bool, error)
- func (d DIEncryptionChpass) SetPassEntryToChange(value unsafe.Pointer)
- type DIEncryptionChpassClass
- type DIEncryptionCreator
- func (d DIEncryptionCreator) AddPublicKeyEntryWithXpcHandlerError(handler objectivec.IObject) (bool, error)
- func (d DIEncryptionCreator) AddSymmetricKeyEntryWithError() (bool, error)
- func (d DIEncryptionCreator) Autorelease() DIEncryptionCreator
- func (d DIEncryptionCreator) CreateAndStoreInSystemKeychainWithAccountError(account objectivec.IObject) (bool, error)
- func (d DIEncryptionCreator) CreateParams() IDICreateParams
- func (d DIEncryptionCreator) CreateWithXpcHandlerError(handler objectivec.IObject) (bool, error)
- func (d DIEncryptionCreator) Init() DIEncryptionCreator
- func (d DIEncryptionCreator) SetCreateParams(value IDICreateParams)
- type DIEncryptionCreatorClass
- type DIEncryptionFrontend
- func (d DIEncryptionFrontend) AddPassphraseEntryWithXpcHandlerFlagsUsageError(handler objectivec.IObject, flags uint64, usage int64) (bool, error)
- func (d DIEncryptionFrontend) AllowStoringInKeychain() bool
- func (d DIEncryptionFrontend) AskPermissionWithRememberPasswordError() (bool, error)
- func (d DIEncryptionFrontend) Autorelease() DIEncryptionFrontend
- func (d DIEncryptionFrontend) CLIPassphrasePromptCreate() string
- func (d DIEncryptionFrontend) CLIPassphrasePromptUnlock() string
- func (d DIEncryptionFrontend) CLIVerifyPassphrasePromptCreate() string
- func (d DIEncryptionFrontend) CheckAuthEntriesWithHasPassphraseEntryHasPublicKeyEntryError() (bool, bool, error)
- func (d DIEncryptionFrontend) CheckWithHasIcloudKeychainError() (bool, error)
- func (d DIEncryptionFrontend) CheckWithItemRefIsSystemKeychainError(ref objectivec.IObject) (bool, error)
- func (d DIEncryptionFrontend) ConsoleAskForPassphraseWithUseStdinUsageError(stdin bool, usage int64) (bool, error)
- func (d DIEncryptionFrontend) DiParams() IDIBaseParams
- func (d DIEncryptionFrontend) EncodeWithCoder(coder foundation.INSCoder)
- func (d DIEncryptionFrontend) EncryptionUUID() foundation.NSUUID
- func (d DIEncryptionFrontend) Flags() uint64
- func (d DIEncryptionFrontend) GUIAskForPassphraseWithPassphraseUsageError(usage int64) (bool, error)
- func (d DIEncryptionFrontend) GUIPassphraseLabelCreate() string
- func (d DIEncryptionFrontend) GUIPassphraseLabelUnlock() string
- func (d DIEncryptionFrontend) GUIPassphrasePromptCreate() string
- func (d DIEncryptionFrontend) GUIPassphrasePromptUnlock() string
- func (d DIEncryptionFrontend) GUIVerifyPassphraseLabelCreate() string
- func (d DIEncryptionFrontend) GenerateAuthTableWithError() (unsafe.Pointer, error)
- func (d DIEncryptionFrontend) GetCertificateWithCertificatePathError(path objectivec.IObject) (objectivec.IObject, error)
- func (d DIEncryptionFrontend) GetCertificateWithPublicKeyError(key objectivec.IObject) (objectivec.IObject, error)
- func (d DIEncryptionFrontend) GetSerializerWithAuthTable(table unsafe.Pointer) objectivec.IObject
- func (d DIEncryptionFrontend) Init() DIEncryptionFrontend
- func (d DIEncryptionFrontend) InitWithCoder(coder foundation.INSCoder) DIEncryptionFrontend
- func (d DIEncryptionFrontend) InitWithParams(params objectivec.IObject) DIEncryptionFrontend
- func (d DIEncryptionFrontend) KeychainUnlockWithError() (bool, error)
- func (d DIEncryptionFrontend) KeychainUnlockWithIsSystemKeychainError(keychain bool) (bool, error)
- func (d DIEncryptionFrontend) LookupLegacyKeychainWithXpcHandlerError(handler objectivec.IObject) (bool, error)
- func (d DIEncryptionFrontend) SetAllowStoringInKeychain(value bool)
- func (d DIEncryptionFrontend) SetPassphraseError(passphrase string) (bool, error)
- func (d DIEncryptionFrontend) StoreInKeychainWithPassphraseForceSystemKeychainError(passphrase objectivec.IObject, keychain bool) (bool, error)
- func (d DIEncryptionFrontend) UnlockUsingPublicKeyWithError() (bool, error)
- func (d DIEncryptionFrontend) UnlockUsingSaksWithError() (bool, error)
- func (d DIEncryptionFrontend) UnlockUsingSymmetricKeyWithError() (bool, error)
- func (d DIEncryptionFrontend) UnlockWithPassphraseError(passphrase string) (bool, error)
- func (d DIEncryptionFrontend) UnlockWithXpcHandlerError(handler objectivec.IObject) (bool, error)
- func (d DIEncryptionFrontend) UpdateDiskImageParamsWithFrontendError(frontend objectivec.IObject) (bool, error)
- func (d DIEncryptionFrontend) ValidateDeserializationWithError() (bool, error)
- type DIEncryptionFrontendClass
- func (dc DIEncryptionFrontendClass) Alloc() DIEncryptionFrontend
- func (dc DIEncryptionFrontendClass) Class() objc.Class
- func (_DIEncryptionFrontendClass DIEncryptionFrontendClass) HasGUIaccess() bool
- func (_DIEncryptionFrontendClass DIEncryptionFrontendClass) SupportsSecureCoding() bool
- func (_DIEncryptionFrontendClass DIEncryptionFrontendClass) UpdateSystemKeychainAttrWithDictIsStoringError(dict objectivec.IObject, storing bool) (bool, error)
- type DIEncryptionUnlocker
- type DIEncryptionUnlockerClass
- type DIError
- type DIErrorClass
- func (dc DIErrorClass) Alloc() DIError
- func (dc DIErrorClass) Class() objc.Class
- func (_DIErrorClass DIErrorClass) CopyDefaultLocalizedStringForDIErrorCode(code int64) objectivec.IObject
- func (_DIErrorClass DIErrorClass) ErrorWithDIExceptionDescriptionPrefixError(dIException unsafe.Pointer, description objectivec.IObject, ...) (objectivec.IObject, error)
- func (_DIErrorClass DIErrorClass) ErrorWithDomainCodeDescriptionVerboseInfoError(domain objectivec.IObject, code int64, description objectivec.IObject, ...) (objectivec.IObject, error)
- func (_DIErrorClass DIErrorClass) ErrorWithEnumValueVerboseInfo(value int64, info objectivec.IObject) objectivec.IObject
- func (_DIErrorClass DIErrorClass) ErrorWithPOSIXCodeVerboseInfo(pOSIXCode int, info objectivec.IObject) objectivec.IObject
- func (_DIErrorClass DIErrorClass) ErrorWithUnexpectedVerboseInfoError(unexpected objectivec.IObject, info objectivec.IObject) (objectivec.IObject, error)
- func (_DIErrorClass DIErrorClass) FailWithDIExceptionDescriptionError(dIException unsafe.Pointer, description objectivec.IObject) (bool, error)
- func (_DIErrorClass DIErrorClass) FailWithDIExceptionPrefixError(dIException unsafe.Pointer, prefix objectivec.IObject) (bool, error)
- func (_DIErrorClass DIErrorClass) FailWithEnumValueDescriptionError(value int64, description objectivec.IObject) (bool, error)
- func (_DIErrorClass DIErrorClass) FailWithEnumValueVerboseInfoError(value int64, info objectivec.IObject) (bool, error)
- func (_DIErrorClass DIErrorClass) FailWithInErrorOutError(error_ objectivec.IObject) (bool, error)
- func (_DIErrorClass DIErrorClass) FailWithOSStatusDescriptionError(oSStatus int, description objectivec.IObject) (bool, error)
- func (_DIErrorClass DIErrorClass) FailWithOSStatusVerboseInfoError(oSStatus int, info objectivec.IObject) (bool, error)
- func (_DIErrorClass DIErrorClass) FailWithPOSIXCodeDescriptionError(pOSIXCode int, description objectivec.IObject) (bool, error)
- func (_DIErrorClass DIErrorClass) FailWithPOSIXCodeError(pOSIXCode int) (bool, error)
- func (_DIErrorClass DIErrorClass) FailWithPOSIXCodeVerboseInfoError(pOSIXCode int, info objectivec.IObject) (bool, error)
- func (_DIErrorClass DIErrorClass) FailWithUnexpectedError(unexpected objectivec.IObject) (bool, error)
- func (_DIErrorClass DIErrorClass) FailWithUnexpectedVerboseInfoError(unexpected objectivec.IObject, info objectivec.IObject) (bool, error)
- func (_DIErrorClass DIErrorClass) FrameworkBundle() objectivec.IObject
- func (_DIErrorClass DIErrorClass) MandatoryArgumentFailWithError() (bool, error)
- func (_DIErrorClass DIErrorClass) NilWithDIExceptionDescriptionError(dIException unsafe.Pointer, description objectivec.IObject) (objectivec.IObject, error)
- func (_DIErrorClass DIErrorClass) NilWithDIExceptionPrefixError(dIException unsafe.Pointer, prefix objectivec.IObject) (objectivec.IObject, error)
- func (_DIErrorClass DIErrorClass) NilWithEnumValueDescriptionError(value int64, description objectivec.IObject) (objectivec.IObject, error)
- func (_DIErrorClass DIErrorClass) NilWithEnumValueVerboseInfoError(value int64, info objectivec.IObject) (objectivec.IObject, error)
- func (_DIErrorClass DIErrorClass) NilWithOSStatusVerboseInfoError(oSStatus int, info objectivec.IObject) (objectivec.IObject, error)
- func (_DIErrorClass DIErrorClass) NilWithPOSIXCodeDescriptionError(pOSIXCode int, description objectivec.IObject) (objectivec.IObject, error)
- func (_DIErrorClass DIErrorClass) NilWithPOSIXCodeVerboseInfoError(pOSIXCode int, info objectivec.IObject) (objectivec.IObject, error)
- func (_DIErrorClass DIErrorClass) NilWithUnexpectedError(unexpected objectivec.IObject) (objectivec.IObject, error)
- func (_DIErrorClass DIErrorClass) NilWithUnexpectedVerboseInfoError(unexpected objectivec.IObject, info objectivec.IObject) (objectivec.IObject, error)
- type DIHelpers
- type DIHelpersClass
- func (dc DIHelpersClass) Alloc() DIHelpers
- func (dc DIHelpersClass) Class() objc.Class
- func (_DIHelpersClass DIHelpersClass) CopyDevicePathWithStatfs(statfs objectivec.IObject) objectivec.IObject
- func (_DIHelpersClass DIHelpersClass) ExecuteWithPathArgumentsError(path objectivec.IObject, arguments objectivec.IObject) (bool, error)
- func (_DIHelpersClass DIHelpersClass) GetBlockSizeFromStrError(str objectivec.IObject) (uint32, error)
- func (_DIHelpersClass DIHelpersClass) NumBlocksWithSizeStrBlockSize(str objectivec.IObject, size uint32) uint64
- func (_DIHelpersClass DIHelpersClass) StringWithImageFormat(format int64) objectivec.IObject
- type DIIOIterator
- func DIIOIteratorFromID(id objc.ID) DIIOIterator
- func NewDIIOIterator() DIIOIterator
- func NewDIIOIteratorWithClassNameError(name objectivec.IObject) (DIIOIterator, error)
- func NewDIIOIteratorWithDIIOObject(dIIOObject objectivec.IObject) DIIOIterator
- func NewDIIOIteratorWithIOIteratorRetain(iOIterator uint32, retain bool) DIIOIterator
- func NewDIIOIteratorWithIOObject(iOObject uint32) DIIOIterator
- func NewDIIOIteratorWithIOObjectRetain(iOObject uint32, retain bool) DIIOIterator
- func NewDIIOIteratorWithIteratorNext(next objectivec.IObject) DIIOIterator
- func NewDIIOIteratorWithRegistryEntryIDError(id uint64) (DIIOIterator, error)
- func (d DIIOIterator) Autorelease() DIIOIterator
- func (d DIIOIterator) CopyNextObject() uint32
- func (d DIIOIterator) Init() DIIOIterator
- func (d DIIOIterator) InitWithIOIteratorRetain(iOIterator uint32, retain bool) DIIOIterator
- func (d DIIOIterator) SetStartedOver(value bool)
- func (d DIIOIterator) StartedOver() bool
- type DIIOIteratorClass
- type DIIOMedia
- func DIIOMediaFromID(id objc.ID) DIIOMedia
- func NewDIIOMedia() DIIOMedia
- func NewDIIOMediaWithClassNameError(name objectivec.IObject) (DIIOMedia, error)
- func NewDIIOMediaWithDIIOObject(dIIOObject objectivec.IObject) DIIOMedia
- func NewDIIOMediaWithDevNameError(name objectivec.IObject) (DIIOMedia, error)
- func NewDIIOMediaWithIOObject(iOObject uint32) DIIOMedia
- func NewDIIOMediaWithIOObjectRetain(iOObject uint32, retain bool) DIIOMedia
- func NewDIIOMediaWithIteratorNext(next objectivec.IObject) DIIOMedia
- func NewDIIOMediaWithRegistryEntryIDError(id uint64) (DIIOMedia, error)
- type DIIOMediaClass
- type DIIOObject
- func DIIOObjectFromID(id objc.ID) DIIOObject
- func NewDIIOObject() DIIOObject
- func NewDIIOObjectWithClassNameError(name objectivec.IObject) (DIIOObject, error)
- func NewDIIOObjectWithDIIOObject(dIIOObject objectivec.IObject) DIIOObject
- func NewDIIOObjectWithIOObject(iOObject uint32) DIIOObject
- func NewDIIOObjectWithIOObjectRetain(iOObject uint32, retain bool) DIIOObject
- func NewDIIOObjectWithIteratorNext(next objectivec.IObject) DIIOObject
- func NewDIIOObjectWithRegistryEntryIDError(id uint64) (DIIOObject, error)
- func (d DIIOObject) Autorelease() DIIOObject
- func (d DIIOObject) CopyParentWithError() (objectivec.IObject, error)
- func (d DIIOObject) CopyPropertyWithClassKey(class objc.Class, key objectivec.IObject) objectivec.IObject
- func (d DIIOObject) Init() DIIOObject
- func (d DIIOObject) InitWithClassNameError(name objectivec.IObject) (DIIOObject, error)
- func (d DIIOObject) InitWithDIIOObject(dIIOObject objectivec.IObject) DIIOObject
- func (d DIIOObject) InitWithIOObject(iOObject uint32) DIIOObject
- func (d DIIOObject) InitWithIOObjectRetain(iOObject uint32, retain bool) DIIOObject
- func (d DIIOObject) InitWithIteratorNext(next objectivec.IObject) DIIOObject
- func (d DIIOObject) InitWithRegistryEntryIDError(id uint64) (DIIOObject, error)
- func (d DIIOObject) IoClassName() string
- func (d DIIOObject) IoObj() uint32
- func (d DIIOObject) IoObjectWithClassNameIterateParentError(name objectivec.IObject, parent bool) (objectivec.IObject, error)
- func (d DIIOObject) NewIteratorWithOptionsError(options uint32) (objectivec.IObject, error)
- func (d DIIOObject) RegistryEntryIDWithError() (uint64, error)
- type DIIOObjectClass
- type DIImageHandle
- type DIImageHandleClass
- type DIImageInfoParams
- func DIImageInfoParamsFromID(id objc.ID) DIImageInfoParams
- func NewDIImageInfoParams() DIImageInfoParams
- func NewDIImageInfoParamsWithCoder(coder objectivec.IObject) DIImageInfoParams
- func NewDIImageInfoParamsWithExistingParamsError(params IDIImageInfoParams) (DIImageInfoParams, error)
- func NewDIImageInfoParamsWithURLError(url foundation.INSURL) (DIImageInfoParams, error)
- func (d DIImageInfoParams) Autorelease() DIImageInfoParams
- func (d DIImageInfoParams) EncryptionInfoOnly() bool
- func (d DIImageInfoParams) ExtraInfo() bool
- func (d DIImageInfoParams) ImageInfo() foundation.INSDictionary
- func (d DIImageInfoParams) Init() DIImageInfoParams
- func (d DIImageInfoParams) InitWithExistingParamsError(params IDIImageInfoParams) (DIImageInfoParams, error)
- func (d DIImageInfoParams) OpenEncryption() bool
- func (d DIImageInfoParams) RetrieveWithError() (bool, error)
- func (d DIImageInfoParams) SetEncryptionInfoOnly(value bool)
- func (d DIImageInfoParams) SetExtraInfo(value bool)
- func (d DIImageInfoParams) SetImageInfo(value foundation.INSDictionary)
- func (d DIImageInfoParams) SetOpenEncryption(value bool)
- type DIImageInfoParamsClass
- type DIKeyRetriever
- type DIKeyRetrieverClass
- func (dc DIKeyRetrieverClass) Alloc() DIKeyRetriever
- func (dc DIKeyRetrieverClass) Class() objc.Class
- func (_DIKeyRetrieverClass DIKeyRetrieverClass) DecryptKeyWithDataDestKeyDestKeySizeError(data objectivec.IObject, key string, size uint64) (bool, error)
- func (_DIKeyRetrieverClass DIKeyRetrieverClass) GetRequestWithURLError(url foundation.INSURL) (objectivec.IObject, error)
- func (_DIKeyRetrieverClass DIKeyRetrieverClass) HintFormat(format objectivec.IObject) objectivec.IObject
- func (_DIKeyRetrieverClass DIKeyRetrieverClass) JsonResponseWithRequestSessionError(request objectivec.IObject, session objectivec.IObject) (objectivec.IObject, error)
- func (_DIKeyRetrieverClass DIKeyRetrieverClass) KKMSKeyWithURLDestKeyDestKeySizeError(url foundation.INSURL, key string, size uint64) (bool, error)
- func (_DIKeyRetrieverClass DIKeyRetrieverClass) NewACEndpointWithEnvironmentError(environment objectivec.IObject) (objectivec.IObject, error)
- func (_DIKeyRetrieverClass DIKeyRetrieverClass) NewDawTokenWithError() (objectivec.IObject, error)
- func (_DIKeyRetrieverClass DIKeyRetrieverClass) NewEnvWithDictionaryError(dictionary objectivec.IObject) (objectivec.IObject, error)
- func (_DIKeyRetrieverClass DIKeyRetrieverClass) NewSessionWithError() (objectivec.IObject, error)
- func (_DIKeyRetrieverClass DIKeyRetrieverClass) NewUrl(url foundation.INSURL) objectivec.IObject
- func (_DIKeyRetrieverClass DIKeyRetrieverClass) PostRequestWithURLSessionDataError(url foundation.INSURL, session objectivec.IObject, data objectivec.IObject) (objectivec.IObject, error)
- func (_DIKeyRetrieverClass DIKeyRetrieverClass) RequestSynchronousDataWithRequestSessionError(request objectivec.IObject, session objectivec.IObject) (objectivec.IObject, error)
- func (_DIKeyRetrieverClass DIKeyRetrieverClass) WKMSKeyWithURLAuthDataDestKeyDestKeySizeError(url foundation.INSURL, data unsafe.Pointer, key string, size uint64) (bool, error)
- func (_DIKeyRetrieverClass DIKeyRetrieverClass) WriteHexKeyToBufferHexKeyError(buffer string, key objectivec.IObject) (bool, error)
- type DIOpenParams
- func DIOpenParamsFromID(id objc.ID) DIOpenParams
- func NewDIOpenParams() DIOpenParams
- func NewDIOpenParamsWithCoder(coder objectivec.IObject) DIOpenParams
- func NewDIOpenParamsWithURLError(url foundation.INSURL) (DIOpenParams, error)
- func NewDIOpenParamsWithURLOpenModeError(url foundation.INSURL, mode int64) (DIOpenParams, error)
- func (d DIOpenParams) Autorelease() DIOpenParams
- func (d DIOpenParams) Init() DIOpenParams
- func (d DIOpenParams) InitWithURLOpenModeError(url foundation.INSURL, mode int64) (DIOpenParams, error)
- func (d DIOpenParams) OpenWithError() (objectivec.IObject, error)
- func (d DIOpenParams) UIOOpenMode() int
- func (d DIOpenParams) UnlockImageWithOpenParams(params objectivec.IObject) objectivec.IObject
- type DIOpenParamsClass
- type DIResizeParams
- func DIResizeParamsFromID(id objc.ID) DIResizeParams
- func NewDIResizeParams() DIResizeParams
- func NewDIResizeParamsWithCoder(coder objectivec.IObject) DIResizeParams
- func NewDIResizeParamsWithExistingParamsSizeError(params IDIResizeParams, size uint64) (DIResizeParams, error)
- func NewDIResizeParamsWithURLError(url foundation.INSURL) (DIResizeParams, error)
- func NewDIResizeParamsWithURLSizeError(url foundation.INSURL, size uint64) (DIResizeParams, error)
- func (d DIResizeParams) Autorelease() DIResizeParams
- func (d DIResizeParams) Init() DIResizeParams
- func (d DIResizeParams) InitWithExistingParamsSizeError(params IDIResizeParams, size uint64) (DIResizeParams, error)
- func (d DIResizeParams) InitWithURLSizeError(url foundation.INSURL, size uint64) (DIResizeParams, error)
- func (d DIResizeParams) ResizeWithError() (bool, error)
- func (d DIResizeParams) SetSize(value uint64)
- func (d DIResizeParams) Size() uint64
- type DIResizeParamsClass
- type DIShadowChain
- func (d DIShadowChain) ActiveShadowURL() foundation.INSURL
- func (d DIShadowChain) AddShadowNodesError(nodes objectivec.IObject) (bool, error)
- func (d DIShadowChain) AddShadowNodesWrapReadOnlyError(nodes objectivec.IObject, only bool) (bool, error)
- func (d DIShadowChain) AddShadowURLsError(uRLs objectivec.IObject) (bool, error)
- func (d DIShadowChain) Autorelease() DIShadowChain
- func (d DIShadowChain) EncodeWithCoder(coder foundation.INSCoder)
- func (d DIShadowChain) HasBaseImageCache() bool
- func (d DIShadowChain) Init() DIShadowChain
- func (d DIShadowChain) InitWithCoder(coder foundation.INSCoder) DIShadowChain
- func (d DIShadowChain) IsEmpty() bool
- func (d DIShadowChain) MountPoints() foundation.INSArray
- func (d DIShadowChain) Nodes() foundation.INSArray
- func (d DIShadowChain) NonCacheNodes() foundation.INSArray
- func (d DIShadowChain) OpenWritableCreateNonExisting(writable bool, existing bool)
- func (d DIShadowChain) SetShouldValidate(value bool)
- func (d DIShadowChain) ShadowStats() foundation.INSArray
- func (d DIShadowChain) ShouldValidate() bool
- func (d DIShadowChain) StatWithError() (objectivec.IObject, error)
- func (d DIShadowChain) TopDiskImageNumBlocks() int64
- func (d DIShadowChain) VerifyNodesError(nodes objectivec.IObject) (bool, error)
- type DIShadowChainClass
- type DIShadowNode
- func (d DIShadowNode) Autorelease() DIShadowNode
- func (d DIShadowNode) CreateBackendWithFlags(flags int)
- func (d DIShadowNode) EncodeWithCoder(coder foundation.INSCoder)
- func (d DIShadowNode) FileBackend() IFileLocalXPC
- func (d DIShadowNode) Init() DIShadowNode
- func (d DIShadowNode) InitWithCoder(coder foundation.INSCoder) DIShadowNode
- func (d DIShadowNode) InitWithURLIsCache(url foundation.INSURL, cache bool) DIShadowNode
- func (d DIShadowNode) IsCache() bool
- func (d DIShadowNode) NumBlocks() uint64
- func (d DIShadowNode) SetFileBackend(value IFileLocalXPC)
- func (d DIShadowNode) SetNumBlocks(value uint64)
- func (d DIShadowNode) URL() IDIURL
- type DIShadowNodeClass
- type DIStackParams
- func (d DIStackParams) AppendWithURLIsCacheError(url foundation.INSURL, cache bool) (bool, error)
- func (d DIStackParams) AppendWithURLIsCacheNumBlocksError(url foundation.INSURL, cache bool, blocks uint64) (bool, error)
- func (d DIStackParams) Autorelease() DIStackParams
- func (d DIStackParams) Init() DIStackParams
- type DIStackParamsClass
- type DIStatFS
- func (d DIStatFS) Autorelease() DIStatFS
- func (d DIStatFS) BlockSize() uint64
- func (d DIStatFS) EncodeWithCoder(coder foundation.INSCoder)
- func (d DIStatFS) Init() DIStatFS
- func (d DIStatFS) InitWithCoder(coder foundation.INSCoder) DIStatFS
- func (d DIStatFS) InitWithFileDescriptorError(descriptor int) (DIStatFS, error)
- func (d DIStatFS) LogWithHeader(header objectivec.IObject)
- func (d DIStatFS) MountedFrom() string
- func (d DIStatFS) MountedOnURL() foundation.INSURL
- func (d DIStatFS) SupportsBarrier() bool
- type DIStatFSClass
- type DIStatsParams
- func DIStatsParamsFromID(id objc.ID) DIStatsParams
- func NewDIStatsParams() DIStatsParams
- func NewDIStatsParamsWithCoder(coder objectivec.IObject) DIStatsParams
- func NewDIStatsParamsWithURLError(url foundation.INSURL) (DIStatsParams, error)
- func NewDIStatsParamsWithURLInstanceIdError(url foundation.INSURL, id objectivec.IObject) (DIStatsParams, error)
- func (d DIStatsParams) Autorelease() DIStatsParams
- func (d DIStatsParams) Init() DIStatsParams
- func (d DIStatsParams) InitWithURLInstanceIdError(url foundation.INSURL, id objectivec.IObject) (DIStatsParams, error)
- func (d DIStatsParams) StatInstanceID() foundation.NSUUID
- func (d DIStatsParams) StatsWithError() (objectivec.IObject, error)
- type DIStatsParamsClass
- type DITemporaryPassphrase
- func (d DITemporaryPassphrase) Autorelease() DITemporaryPassphrase
- func (d DITemporaryPassphrase) Buf() string
- func (d DITemporaryPassphrase) Init() DITemporaryPassphrase
- func (d DITemporaryPassphrase) InitWithPassphrase(passphrase string) DITemporaryPassphrase
- func (d DITemporaryPassphrase) SetBuf(value string)
- type DITemporaryPassphraseClass
- type DIURL
- type DIURLClass
- func (dc DIURLClass) Alloc() DIURL
- func (dc DIURLClass) Class() objc.Class
- func (_DIURLClass DIURLClass) NewDIURLWithNSURL(nsurl foundation.INSURL) objectivec.IObject
- func (_DIURLClass DIURLClass) NewDIURLWithPluginNameParams(name objectivec.IObject, params objectivec.IObject) objectivec.IObject
- func (_DIURLClass DIURLClass) SupportsSecureCoding() bool
- type DIUserDataParams
- func (d DIUserDataParams) Autorelease() DIUserDataParams
- func (d DIUserDataParams) EmbedWithError() (bool, error)
- func (d DIUserDataParams) Init() DIUserDataParams
- func (d DIUserDataParams) RetrieveWithError() (bool, error)
- func (d DIUserDataParams) SetUserDict(value foundation.INSDictionary)
- func (d DIUserDataParams) UserDict() foundation.INSDictionary
- type DIUserDataParamsClass
- type DIVerifyParams
- func DIVerifyParamsFromID(id objc.ID) DIVerifyParams
- func NewDIVerifyParams() DIVerifyParams
- func NewDIVerifyParamsWithCoder(coder objectivec.IObject) DIVerifyParams
- func NewDIVerifyParamsWithURLError(url foundation.INSURL) (DIVerifyParams, error)
- func NewDIVerifyParamsWithURLShadowURLsError(url foundation.INSURL, uRLs objectivec.IObject) (DIVerifyParams, error)
- func (d DIVerifyParams) Autorelease() DIVerifyParams
- func (d DIVerifyParams) Init() DIVerifyParams
- func (d DIVerifyParams) InitWithURLShadowURLsError(url foundation.INSURL, uRLs objectivec.IObject) (DIVerifyParams, error)
- func (d DIVerifyParams) SetShouldValidateShadows(value bool)
- func (d DIVerifyParams) ShouldValidateShadows() bool
- func (d DIVerifyParams) VerifyWithError() (bool, error)
- type DIVerifyParamsClass
- type DiskImageCreatorFromDevice
- func DiskImageCreatorFromDeviceFromID(id objc.ID) DiskImageCreatorFromDevice
- func NewDiskImageCreatorFromDevice() DiskImageCreatorFromDevice
- func NewDiskImageCreatorFromDeviceWithURLDefaultFormatError(url foundation.INSURL, format int64) (DiskImageCreatorFromDevice, error)
- func NewDiskImageCreatorFromDeviceWithURLError(url foundation.INSURL) (DiskImageCreatorFromDevice, error)
- func (d DiskImageCreatorFromDevice) Autorelease() DiskImageCreatorFromDevice
- func (d DiskImageCreatorFromDevice) CreateImageWithSrcDeviceError(device objectivec.IObject) (bool, error)
- func (d DiskImageCreatorFromDevice) Init() DiskImageCreatorFromDevice
- func (d DiskImageCreatorFromDevice) InitWithURLError(url foundation.INSURL) (DiskImageCreatorFromDevice, error)
- type DiskImageCreatorFromDeviceClass
- type DiskImageCreatorFromFolder
- func DiskImageCreatorFromFolderFromID(id objc.ID) DiskImageCreatorFromFolder
- func NewDiskImageCreatorFromFolder() DiskImageCreatorFromFolder
- func NewDiskImageCreatorFromFolderWithURLDefaultFormatError(url foundation.INSURL, format int64) (DiskImageCreatorFromFolder, error)
- func NewDiskImageCreatorFromFolderWithURLError(url foundation.INSURL) (DiskImageCreatorFromFolder, error)
- func (d DiskImageCreatorFromFolder) Autorelease() DiskImageCreatorFromFolder
- func (d DiskImageCreatorFromFolder) CompactAndEjectWithCreateParamsError(params objectivec.IObject) (bool, error)
- func (d DiskImageCreatorFromFolder) CreateImageWithSrcFolderCompletionBlock(folder objectivec.IObject, block VoidHandler) objectivec.IObject
- func (d DiskImageCreatorFromFolder) CreateImageWithSrcFolderCompletionBlockSync(ctx context.Context, folder objectivec.IObject) error
- func (d DiskImageCreatorFromFolder) CreateImageWithSrcFolderProgressCreateParamsConvertParamsError(folder objectivec.IObject, progress objectivec.IObject, ...) (bool, error)
- func (d DiskImageCreatorFromFolder) Init() DiskImageCreatorFromFolder
- func (d DiskImageCreatorFromFolder) InitWithURLError(url foundation.INSURL) (DiskImageCreatorFromFolder, error)
- func (d DiskImageCreatorFromFolder) ResizeDataPartitionWithError() (bool, error)
- func (d DiskImageCreatorFromFolder) UpdateNumBlocksWithFolderSizeNumFiles(size uint64, files uint64)
- func (d DiskImageCreatorFromFolder) UpdatePartitionMapWithError() (bool, error)
- type DiskImageCreatorFromFolderClass
- type DiskImageGraph
- func DiskImageGraphFromID(id objc.ID) DiskImageGraph
- func NewDiskImageGraph() DiskImageGraph
- func NewDiskImageGraphWithBaseImageURLNewPstackURLTagError(url foundation.INSURL, url2 foundation.INSURL, tag objectivec.IObject) (DiskImageGraph, error)
- func NewDiskImageGraphWithBaseImageURLTagError(url foundation.INSURL, tag objectivec.IObject) (DiskImageGraph, error)
- func NewDiskImageGraphWithGraphDBError(db objectivec.IObject) (DiskImageGraph, error)
- func NewDiskImageGraphWithGraphDBWorkDirError(db objectivec.IObject, dir objectivec.IObject) (DiskImageGraph, error)
- func NewDiskImageGraphWithPluginNamePluginParamsTagError(name objectivec.IObject, params objectivec.IObject, tag objectivec.IObject) (DiskImageGraph, error)
- func NewDiskImageGraphWithPstackURLError(url foundation.INSURL) (DiskImageGraph, error)
- func (d DiskImageGraph) ActiveInfoWithExtraError(extra bool) (objectivec.IObject, error)
- func (d DiskImageGraph) ActiveNode() IDiskImageGraphNode
- func (d DiskImageGraph) AppendCacheWithURLTagError(url foundation.INSURL, tag objectivec.IObject) (bool, error)
- func (d DiskImageGraph) AppendOverlayWithURLTagError(url foundation.INSURL, tag objectivec.IObject) (bool, error)
- func (d DiskImageGraph) AppendOverlayWithURLTagNumBlocksError(url foundation.INSURL, tag objectivec.IObject, blocks uint64) (bool, error)
- func (d DiskImageGraph) AppendWithURLIsCacheTagNumBlocksSetNewActiveError(url foundation.INSURL, cache bool, tag objectivec.IObject, blocks uint64, ...) (bool, error)
- func (d DiskImageGraph) AppendWithURLIsCacheTagNumBlocksToNodeSetNewActiveError(url foundation.INSURL, cache bool, tag objectivec.IObject, blocks uint64, ...) (bool, error)
- func (d DiskImageGraph) AppendWithURLTagError(url foundation.INSURL, tag objectivec.IObject) (bool, error)
- func (d DiskImageGraph) Autorelease() DiskImageGraph
- func (d DiskImageGraph) BaseNode() objectivec.IObject
- func (d DiskImageGraph) CheckStackValidityWithError() (bool, error)
- func (d DiskImageGraph) CloneToURLError(url foundation.INSURL) (objectivec.IObject, error)
- func (d DiskImageGraph) GetImageWithTagError(tag objectivec.IObject) (objectivec.IObject, error)
- func (d DiskImageGraph) GetImageWithUUIDError(uuid objectivec.IObject) (objectivec.IObject, error)
- func (d DiskImageGraph) GraphDB() foundation.INSDictionary
- func (d DiskImageGraph) ImagesDictsArray() foundation.INSArray
- func (d DiskImageGraph) InfoWithExtraError(extra bool) (objectivec.IObject, error)
- func (d DiskImageGraph) Init() DiskImageGraph
- func (d DiskImageGraph) InitWithBaseImageURLNewPstackURLTagError(url foundation.INSURL, url2 foundation.INSURL, tag objectivec.IObject) (DiskImageGraph, error)
- func (d DiskImageGraph) InitWithBaseImageURLTagError(url foundation.INSURL, tag objectivec.IObject) (DiskImageGraph, error)
- func (d DiskImageGraph) InitWithGraphDBError(db objectivec.IObject) (DiskImageGraph, error)
- func (d DiskImageGraph) InitWithGraphDBWorkDirError(db objectivec.IObject, dir objectivec.IObject) (DiskImageGraph, error)
- func (d DiskImageGraph) InitWithPluginNamePluginParamsTagError(name objectivec.IObject, params objectivec.IObject, tag objectivec.IObject) (DiskImageGraph, error)
- func (d DiskImageGraph) InitWithPstackURLError(url foundation.INSURL) (DiskImageGraph, error)
- func (d DiskImageGraph) Nodes() foundation.INSDictionary
- func (d DiskImageGraph) RemoveNodeWithTagRecursiveError(tag objectivec.IObject, recursive bool) (bool, error)
- func (d DiskImageGraph) RemoveNodeWithUUIDRecursiveError(uuid objectivec.IObject, recursive bool) (bool, error)
- func (d DiskImageGraph) RemoveWithNodeRecursiveError(node objectivec.IObject, recursive bool) (bool, error)
- func (d DiskImageGraph) RootNode() IDiskImageGraphNode
- func (d DiskImageGraph) SavePstackWithError() (bool, error)
- func (d DiskImageGraph) SavePstackWithURLError(url foundation.INSURL) (bool, error)
- func (d DiskImageGraph) SetActiveNode(value IDiskImageGraphNode)
- func (d DiskImageGraph) SetActiveNodeWithTagError(tag objectivec.IObject) (bool, error)
- func (d DiskImageGraph) SetActiveNodeWithUUIDError(uuid objectivec.IObject) (bool, error)
- func (d DiskImageGraph) SetGraphDB(value foundation.INSDictionary)
- func (d DiskImageGraph) SetImagesDictsArray(value foundation.INSArray)
- func (d DiskImageGraph) SetNodes(value foundation.INSDictionary)
- func (d DiskImageGraph) URLRelativeToPstackParentWithURL(url foundation.INSURL) objectivec.IObject
- func (d DiskImageGraph) ValidateAppendedImageWithURLParentNodeIsCacheError(url foundation.INSURL, node objectivec.IObject, cache bool) (bool, error)
- type DiskImageGraphClass
- func (dc DiskImageGraphClass) Alloc() DiskImageGraph
- func (dc DiskImageGraphClass) Class() objc.Class
- func (_DiskImageGraphClass DiskImageGraphClass) CopyDictNodesToFolderDictError(folder objectivec.IObject, dict objectivec.IObject) (bool, error)
- func (_DiskImageGraphClass DiskImageGraphClass) CreateGraphDictWithNode(node objectivec.IObject) objectivec.IObject
- func (_DiskImageGraphClass DiskImageGraphClass) CreateNodesConnectivityWithNodesDictError(dict objectivec.IObject) (bool, error)
- func (_DiskImageGraphClass DiskImageGraphClass) FailWithNoPstackError() (bool, error)
- func (_DiskImageGraphClass DiskImageGraphClass) GetFirstNonCacheAncestorWithNodeError(node objectivec.IObject) (objectivec.IObject, error)
- func (_DiskImageGraphClass DiskImageGraphClass) GetImageInfoDictWithURLError(url foundation.INSURL) (objectivec.IObject, error)
- func (_DiskImageGraphClass DiskImageGraphClass) GetImageUUIDStrWithIdentityInfoStackableUUIDFallbackError(info objectivec.IObject, uUIDFallback bool) (objectivec.IObject, error)
- func (_DiskImageGraphClass DiskImageGraphClass) GetImageUUIDWithURLAllowMissingUUIDError(url foundation.INSURL, uuid bool) (objectivec.IObject, error)
- func (_DiskImageGraphClass DiskImageGraphClass) LoadPlistDictFromFileHandleDictError(handle objectivec.IObject, dict []objectivec.IObject) (bool, error)
- func (_DiskImageGraphClass DiskImageGraphClass) PopulateNodesDictsWithArrayWorkDirNodesDictError(array objectivec.IObject, dir objectivec.IObject, dict objectivec.IObject) (bool, error)
- func (_DiskImageGraphClass DiskImageGraphClass) SaveToPlistWithDictionaryURLError(dictionary objectivec.IObject, rl objectivec.IObject) (bool, error)
- func (_DiskImageGraphClass DiskImageGraphClass) ValidateWithDictionaryError(dictionary objectivec.IObject) (bool, error)
- type DiskImageGraphNode
- func DiskImageGraphNodeFromID(id objc.ID) DiskImageGraphNode
- func NewDiskImageGraphNode() DiskImageGraphNode
- func NewDiskImageGraphNodeWithDictionaryWorkDirError(dictionary objectivec.IObject, dir objectivec.IObject) (DiskImageGraphNode, error)
- func NewDiskImageGraphNodeWithTagUUIDParentNodeMetadataIsCache(tag objectivec.IObject, uid objectivec.IObject, node objectivec.IObject, ...) DiskImageGraphNode
- func (d DiskImageGraphNode) AddDecendantsToArray(array objectivec.IObject)
- func (d DiskImageGraphNode) Autorelease() DiskImageGraphNode
- func (d DiskImageGraphNode) Children() foundation.INSArray
- func (d DiskImageGraphNode) ChildrenInfoWithExtraError(extra bool) (objectivec.IObject, error)
- func (d DiskImageGraphNode) DeleteImage() bool
- func (d DiskImageGraphNode) GetChildren() objectivec.IObject
- func (d DiskImageGraphNode) GetDescendants() objectivec.IObject
- func (d DiskImageGraphNode) InfoWithExtraError(extra bool) (objectivec.IObject, error)
- func (d DiskImageGraphNode) Init() DiskImageGraphNode
- func (d DiskImageGraphNode) InitWithDictionaryWorkDirError(dictionary objectivec.IObject, dir objectivec.IObject) (DiskImageGraphNode, error)
- func (d DiskImageGraphNode) InitWithTagUUIDParentNodeMetadataIsCache(tag objectivec.IObject, uid objectivec.IObject, node objectivec.IObject, ...) DiskImageGraphNode
- func (d DiskImageGraphNode) IsCache() bool
- func (d DiskImageGraphNode) Metadata() foundation.INSDictionary
- func (d DiskImageGraphNode) MutableChildren() foundation.INSArray
- func (d DiskImageGraphNode) Parent() IDiskImageGraphNode
- func (d DiskImageGraphNode) ParentUUID() foundation.NSUUID
- func (d DiskImageGraphNode) PstackDict() foundation.INSDictionary
- func (d DiskImageGraphNode) RecursiveInfoWithExtraError(extra bool) (objectivec.IObject, error)
- func (d DiskImageGraphNode) SetMetadata(value foundation.INSDictionary)
- func (d DiskImageGraphNode) SetMutableChildren(value foundation.INSArray)
- func (d DiskImageGraphNode) SetParent(value IDiskImageGraphNode)
- func (d DiskImageGraphNode) SetPstackDict(value foundation.INSDictionary)
- func (d DiskImageGraphNode) SetTag(value string)
- func (d DiskImageGraphNode) SetUUID(value foundation.NSUUID)
- func (d DiskImageGraphNode) Tag() string
- func (d DiskImageGraphNode) ToDIShadowNode() objectivec.IObject
- func (d DiskImageGraphNode) ToDictionary() objectivec.IObject
- func (d DiskImageGraphNode) URL() foundation.INSURL
- func (d DiskImageGraphNode) UUID() foundation.NSUUID
- func (d DiskImageGraphNode) ValidateAppendedImageWithInfoError(info objectivec.IObject) (bool, error)
- type DiskImageGraphNodeClass
- func (dc DiskImageGraphNodeClass) Alloc() DiskImageGraphNode
- func (dc DiskImageGraphNodeClass) Class() objc.Class
- func (_DiskImageGraphNodeClass DiskImageGraphNodeClass) GraphNodeWithDictionaryWorkDirError(dictionary objectivec.IObject, dir objectivec.IObject) (objectivec.IObject, error)
- func (_DiskImageGraphNodeClass DiskImageGraphNodeClass) ValidateWithDictionaryError(dictionary objectivec.IObject) (bool, error)
- type DiskImageParamsASIF_XPC
- func DiskImageParamsASIF_XPCFromID(id objc.ID) DiskImageParamsASIF_XPC
- func NewDiskImageParamsASIF_XPC() DiskImageParamsASIF_XPC
- func NewDiskImageParamsASIF_XPCWithBackendXPC(xpc objectivec.IObject) DiskImageParamsASIF_XPC
- func NewDiskImageParamsASIF_XPCWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsASIF_XPC
- func NewDiskImageParamsASIF_XPCWithBackendXPCHeader(xpc objectivec.IObject, header objectivec.IObject) DiskImageParamsASIF_XPC
- func NewDiskImageParamsASIF_XPCWithCoder(coder objectivec.IObject) DiskImageParamsASIF_XPC
- func (d DiskImageParamsASIF_XPC) Autorelease() DiskImageParamsASIF_XPC
- func (d DiskImageParamsASIF_XPC) Init() DiskImageParamsASIF_XPC
- func (d DiskImageParamsASIF_XPC) InitWithBackendXPCHeader(xpc objectivec.IObject, header objectivec.IObject) DiskImageParamsASIF_XPC
- func (d DiskImageParamsASIF_XPC) SetHeader(header objectivec.IObject)
- type DiskImageParamsASIF_XPCClass
- type DiskImageParamsLocked_XPC
- func DiskImageParamsLocked_XPCFromID(id objc.ID) DiskImageParamsLocked_XPC
- func NewDiskImageParamsLocked_XPC() DiskImageParamsLocked_XPC
- func NewDiskImageParamsLocked_XPCWithBackendXPC(xpc objectivec.IObject) DiskImageParamsLocked_XPC
- func NewDiskImageParamsLocked_XPCWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsLocked_XPC
- func NewDiskImageParamsLocked_XPCWithCoder(coder objectivec.IObject) DiskImageParamsLocked_XPC
- type DiskImageParamsLocked_XPCClass
- type DiskImageParamsPlugin_XPC
- func DiskImageParamsPlugin_XPCFromID(id objc.ID) DiskImageParamsPlugin_XPC
- func NewDiskImageParamsPlugin_XPC() DiskImageParamsPlugin_XPC
- func NewDiskImageParamsPlugin_XPCWithBackendXPC(xpc objectivec.IObject) DiskImageParamsPlugin_XPC
- func NewDiskImageParamsPlugin_XPCWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsPlugin_XPC
- func NewDiskImageParamsPlugin_XPCWithCoder(coder objectivec.IObject) DiskImageParamsPlugin_XPC
- type DiskImageParamsPlugin_XPCClass
- type DiskImageParamsRAM_XPC
- func DiskImageParamsRAM_XPCFromID(id objc.ID) DiskImageParamsRAM_XPC
- func NewDiskImageParamsRAM_XPC() DiskImageParamsRAM_XPC
- func NewDiskImageParamsRAM_XPCWithBackendXPC(xpc objectivec.IObject) DiskImageParamsRAM_XPC
- func NewDiskImageParamsRAM_XPCWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsRAM_XPC
- func NewDiskImageParamsRAM_XPCWithCoder(coder objectivec.IObject) DiskImageParamsRAM_XPC
- func NewDiskImageParamsRAM_XPCWithURLError(url foundation.INSURL) (DiskImageParamsRAM_XPC, error)
- type DiskImageParamsRAM_XPCClass
- type DiskImageParamsRaw_XPC
- func DiskImageParamsRaw_XPCFromID(id objc.ID) DiskImageParamsRaw_XPC
- func NewDiskImageParamsRaw_XPC() DiskImageParamsRaw_XPC
- func NewDiskImageParamsRaw_XPCWithBackendXPC(xpc objectivec.IObject) DiskImageParamsRaw_XPC
- func NewDiskImageParamsRaw_XPCWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsRaw_XPC
- func NewDiskImageParamsRaw_XPCWithCoder(coder objectivec.IObject) DiskImageParamsRaw_XPC
- type DiskImageParamsRaw_XPCClass
- type DiskImageParamsSparseBundle_XPC
- func DiskImageParamsSparseBundle_XPCFromID(id objc.ID) DiskImageParamsSparseBundle_XPC
- func NewDiskImageParamsSparseBundle_XPC() DiskImageParamsSparseBundle_XPC
- func NewDiskImageParamsSparseBundle_XPCWithBackendXPC(xpc objectivec.IObject) DiskImageParamsSparseBundle_XPC
- func NewDiskImageParamsSparseBundle_XPCWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsSparseBundle_XPC
- func NewDiskImageParamsSparseBundle_XPCWithCoder(coder objectivec.IObject) DiskImageParamsSparseBundle_XPC
- type DiskImageParamsSparseBundle_XPCClass
- type DiskImageParamsUDIF_XPC
- func DiskImageParamsUDIF_XPCFromID(id objc.ID) DiskImageParamsUDIF_XPC
- func NewDiskImageParamsUDIF_XPC() DiskImageParamsUDIF_XPC
- func NewDiskImageParamsUDIF_XPCWithBackendXPC(xpc objectivec.IObject) DiskImageParamsUDIF_XPC
- func NewDiskImageParamsUDIF_XPCWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsUDIF_XPC
- func NewDiskImageParamsUDIF_XPCWithBackendXPCHeader(xpc objectivec.IObject, header objectivec.IObject) DiskImageParamsUDIF_XPC
- func NewDiskImageParamsUDIF_XPCWithCoder(coder objectivec.IObject) DiskImageParamsUDIF_XPC
- type DiskImageParamsUDIF_XPCClass
- type DiskImageParamsXPC
- func DiskImageParamsXPCFromID(id objc.ID) DiskImageParamsXPC
- func NewDiskImageParamsXPC() DiskImageParamsXPC
- func NewDiskImageParamsXPCWithBackendXPC(xpc objectivec.IObject) DiskImageParamsXPC
- func NewDiskImageParamsXPCWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsXPC
- func NewDiskImageParamsXPCWithCoder(coder objectivec.IObject) DiskImageParamsXPC
- func (d DiskImageParamsXPC) AllowOnDiskCacheWithSinkDiskImage(image unsafe.Pointer) bool
- func (d DiskImageParamsXPC) Autorelease() DiskImageParamsXPC
- func (d DiskImageParamsXPC) BackendXPC() IBackendXPC
- func (d DiskImageParamsXPC) BlockSize() uint64
- func (d DiskImageParamsXPC) CacheBackendXPC() IBackendXPC
- func (d DiskImageParamsXPC) CacheURL() foundation.INSURL
- func (d DiskImageParamsXPC) CreateDiskImageWithCacheShadowValidation(cache bool, validation bool) objectivec.IObject
- func (d DiskImageParamsXPC) CreateShadowDiskImageWithBackendNumBlocksSinkDiskImageCache_onlyStack_size(backend objectivec.IObject, blocks uint64, image unsafe.Pointer, ...) objectivec.IObject
- func (d DiskImageParamsXPC) CreateSinkDiskImage() objectivec.IObject
- func (d DiskImageParamsXPC) EncodeWithCoder(coder foundation.INSCoder)
- func (d DiskImageParamsXPC) GetImageInfoWithExtraError(extra bool) (objectivec.IObject, error)
- func (d DiskImageParamsXPC) Init() DiskImageParamsXPC
- func (d DiskImageParamsXPC) InitWithBackendXPC(xpc objectivec.IObject) DiskImageParamsXPC
- func (d DiskImageParamsXPC) InitWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsXPC
- func (d DiskImageParamsXPC) InitWithCoder(coder foundation.INSCoder) DiskImageParamsXPC
- func (d DiskImageParamsXPC) InstanceID() foundation.NSUUID
- func (d DiskImageParamsXPC) IsSparseFormat() bool
- func (d DiskImageParamsXPC) IsWritableFormat() bool
- func (d DiskImageParamsXPC) LockBackendsWithError() (bool, error)
- func (d DiskImageParamsXPC) LockBackendsWithWritableOnlyError(only bool) (bool, error)
- func (d DiskImageParamsXPC) LockWritableBackendsWithError() (bool, error)
- func (d DiskImageParamsXPC) LockableResources() objectivec.IObject
- func (d DiskImageParamsXPC) MountedOnAPFS() bool
- func (d DiskImageParamsXPC) NumBlocks() uint64
- func (d DiskImageParamsXPC) SetBackendXPC(value IBackendXPC)
- func (d DiskImageParamsXPC) SetBlockSize(value uint64)
- func (d DiskImageParamsXPC) SetBlockSizeError(size uint64) (bool, error)
- func (d DiskImageParamsXPC) SetCacheBackendXPC(value IBackendXPC)
- func (d DiskImageParamsXPC) SetCacheURL(value foundation.INSURL)
- func (d DiskImageParamsXPC) SetInstanceID(value foundation.NSUUID)
- func (d DiskImageParamsXPC) SetShadowChain(value IDIShadowChain)
- func (d DiskImageParamsXPC) SetSizeWithDiskImageNewSize(image unsafe.Pointer, size uint64) int
- func (d DiskImageParamsXPC) ShadowChain() IDIShadowChain
- type DiskImageParamsXPCClass
- func (dc DiskImageParamsXPCClass) Alloc() DiskImageParamsXPC
- func (dc DiskImageParamsXPCClass) Class() objc.Class
- func (_DiskImageParamsXPCClass DiskImageParamsXPCClass) GetAEAKeyFromSAKSWithMetadataKeyError(metadata objectivec.IObject, key string) (bool, error)
- func (_DiskImageParamsXPCClass DiskImageParamsXPCClass) GetAEAKeyWithHelperKeyBufferBufferSizeError(helper unsafe.Pointer, buffer string, size uint64) (bool, error)
- func (_DiskImageParamsXPCClass DiskImageParamsXPCClass) NewAEABackendThrowsWithBackendXPCError(xpc objectivec.IObject) (objectivec.IObject, error)
- func (_DiskImageParamsXPCClass DiskImageParamsXPCClass) NewWithBackendXPCError(xpc objectivec.IObject) (objectivec.IObject, error)
- func (_DiskImageParamsXPCClass DiskImageParamsXPCClass) NewWithURLFileOpenFlagsError(url foundation.INSURL, flags int) (objectivec.IObject, error)
- func (_DiskImageParamsXPCClass DiskImageParamsXPCClass) NewWithUnlockedBackendXPCError(xpc objectivec.IObject) (objectivec.IObject, error)
- func (_DiskImageParamsXPCClass DiskImageParamsXPCClass) SupportsSecureCoding() bool
- func (_DiskImageParamsXPCClass DiskImageParamsXPCClass) ValidateSupportedFormatWithBackendXPCError(xpc objectivec.IObject) (bool, error)
- type ErrorHandler
- type FastFolderCopierWrapper
- func (f FastFolderCopierWrapper) Autorelease() FastFolderCopierWrapper
- func (f FastFolderCopierWrapper) Copier() objectivec.IObject
- func (f FastFolderCopierWrapper) CopyWithDstFolderProgressError(folder objectivec.IObject, progress objectivec.IObject) (bool, error)
- func (f FastFolderCopierWrapper) FolderSize() uint64
- func (f FastFolderCopierWrapper) Init() FastFolderCopierWrapper
- func (f FastFolderCopierWrapper) InitWithSrcFolderParallelModeAuditToken(folder objectivec.IObject, mode bool, token objectivec.IObject) FastFolderCopierWrapper
- func (f FastFolderCopierWrapper) NumFiles() uint64
- func (f FastFolderCopierWrapper) Progress() *foundation.NSProgress
- func (f FastFolderCopierWrapper) SetCopier(value objectivec.IObject)
- func (f FastFolderCopierWrapper) SetProgress(value *foundation.NSProgress)
- func (f FastFolderCopierWrapper) TraverseSrcFolderWithProgressError(progress objectivec.IObject) (bool, error)
- type FastFolderCopierWrapperClass
- type FetchRestoreKeysCryptoKitWrapper
- type FetchRestoreKeysCryptoKitWrapperClass
- func (fc FetchRestoreKeysCryptoKitWrapperClass) Alloc() FetchRestoreKeysCryptoKitWrapper
- func (fc FetchRestoreKeysCryptoKitWrapperClass) Class() objc.Class
- func (_FetchRestoreKeysCryptoKitWrapperClass FetchRestoreKeysCryptoKitWrapperClass) ConvertPrivateKeyToPEMWithX963PrivateKeyError(key objectivec.IObject) (objectivec.IObject, error)
- func (_FetchRestoreKeysCryptoKitWrapperClass FetchRestoreKeysCryptoKitWrapperClass) ConvertPrivateKeyTox963WithPemPrivateKeyError(key objectivec.IObject) (objectivec.IObject, error)
- func (_FetchRestoreKeysCryptoKitWrapperClass FetchRestoreKeysCryptoKitWrapperClass) UnwrapEncryptionKeyWithWrappedKeyEncapsulatedKeyPrivateKeyError(key objectivec.IObject, key2 objectivec.IObject, key3 objectivec.IObject) (objectivec.IObject, error)
- func (_FetchRestoreKeysCryptoKitWrapperClass FetchRestoreKeysCryptoKitWrapperClass) WrappedDataDictionaryWithCertWithPlainTextCertificateError(text objectivec.IObject, certificate objectivec.IObject) (objectivec.IObject, error)
- type FileLocalXPC
- func FileLocalXPCFromID(id objc.ID) FileLocalXPC
- func NewFileLocalXPC() FileLocalXPC
- func NewFileLocalXPCWithBackend(backend unsafe.Pointer) FileLocalXPC
- func NewFileLocalXPCWithCoder(coder objectivec.IObject) FileLocalXPC
- func NewFileLocalXPCWithFileDescriptorWritableLocked(descriptor int, writable bool, locked bool) FileLocalXPC
- func NewFileLocalXPCWithURLFileOpenFlags(url foundation.INSURL, flags int) FileLocalXPC
- func (f FileLocalXPC) Autorelease() FileLocalXPC
- func (f FileLocalXPC) Init() FileLocalXPC
- func (f FileLocalXPC) InitWithBackend(backend unsafe.Pointer) FileLocalXPC
- func (f FileLocalXPC) InitWithFileDescriptorWritableLocked(descriptor int, writable bool, locked bool) FileLocalXPC
- func (f FileLocalXPC) InitWithURLFileOpenFlags(url foundation.INSURL, flags int) FileLocalXPC
- type FileLocalXPCClass
- type HTTPBackendXPC
- func (h HTTPBackendXPC) AddToURLWithUserPassword(user objectivec.IObject, password objectivec.IObject)
- func (h HTTPBackendXPC) AskForPasswordUsingGUI() bool
- func (h HTTPBackendXPC) AskForPasswordUsingTTY() bool
- func (h HTTPBackendXPC) Autorelease() HTTPBackendXPC
- func (h HTTPBackendXPC) CreateBackend()
- func (h HTTPBackendXPC) CreateBackendWithSize(size uint64)
- func (h HTTPBackendXPC) Init() HTTPBackendXPC
- func (h HTTPBackendXPC) InitWithURL(url foundation.INSURL) HTTPBackendXPC
- func (h HTTPBackendXPC) LookupPasswordInKeychainWithRealm(realm objectivec.IObject) bool
- func (h HTTPBackendXPC) SetURL(value IDIURL)
- func (h HTTPBackendXPC) URL() IDIURL
- type HTTPBackendXPCClass
- type IAAS3DownloadRequest
- type IAAS3DownloadSession
- type IAEABackendXPC
- type IBackendXPC
- type IBaseDiskImageCreator
- type IBlankDiskImageCreator
- type ICryptoBackendXPC
- type IDIAPFSPartition
- type IDIAttachParams
- type IDIAttachedDeviceInfo
- type IDIBaseAgentDelegate
- type IDIBaseAgentXPCHandler
- type IDIBaseParams
- type IDIBaseServiceDelegate
- type IDIBaseXPCHandler
- type IDIBlockDevice
- type IDIChpassParams
- type IDIClient2Controller_XPCHandler
- type IDIClient2IODaemonXPCHandler
- type IDICommonAttach
- type IDIController2ClientDelegate
- type IDIConvertParams
- type IDICreateASIFParams
- type IDICreateParams
- type IDICreateRAWParams
- type IDICreateUDSBParams
- type IDIDataPartition
- type IDIDeviceHandle
- type IDIDiskArb
- type IDIDiskArbEmulation
- type IDIEncryptionChpass
- type IDIEncryptionCreator
- type IDIEncryptionFrontend
- type IDIEncryptionUnlocker
- type IDIError
- type IDIHelpers
- type IDIIOIterator
- type IDIIOMedia
- type IDIIOObject
- type IDIImageHandle
- type IDIImageInfoParams
- type IDIKeyRetriever
- type IDIOpenParams
- type IDIResizeParams
- type IDIShadowChain
- type IDIShadowNode
- type IDIStackParams
- type IDIStatFS
- type IDIStatsParams
- type IDITemporaryPassphrase
- type IDIURL
- type IDIUserDataParams
- type IDIVerifyParams
- type IDiskImageCreatorFromDevice
- type IDiskImageCreatorFromFolder
- type IDiskImageGraph
- type IDiskImageGraphNode
- type IDiskImageParamsASIF_XPC
- type IDiskImageParamsLocked_XPC
- type IDiskImageParamsPlugin_XPC
- type IDiskImageParamsRAM_XPC
- type IDiskImageParamsRaw_XPC
- type IDiskImageParamsSparseBundle_XPC
- type IDiskImageParamsUDIF_XPC
- type IDiskImageParamsXPC
- type IFastFolderCopierWrapper
- type IFetchRestoreKeysCryptoKitWrapper
- type IFileLocalXPC
- type IHTTPBackendXPC
- type IKNOXBackendXPC
- type IMKDIDevice
- type INativeDiskImageGraphNode
- type IPluginBackendXPC
- type IPluginDiskImageGraphNode
- type IQuarantineFileHandler
- type IRamXPC
- type IReadSynchronizerBackendXPC
- type ISerializedDiskImageGraph
- type ISparseBundleBackendXPC
- type KNOXBackendXPC
- func (k KNOXBackendXPC) Autorelease() KNOXBackendXPC
- func (k KNOXBackendXPC) Init() KNOXBackendXPC
- func (k KNOXBackendXPC) InitWithURLKey(url foundation.INSURL, key unsafe.Pointer) KNOXBackendXPC
- func (k KNOXBackendXPC) Key() objectivec.IObject
- func (k KNOXBackendXPC) SetURL(value IDIURL)
- func (k KNOXBackendXPC) URL() IDIURL
- type KNOXBackendXPCClass
- type MKDIDevice
- func (m MKDIDevice) Autorelease() MKDIDevice
- func (m MKDIDevice) BlockSize() int
- func (m MKDIDevice) Init() MKDIDevice
- func (m MKDIDevice) InitWithBSDNameNumBlocksBlockSizeError(bSDName objectivec.IObject, blocks uint64, size int) (MKDIDevice, error)
- func (m MKDIDevice) MediaRef() objectivec.IObject
- func (m MKDIDevice) PartitionDiskWithGPTTypeIDError(id uint64) (bool, error)
- func (m MKDIDevice) ResizeDataPartitionWithPartitionUUIDPartitionNumBlocksError(uuid objectivec.IObject, blocks uint64) (bool, error)
- func (m MKDIDevice) UpdatePartitionMapWithError() (bool, error)
- type MKDIDeviceClass
- type NSCoding
- type NSCodingObject
- type NSSecureCoding
- type NSSecureCodingObject
- type NSXPCListenerDelegate
- type NSXPCListenerDelegateObject
- type NativeDiskImageGraphNode
- func NativeDiskImageGraphNodeFromID(id objc.ID) NativeDiskImageGraphNode
- func NewNativeDiskImageGraphNode() NativeDiskImageGraphNode
- func NewNativeDiskImageGraphNodeWithDictionaryWorkDirError(dictionary objectivec.IObject, dir objectivec.IObject) (NativeDiskImageGraphNode, error)
- func NewNativeDiskImageGraphNodeWithTagUUIDParentNodeMetadataIsCache(tag objectivec.IObject, uid objectivec.IObject, node objectivec.IObject, ...) NativeDiskImageGraphNode
- func NewNativeDiskImageGraphNodeWithURLTagUUIDParentNodeMetadataIsCache(url foundation.INSURL, tag objectivec.IObject, uid objectivec.IObject, ...) NativeDiskImageGraphNode
- func (n NativeDiskImageGraphNode) Autorelease() NativeDiskImageGraphNode
- func (n NativeDiskImageGraphNode) FilePath() foundation.INSURL
- func (n NativeDiskImageGraphNode) Init() NativeDiskImageGraphNode
- func (n NativeDiskImageGraphNode) InitWithURLTagUUIDParentNodeMetadataIsCache(url foundation.INSURL, tag objectivec.IObject, uid objectivec.IObject, ...) NativeDiskImageGraphNode
- type NativeDiskImageGraphNodeClass
- type PluginBackendXPC
- type PluginBackendXPCClass
- type PluginDiskImageGraphNode
- func NewPluginDiskImageGraphNode() PluginDiskImageGraphNode
- func NewPluginDiskImageGraphNodeWithDictionaryWorkDirError(dictionary objectivec.IObject, dir objectivec.IObject) (PluginDiskImageGraphNode, error)
- func NewPluginDiskImageGraphNodeWithPluginNamePluginParamsTagUUIDParentNodeMetadataIsCache(name objectivec.IObject, params objectivec.IObject, tag objectivec.IObject, ...) PluginDiskImageGraphNode
- func NewPluginDiskImageGraphNodeWithTagUUIDParentNodeMetadataIsCache(tag objectivec.IObject, uid objectivec.IObject, node objectivec.IObject, ...) PluginDiskImageGraphNode
- func PluginDiskImageGraphNodeFromID(id objc.ID) PluginDiskImageGraphNode
- func (p PluginDiskImageGraphNode) Autorelease() PluginDiskImageGraphNode
- func (p PluginDiskImageGraphNode) Init() PluginDiskImageGraphNode
- func (p PluginDiskImageGraphNode) InitWithPluginNamePluginParamsTagUUIDParentNodeMetadataIsCache(name objectivec.IObject, params objectivec.IObject, tag objectivec.IObject, ...) PluginDiskImageGraphNode
- func (p PluginDiskImageGraphNode) PluginName() string
- func (p PluginDiskImageGraphNode) PluginParams() foundation.INSDictionary
- type PluginDiskImageGraphNodeClass
- type QuarantineFileHandler
- func NewQuarantineFileHandler() QuarantineFileHandler
- func NewQuarantineFileHandlerWithBackendError(backend objectivec.IObject) (QuarantineFileHandler, error)
- func NewQuarantineFileHandlerWithFDError(fd int) (QuarantineFileHandler, error)
- func NewQuarantineFileHandlerWithFlagError(flag uint32) (QuarantineFileHandler, error)
- func QuarantineFileHandlerFromID(id objc.ID) QuarantineFileHandler
- func (q QuarantineFileHandler) ApplyMountPointsWithBSDNameError(bSDName objectivec.IObject) (bool, error)
- func (q QuarantineFileHandler) Autorelease() QuarantineFileHandler
- func (q QuarantineFileHandler) CheckErrorWithQtnInitResultError(result int) (bool, error)
- func (q QuarantineFileHandler) GetFileInfoWithError() (objectivec.IObject, error)
- func (q QuarantineFileHandler) Init() QuarantineFileHandler
- func (q QuarantineFileHandler) InitWithBackendError(backend objectivec.IObject) (QuarantineFileHandler, error)
- func (q QuarantineFileHandler) InitWithFDError(fd int) (QuarantineFileHandler, error)
- func (q QuarantineFileHandler) InitWithFlagError(flag uint32) (QuarantineFileHandler, error)
- func (q QuarantineFileHandler) IsQuarantined() bool
- func (q QuarantineFileHandler) QtFile() objectivec.IObject
- func (q QuarantineFileHandler) SetQtFile(value objectivec.IObject)
- type QuarantineFileHandlerClass
- type RamXPC
- type RamXPCClass
- type ReadSynchronizerBackendXPC
- func NewReadSynchronizerBackendXPC() ReadSynchronizerBackendXPC
- func NewReadSynchronizerBackendXPCWithBackend(backend objectivec.IObject) ReadSynchronizerBackendXPC
- func NewReadSynchronizerBackendXPCWithCoder(coder objectivec.IObject) ReadSynchronizerBackendXPC
- func ReadSynchronizerBackendXPCFromID(id objc.ID) ReadSynchronizerBackendXPC
- func (r ReadSynchronizerBackendXPC) Autorelease() ReadSynchronizerBackendXPC
- func (r ReadSynchronizerBackendXPC) BaseBackendXPC() IBackendXPC
- func (r ReadSynchronizerBackendXPC) Init() ReadSynchronizerBackendXPC
- func (r ReadSynchronizerBackendXPC) InitWithBackend(backend objectivec.IObject) ReadSynchronizerBackendXPC
- type ReadSynchronizerBackendXPCClass
- type SerializedDiskImageGraph
- func NewSerializedDiskImageGraph() SerializedDiskImageGraph
- func NewSerializedDiskImageGraphWithBaseImageURLNewPstackURLTagError(url foundation.INSURL, url2 foundation.INSURL, tag objectivec.IObject) (SerializedDiskImageGraph, error)
- func NewSerializedDiskImageGraphWithBaseImageURLPstackURLTagError(url foundation.INSURL, url2 foundation.INSURL, tag objectivec.IObject) (SerializedDiskImageGraph, error)
- func NewSerializedDiskImageGraphWithBaseImageURLTagError(url foundation.INSURL, tag objectivec.IObject) (SerializedDiskImageGraph, error)
- func NewSerializedDiskImageGraphWithGraphDBError(db objectivec.IObject) (SerializedDiskImageGraph, error)
- func NewSerializedDiskImageGraphWithGraphDBPstackURLError(db objectivec.IObject, url foundation.INSURL) (SerializedDiskImageGraph, error)
- func NewSerializedDiskImageGraphWithGraphDBWorkDirError(db objectivec.IObject, dir objectivec.IObject) (SerializedDiskImageGraph, error)
- func NewSerializedDiskImageGraphWithPluginNamePluginParamsPstackURLTagError(name objectivec.IObject, params objectivec.IObject, url foundation.INSURL, ...) (SerializedDiskImageGraph, error)
- func NewSerializedDiskImageGraphWithPluginNamePluginParamsTagError(name objectivec.IObject, params objectivec.IObject, tag objectivec.IObject) (SerializedDiskImageGraph, error)
- func NewSerializedDiskImageGraphWithPstackURLError(url foundation.INSURL) (SerializedDiskImageGraph, error)
- func SerializedDiskImageGraphFromID(id objc.ID) SerializedDiskImageGraph
- func (s SerializedDiskImageGraph) Autorelease() SerializedDiskImageGraph
- func (s SerializedDiskImageGraph) Init() SerializedDiskImageGraph
- func (s SerializedDiskImageGraph) InitWithBaseImageURLPstackURLTagError(url foundation.INSURL, url2 foundation.INSURL, tag objectivec.IObject) (SerializedDiskImageGraph, error)
- func (s SerializedDiskImageGraph) InitWithGraphDBPstackURLError(db objectivec.IObject, url foundation.INSURL) (SerializedDiskImageGraph, error)
- func (s SerializedDiskImageGraph) InitWithPluginNamePluginParamsPstackURLTagError(name objectivec.IObject, params objectivec.IObject, url foundation.INSURL, ...) (SerializedDiskImageGraph, error)
- func (s SerializedDiskImageGraph) PstackURL() foundation.INSURL
- type SerializedDiskImageGraphClass
- func (sc SerializedDiskImageGraphClass) Alloc() SerializedDiskImageGraph
- func (sc SerializedDiskImageGraphClass) Class() objc.Class
- func (_SerializedDiskImageGraphClass SerializedDiskImageGraphClass) GetRelativeIfContainedWithChildURLParentURL(url foundation.INSURL, url2 foundation.INSURL) objectivec.IObject
- type SparseBundleBackendXPC
- func NewSparseBundleBackendXPC() SparseBundleBackendXPC
- func NewSparseBundleBackendXPCWithCoder(coder objectivec.IObject) SparseBundleBackendXPC
- func NewSparseBundleBackendXPCWithURLFileOpenFlags(url foundation.INSURL, flags int) SparseBundleBackendXPC
- func NewSparseBundleBackendXPCWithURLFileOpenFlagsBandSize(url foundation.INSURL, flags int, size uint64) SparseBundleBackendXPC
- func SparseBundleBackendXPCFromID(id objc.ID) SparseBundleBackendXPC
- func (s SparseBundleBackendXPC) Autorelease() SparseBundleBackendXPC
- func (s SparseBundleBackendXPC) Init() SparseBundleBackendXPC
- func (s SparseBundleBackendXPC) InitWithURLFileOpenFlags(url foundation.INSURL, flags int) SparseBundleBackendXPC
- func (s SparseBundleBackendXPC) InitWithURLFileOpenFlagsBandSize(url foundation.INSURL, flags int, size uint64) SparseBundleBackendXPC
- type SparseBundleBackendXPCClass
- type VoidHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErrorBlock ¶
func NewErrorBlock(handler ErrorHandler) (objc.ID, func())
NewErrorBlock wraps a Go ErrorHandler as an Objective-C block. The caller must defer the returned cleanup function.
Used by:
- DIAttachParams.SetHandleRefCount
- DIBaseParams.PrepareImageWithXpcHandlerFileModeError
- DIChpassParams.ChangePassWithXpcHandlerError
- DIChpassParams.PrepareImageWithXpcHandlerFileModeEncChpassError
- [DIController2ClientProtocol.AttachCompletedWithHandleReply]
- DICreateParams.CreateEncryptionWithXPCHandlerError
- DICreateParams.SetFolderCopyXPCHandler
- DIDeviceHandle.SetClient2IOhandler
- DIDeviceHandle.SetHandleRefCount
- DIEncryptionChpass.ReplacePassWithXpcHandlerParamsError
- DIEncryptionCreator.AddPublicKeyEntryWithXpcHandlerError
- DIEncryptionCreator.CreateWithXpcHandlerError
- DIEncryptionFrontend.AddPassphraseEntryWithXpcHandlerFlagsUsageError
- DIEncryptionFrontend.LookupLegacyKeychainWithXpcHandlerError
- DIEncryptionFrontend.UnlockWithXpcHandlerError
func NewVoidBlock ¶ added in v0.5.0
func NewVoidBlock(handler VoidHandler) (objc.ID, func())
NewVoidBlock wraps a Go VoidHandler as an Objective-C block. The caller must defer the returned cleanup function.
Used by:
Types ¶
type AAS3DownloadRequest ¶ added in v0.5.0
type AAS3DownloadRequest struct {
objectivec.Object
}
Methods ¶
- AAS3DownloadRequest.Buf
- AAS3DownloadRequest.SetBuf
- AAS3DownloadRequest.CreateAndResumeTask
- AAS3DownloadRequest.DownloadSession
- AAS3DownloadRequest.SetDownloadSession
- AAS3DownloadRequest.Nbyte
- AAS3DownloadRequest.SetNbyte
- AAS3DownloadRequest.Offset
- AAS3DownloadRequest.SetOffset
- AAS3DownloadRequest.PauseInterval
- AAS3DownloadRequest.SetPauseInterval
- AAS3DownloadRequest.RemainingAttempts
- AAS3DownloadRequest.SetRemainingAttempts
- AAS3DownloadRequest.Sem
- AAS3DownloadRequest.SetSem
- AAS3DownloadRequest.Status
- AAS3DownloadRequest.SetStatus
- AAS3DownloadRequest.Stream
- AAS3DownloadRequest.SetStream
- AAS3DownloadRequest.UrlRequest
- AAS3DownloadRequest.SetUrlRequest
- AAS3DownloadRequest.InitWithSessionSizeAtOffsetDestinationBufferDestinationStreamCompletionSemaphore
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadRequest
func AAS3DownloadRequestFromID ¶ added in v0.5.0
func AAS3DownloadRequestFromID(id objc.ID) AAS3DownloadRequest
AAS3DownloadRequestFromID constructs a AAS3DownloadRequest from an objc.ID.
func NewAAS3DownloadRequest ¶ added in v0.5.0
func NewAAS3DownloadRequest() AAS3DownloadRequest
NewAAS3DownloadRequest creates a new AAS3DownloadRequest instance.
func NewAAS3DownloadRequestWithSessionSizeAtOffsetDestinationBufferDestinationStreamCompletionSemaphore ¶ added in v0.5.0
func NewAAS3DownloadRequestWithSessionSizeAtOffsetDestinationBufferDestinationStreamCompletionSemaphore(session objectivec.IObject, size uint64, offset int64, buffer string, stream unsafe.Pointer, semaphore objectivec.IObject) AAS3DownloadRequest
func (AAS3DownloadRequest) Autorelease ¶ added in v0.5.0
func (a AAS3DownloadRequest) Autorelease() AAS3DownloadRequest
Autorelease adds the receiver to the current autorelease pool.
func (AAS3DownloadRequest) Buf ¶ added in v0.5.0
func (a AAS3DownloadRequest) Buf() string
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadRequest/buf
func (AAS3DownloadRequest) CreateAndResumeTask ¶ added in v0.5.0
func (a AAS3DownloadRequest) CreateAndResumeTask() int
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadRequest/createAndResumeTask
func (AAS3DownloadRequest) DownloadSession ¶ added in v0.5.0
func (a AAS3DownloadRequest) DownloadSession() IAAS3DownloadSession
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadRequest/downloadSession
func (AAS3DownloadRequest) Init ¶ added in v0.5.0
func (a AAS3DownloadRequest) Init() AAS3DownloadRequest
Init initializes the instance.
func (AAS3DownloadRequest) InitWithSessionSizeAtOffsetDestinationBufferDestinationStreamCompletionSemaphore ¶ added in v0.5.0
func (a AAS3DownloadRequest) InitWithSessionSizeAtOffsetDestinationBufferDestinationStreamCompletionSemaphore(session objectivec.IObject, size uint64, offset int64, buffer string, stream unsafe.Pointer, semaphore objectivec.IObject) AAS3DownloadRequest
func (AAS3DownloadRequest) Nbyte ¶ added in v0.5.0
func (a AAS3DownloadRequest) Nbyte() uint64
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadRequest/nbyte
func (AAS3DownloadRequest) Offset ¶ added in v0.5.0
func (a AAS3DownloadRequest) Offset() int64
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadRequest/offset
func (AAS3DownloadRequest) PauseInterval ¶ added in v0.5.0
func (a AAS3DownloadRequest) PauseInterval() float32
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadRequest/pauseInterval
func (AAS3DownloadRequest) RemainingAttempts ¶ added in v0.5.0
func (a AAS3DownloadRequest) RemainingAttempts() uint32
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadRequest/remainingAttempts
func (AAS3DownloadRequest) Sem ¶ added in v0.5.0
func (a AAS3DownloadRequest) Sem() objectivec.Object
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadRequest/sem
func (AAS3DownloadRequest) SetBuf ¶ added in v0.5.0
func (a AAS3DownloadRequest) SetBuf(value string)
func (AAS3DownloadRequest) SetDownloadSession ¶ added in v0.5.0
func (a AAS3DownloadRequest) SetDownloadSession(value IAAS3DownloadSession)
func (AAS3DownloadRequest) SetNbyte ¶ added in v0.5.0
func (a AAS3DownloadRequest) SetNbyte(value uint64)
func (AAS3DownloadRequest) SetOffset ¶ added in v0.5.0
func (a AAS3DownloadRequest) SetOffset(value int64)
func (AAS3DownloadRequest) SetPauseInterval ¶ added in v0.5.0
func (a AAS3DownloadRequest) SetPauseInterval(value float32)
func (AAS3DownloadRequest) SetRemainingAttempts ¶ added in v0.5.0
func (a AAS3DownloadRequest) SetRemainingAttempts(value uint32)
func (AAS3DownloadRequest) SetSem ¶ added in v0.5.0
func (a AAS3DownloadRequest) SetSem(value objectivec.Object)
func (AAS3DownloadRequest) SetStatus ¶ added in v0.5.0
func (a AAS3DownloadRequest) SetStatus(value int)
func (AAS3DownloadRequest) SetStream ¶ added in v0.5.0
func (a AAS3DownloadRequest) SetStream(value unsafe.Pointer)
func (AAS3DownloadRequest) SetUrlRequest ¶ added in v0.5.0
func (a AAS3DownloadRequest) SetUrlRequest(value foundation.NSMutableURLRequest)
func (AAS3DownloadRequest) Status ¶ added in v0.5.0
func (a AAS3DownloadRequest) Status() int
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadRequest/status
func (AAS3DownloadRequest) Stream ¶ added in v0.5.0
func (a AAS3DownloadRequest) Stream() unsafe.Pointer
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadRequest/stream
func (AAS3DownloadRequest) UrlRequest ¶ added in v0.5.0
func (a AAS3DownloadRequest) UrlRequest() foundation.NSMutableURLRequest
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadRequest/urlRequest
type AAS3DownloadRequestClass ¶ added in v0.5.0
type AAS3DownloadRequestClass struct {
// contains filtered or unexported fields
}
func GetAAS3DownloadRequestClass ¶ added in v0.5.0
func GetAAS3DownloadRequestClass() AAS3DownloadRequestClass
GetAAS3DownloadRequestClass returns the class object for AAS3DownloadRequest.
func (AAS3DownloadRequestClass) Alloc ¶ added in v0.5.0
func (ac AAS3DownloadRequestClass) Alloc() AAS3DownloadRequest
Alloc allocates memory for a new instance of the class.
func (AAS3DownloadRequestClass) Class ¶ added in v0.5.0
func (ac AAS3DownloadRequestClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type AAS3DownloadSession ¶ added in v0.5.0
type AAS3DownloadSession struct {
objectivec.Object
}
Methods ¶
- AAS3DownloadSession.AddBytesDownloaded
- AAS3DownloadSession.AddRequest
- AAS3DownloadSession.BytesDownloaded
- AAS3DownloadSession.SetBytesDownloaded
- AAS3DownloadSession.Cache
- AAS3DownloadSession.SetCache
- AAS3DownloadSession.CacheDocument
- AAS3DownloadSession.CacheLock
- AAS3DownloadSession.Cancelled
- AAS3DownloadSession.SetCancelled
- AAS3DownloadSession.EnqueueRequestWithSizeAtOffsetDestinationBufferDestinationStreamCompletionSemaphore
- AAS3DownloadSession.InvalidateAndCancel
- AAS3DownloadSession.IsCancelled
- AAS3DownloadSession.MaxAttempts
- AAS3DownloadSession.MaxRequests
- AAS3DownloadSession.PauseInterval
- AAS3DownloadSession.ReadToAsyncByteStreamSizeAtOffset
- AAS3DownloadSession.ReadToBufferSizeAtOffset
- AAS3DownloadSession.RemoveRequest
- AAS3DownloadSession.Requests
- AAS3DownloadSession.RequestsLock
- AAS3DownloadSession.RequestsSem
- AAS3DownloadSession.StreamBase
- AAS3DownloadSession.SyncRequests
- AAS3DownloadSession.Url
- AAS3DownloadSession.UrlSession
- AAS3DownloadSession.InitWithURLStreamBaseMaxAttemptsPauseIntervalMaxRequestsInFlight
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession
func AAS3DownloadSessionFromID ¶ added in v0.5.0
func AAS3DownloadSessionFromID(id objc.ID) AAS3DownloadSession
AAS3DownloadSessionFromID constructs a AAS3DownloadSession from an objc.ID.
func NewAAS3DownloadSession ¶ added in v0.5.0
func NewAAS3DownloadSession() AAS3DownloadSession
NewAAS3DownloadSession creates a new AAS3DownloadSession instance.
func NewAAS3DownloadSessionWithURLStreamBaseMaxAttemptsPauseIntervalMaxRequestsInFlight ¶ added in v0.5.0
func NewAAS3DownloadSessionWithURLStreamBaseMaxAttemptsPauseIntervalMaxRequestsInFlight(url foundation.INSURL, base objectivec.IObject, attempts uint32, interval float32, flight uint32) AAS3DownloadSession
func (AAS3DownloadSession) AddBytesDownloaded ¶ added in v0.5.0
func (a AAS3DownloadSession) AddBytesDownloaded(downloaded uint64)
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/addBytesDownloaded:
func (AAS3DownloadSession) AddRequest ¶ added in v0.5.0
func (a AAS3DownloadSession) AddRequest(request objectivec.IObject) int
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/addRequest:
func (AAS3DownloadSession) Autorelease ¶ added in v0.5.0
func (a AAS3DownloadSession) Autorelease() AAS3DownloadSession
Autorelease adds the receiver to the current autorelease pool.
func (AAS3DownloadSession) BytesDownloaded ¶ added in v0.5.0
func (a AAS3DownloadSession) BytesDownloaded() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/bytesDownloaded
func (AAS3DownloadSession) Cache ¶ added in v0.5.0
func (a AAS3DownloadSession) Cache() foundation.INSData
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/cache
func (AAS3DownloadSession) CacheDocument ¶ added in v0.5.0
func (a AAS3DownloadSession) CacheDocument(document objectivec.IObject)
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/cacheDocument:
func (AAS3DownloadSession) CacheLock ¶ added in v0.5.0
func (a AAS3DownloadSession) CacheLock() foundation.NSLock
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/cacheLock
func (AAS3DownloadSession) Cancelled ¶ added in v0.5.0
func (a AAS3DownloadSession) Cancelled() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/cancelled
func (AAS3DownloadSession) EnqueueRequestWithSizeAtOffsetDestinationBufferDestinationStreamCompletionSemaphore ¶ added in v0.5.0
func (a AAS3DownloadSession) EnqueueRequestWithSizeAtOffsetDestinationBufferDestinationStreamCompletionSemaphore(size uint64, offset int64, buffer string, stream unsafe.Pointer, semaphore objectivec.IObject) objectivec.IObject
func (AAS3DownloadSession) Init ¶ added in v0.5.0
func (a AAS3DownloadSession) Init() AAS3DownloadSession
Init initializes the instance.
func (AAS3DownloadSession) InitWithURLStreamBaseMaxAttemptsPauseIntervalMaxRequestsInFlight ¶ added in v0.5.0
func (a AAS3DownloadSession) InitWithURLStreamBaseMaxAttemptsPauseIntervalMaxRequestsInFlight(url foundation.INSURL, base objectivec.IObject, attempts uint32, interval float32, flight uint32) AAS3DownloadSession
func (AAS3DownloadSession) InvalidateAndCancel ¶ added in v0.5.0
func (a AAS3DownloadSession) InvalidateAndCancel()
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/invalidateAndCancel
func (AAS3DownloadSession) IsCancelled ¶ added in v0.5.0
func (a AAS3DownloadSession) IsCancelled() int
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/isCancelled
func (AAS3DownloadSession) MaxAttempts ¶ added in v0.5.0
func (a AAS3DownloadSession) MaxAttempts() uint32
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/maxAttempts
func (AAS3DownloadSession) MaxRequests ¶ added in v0.5.0
func (a AAS3DownloadSession) MaxRequests() uint32
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/maxRequests
func (AAS3DownloadSession) PauseInterval ¶ added in v0.5.0
func (a AAS3DownloadSession) PauseInterval() float32
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/pauseInterval
func (AAS3DownloadSession) ReadToAsyncByteStreamSizeAtOffset ¶ added in v0.5.0
func (AAS3DownloadSession) ReadToBufferSizeAtOffset ¶ added in v0.5.0
func (a AAS3DownloadSession) ReadToBufferSizeAtOffset(buffer unsafe.Pointer, size uint64, offset int64) int64
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/readToBuffer:size:atOffset:
func (AAS3DownloadSession) RemoveRequest ¶ added in v0.5.0
func (a AAS3DownloadSession) RemoveRequest(request objectivec.IObject)
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/removeRequest:
func (AAS3DownloadSession) Requests ¶ added in v0.5.0
func (a AAS3DownloadSession) Requests() foundation.INSSet
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/requests
func (AAS3DownloadSession) RequestsLock ¶ added in v0.5.0
func (a AAS3DownloadSession) RequestsLock() foundation.NSLock
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/requestsLock
func (AAS3DownloadSession) RequestsSem ¶ added in v0.5.0
func (a AAS3DownloadSession) RequestsSem() objectivec.Object
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/requestsSem
func (AAS3DownloadSession) SetBytesDownloaded ¶ added in v0.5.0
func (a AAS3DownloadSession) SetBytesDownloaded(value objectivec.IObject)
func (AAS3DownloadSession) SetCache ¶ added in v0.5.0
func (a AAS3DownloadSession) SetCache(value foundation.INSData)
func (AAS3DownloadSession) SetCancelled ¶ added in v0.5.0
func (a AAS3DownloadSession) SetCancelled(value objectivec.IObject)
func (AAS3DownloadSession) StreamBase ¶ added in v0.5.0
func (a AAS3DownloadSession) StreamBase() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/streamBase
func (AAS3DownloadSession) SyncRequests ¶ added in v0.5.0
func (a AAS3DownloadSession) SyncRequests() int
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/syncRequests
func (AAS3DownloadSession) Url ¶ added in v0.5.0
func (a AAS3DownloadSession) Url() foundation.INSURL
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/url
func (AAS3DownloadSession) UrlSession ¶ added in v0.5.0
func (a AAS3DownloadSession) UrlSession() *foundation.NSURLSession
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession/urlSession
type AAS3DownloadSessionClass ¶ added in v0.5.0
type AAS3DownloadSessionClass struct {
// contains filtered or unexported fields
}
func GetAAS3DownloadSessionClass ¶ added in v0.5.0
func GetAAS3DownloadSessionClass() AAS3DownloadSessionClass
GetAAS3DownloadSessionClass returns the class object for AAS3DownloadSession.
func (AAS3DownloadSessionClass) Alloc ¶ added in v0.5.0
func (ac AAS3DownloadSessionClass) Alloc() AAS3DownloadSession
Alloc allocates memory for a new instance of the class.
func (AAS3DownloadSessionClass) Class ¶ added in v0.5.0
func (ac AAS3DownloadSessionClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (AAS3DownloadSessionClass) CompleteRequestDataResponseError ¶ added in v0.5.0
func (_AAS3DownloadSessionClass AAS3DownloadSessionClass) CompleteRequestDataResponseError(request objectivec.IObject, data objectivec.IObject, response objectivec.IObject, error_ objectivec.IObject)
type AEABackendXPC ¶ added in v0.5.0
type AEABackendXPC struct {
BackendXPC
}
Methods ¶
See: https://developer.apple.com/documentation/DiskImages2/AEABackendXPC
func AEABackendXPCFromID ¶ added in v0.5.0
func AEABackendXPCFromID(id objc.ID) AEABackendXPC
AEABackendXPCFromID constructs a AEABackendXPC from an objc.ID.
func NewAEABackendXPC ¶ added in v0.5.0
func NewAEABackendXPC() AEABackendXPC
NewAEABackendXPC creates a new AEABackendXPC instance.
func NewAEABackendXPCWithBackendKey ¶ added in v0.5.0
func NewAEABackendXPCWithBackendKey(backend objectivec.IObject, key objectivec.IObject) AEABackendXPC
See: https://developer.apple.com/documentation/DiskImages2/AEABackendXPC/initWithBackend:key:
func NewAEABackendXPCWithCoder ¶ added in v0.5.0
func NewAEABackendXPCWithCoder(coder objectivec.IObject) AEABackendXPC
See: https://developer.apple.com/documentation/DiskImages2/AEABackendXPC/initWithCoder:
func (AEABackendXPC) Autorelease ¶ added in v0.5.0
func (a AEABackendXPC) Autorelease() AEABackendXPC
Autorelease adds the receiver to the current autorelease pool.
func (AEABackendXPC) BaseBackendXPC ¶ added in v0.5.0
func (a AEABackendXPC) BaseBackendXPC() IBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/AEABackendXPC/baseBackendXPC
func (AEABackendXPC) Init ¶ added in v0.5.0
func (a AEABackendXPC) Init() AEABackendXPC
Init initializes the instance.
func (AEABackendXPC) InitWithBackendKey ¶ added in v0.5.0
func (a AEABackendXPC) InitWithBackendKey(backend objectivec.IObject, key objectivec.IObject) AEABackendXPC
See: https://developer.apple.com/documentation/DiskImages2/AEABackendXPC/initWithBackend:key:
func (AEABackendXPC) Key ¶ added in v0.5.0
func (a AEABackendXPC) Key() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/AEABackendXPC/key
type AEABackendXPCClass ¶ added in v0.5.0
type AEABackendXPCClass struct {
// contains filtered or unexported fields
}
func GetAEABackendXPCClass ¶ added in v0.5.0
func GetAEABackendXPCClass() AEABackendXPCClass
GetAEABackendXPCClass returns the class object for AEABackendXPC.
func (AEABackendXPCClass) Alloc ¶ added in v0.5.0
func (ac AEABackendXPCClass) Alloc() AEABackendXPC
Alloc allocates memory for a new instance of the class.
func (AEABackendXPCClass) Class ¶ added in v0.5.0
func (ac AEABackendXPCClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type BackendXPC ¶ added in v0.5.0
type BackendXPC struct {
objectivec.Object
}
Methods ¶
- BackendXPC.Backend
- BackendXPC.SetBackend
- BackendXPC.CryptoHeader
- BackendXPC.EncodeWithCoder
- BackendXPC.GetCryptoHeaderBackend
- BackendXPC.InstanceID
- BackendXPC.IsUnlocked
- BackendXPC.Lock
- BackendXPC.NewWithCryptoFormatError
- BackendXPC.ReplaceWithBackendXPC
- BackendXPC.TryCreatingCryptoHeader
- BackendXPC.InitWithCoder
See: https://developer.apple.com/documentation/DiskImages2/BackendXPC
func BackendXPCFromID ¶ added in v0.5.0
func BackendXPCFromID(id objc.ID) BackendXPC
BackendXPCFromID constructs a BackendXPC from an objc.ID.
func NewBackendXPC ¶ added in v0.5.0
func NewBackendXPC() BackendXPC
NewBackendXPC creates a new BackendXPC instance.
func NewBackendXPCWithCoder ¶ added in v0.5.0
func NewBackendXPCWithCoder(coder objectivec.IObject) BackendXPC
See: https://developer.apple.com/documentation/DiskImages2/BackendXPC/initWithCoder:
func (BackendXPC) Autorelease ¶ added in v0.5.0
func (b BackendXPC) Autorelease() BackendXPC
Autorelease adds the receiver to the current autorelease pool.
func (BackendXPC) Backend ¶ added in v0.5.0
func (b BackendXPC) Backend() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/BackendXPC/backend
func (BackendXPC) CryptoHeader ¶ added in v0.5.0
func (b BackendXPC) CryptoHeader() unsafe.Pointer
See: https://developer.apple.com/documentation/DiskImages2/BackendXPC/cryptoHeader
func (BackendXPC) EncodeWithCoder ¶ added in v0.5.0
func (b BackendXPC) EncodeWithCoder(coder foundation.INSCoder)
See: https://developer.apple.com/documentation/DiskImages2/BackendXPC/encodeWithCoder:
func (BackendXPC) GetCryptoHeaderBackend ¶ added in v0.5.0
func (b BackendXPC) GetCryptoHeaderBackend() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/BackendXPC/getCryptoHeaderBackend
func (BackendXPC) Init ¶ added in v0.5.0
func (b BackendXPC) Init() BackendXPC
Init initializes the instance.
func (BackendXPC) InitWithCoder ¶ added in v0.5.0
func (b BackendXPC) InitWithCoder(coder foundation.INSCoder) BackendXPC
See: https://developer.apple.com/documentation/DiskImages2/BackendXPC/initWithCoder:
func (BackendXPC) InstanceID ¶ added in v0.5.0
func (b BackendXPC) InstanceID() foundation.NSUUID
See: https://developer.apple.com/documentation/DiskImages2/BackendXPC/instanceID
func (BackendXPC) IsUnlocked ¶ added in v0.5.0
func (b BackendXPC) IsUnlocked() bool
See: https://developer.apple.com/documentation/DiskImages2/BackendXPC/isUnlocked
func (BackendXPC) Lock ¶ added in v0.5.0
func (b BackendXPC) Lock() int
See: https://developer.apple.com/documentation/DiskImages2/BackendXPC/lock
func (BackendXPC) NewWithCryptoFormatError ¶ added in v0.5.0
func (b BackendXPC) NewWithCryptoFormatError(format unsafe.Pointer) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/BackendXPC/newWithCryptoFormat:error:
func (BackendXPC) ReplaceWithBackendXPC ¶ added in v0.5.0
func (b BackendXPC) ReplaceWithBackendXPC(xpc objectivec.IObject)
See: https://developer.apple.com/documentation/DiskImages2/BackendXPC/replaceWithBackendXPC:
func (BackendXPC) SetBackend ¶ added in v0.5.0
func (b BackendXPC) SetBackend(value objectivec.IObject)
func (BackendXPC) TryCreatingCryptoHeader ¶ added in v0.5.0
func (b BackendXPC) TryCreatingCryptoHeader() bool
See: https://developer.apple.com/documentation/DiskImages2/BackendXPC/tryCreatingCryptoHeader
type BackendXPCClass ¶ added in v0.5.0
type BackendXPCClass struct {
// contains filtered or unexported fields
}
func GetBackendXPCClass ¶ added in v0.5.0
func GetBackendXPCClass() BackendXPCClass
GetBackendXPCClass returns the class object for BackendXPC.
func (BackendXPCClass) Alloc ¶ added in v0.5.0
func (bc BackendXPCClass) Alloc() BackendXPC
Alloc allocates memory for a new instance of the class.
func (BackendXPCClass) Class ¶ added in v0.5.0
func (bc BackendXPCClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (BackendXPCClass) NewFileBackendWithURLFileOpenFlagsError ¶ added in v0.5.0
func (_BackendXPCClass BackendXPCClass) NewFileBackendWithURLFileOpenFlagsError(url foundation.INSURL, flags int) (objectivec.IObject, error)
func (BackendXPCClass) SupportsSecureCoding ¶ added in v0.5.0
func (_BackendXPCClass BackendXPCClass) SupportsSecureCoding() bool
See: https://developer.apple.com/documentation/DiskImages2/BackendXPC/supportsSecureCoding
type BaseDiskImageCreator ¶
type BaseDiskImageCreator struct {
objectivec.Object
}
Methods ¶
- BaseDiskImageCreator.URL
- BaseDiskImageCreator.BlockSize
- BaseDiskImageCreator.SetBlockSize
- BaseDiskImageCreator.Certificate
- BaseDiskImageCreator.SetCertificate
- BaseDiskImageCreator.CreateEmptyImageWithError
- BaseDiskImageCreator.DataPartition
- BaseDiskImageCreator.SetDataPartition
- BaseDiskImageCreator.DevBSDName
- BaseDiskImageCreator.SetDevBSDName
- BaseDiskImageCreator.EjectWithError
- BaseDiskImageCreator.EncryptionMethod
- BaseDiskImageCreator.SetEncryptionMethod
- BaseDiskImageCreator.FileSystem
- BaseDiskImageCreator.SetFileSystem
- BaseDiskImageCreator.FormatImageWithCreateParamsError
- BaseDiskImageCreator.ImageFormat
- BaseDiskImageCreator.SetImageFormat
- BaseDiskImageCreator.MutableSymmetricKey
- BaseDiskImageCreator.NewAttachWithCreateParamsError
- BaseDiskImageCreator.NewMKDIDeviceWithError
- BaseDiskImageCreator.NumBlocks
- BaseDiskImageCreator.SetNumBlocks
- BaseDiskImageCreator.PartitionDiskWithError
- BaseDiskImageCreator.Passphrase
- BaseDiskImageCreator.SetPassphrase
- BaseDiskImageCreator.PublicKey
- BaseDiskImageCreator.SetPublicKey
- BaseDiskImageCreator.ReadPassphraseFlags
- BaseDiskImageCreator.SetReadPassphraseFlags
- BaseDiskImageCreator.SetPassphraseEncryptionMethod
- BaseDiskImageCreator.SparseBundleBandSize
- BaseDiskImageCreator.SetSparseBundleBandSize
- BaseDiskImageCreator.SymmetricKey
- BaseDiskImageCreator.SetSymmetricKey
- BaseDiskImageCreator.TemporaryPassphrase
- BaseDiskImageCreator.SetTemporaryPassphrase
- BaseDiskImageCreator.VolumeName
- BaseDiskImageCreator.SetVolumeName
- BaseDiskImageCreator.InitWithURLDefaultFormatError
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator
func BaseDiskImageCreatorFromID ¶
func BaseDiskImageCreatorFromID(id objc.ID) BaseDiskImageCreator
BaseDiskImageCreatorFromID constructs a BaseDiskImageCreator from an objc.ID.
func NewBaseDiskImageCreator ¶
func NewBaseDiskImageCreator() BaseDiskImageCreator
NewBaseDiskImageCreator creates a new BaseDiskImageCreator instance.
func NewBaseDiskImageCreatorWithURLDefaultFormatError ¶ added in v0.5.0
func NewBaseDiskImageCreatorWithURLDefaultFormatError(url foundation.INSURL, format int64) (BaseDiskImageCreator, error)
func (BaseDiskImageCreator) Autorelease ¶
func (b BaseDiskImageCreator) Autorelease() BaseDiskImageCreator
Autorelease adds the receiver to the current autorelease pool.
func (BaseDiskImageCreator) BlockSize ¶ added in v0.5.0
func (b BaseDiskImageCreator) BlockSize() uint32
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/blockSize
func (BaseDiskImageCreator) Certificate ¶ added in v0.5.0
func (b BaseDiskImageCreator) Certificate() string
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/certificate
func (BaseDiskImageCreator) CreateEmptyImageWithError ¶ added in v0.5.0
func (b BaseDiskImageCreator) CreateEmptyImageWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/createEmptyImageWithError:
func (BaseDiskImageCreator) DataPartition ¶ added in v0.5.0
func (b BaseDiskImageCreator) DataPartition() IDIDataPartition
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/dataPartition
func (BaseDiskImageCreator) DevBSDName ¶ added in v0.5.0
func (b BaseDiskImageCreator) DevBSDName() string
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/devBSDName
func (BaseDiskImageCreator) EjectWithError ¶ added in v0.5.0
func (b BaseDiskImageCreator) EjectWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/ejectWithError:
func (BaseDiskImageCreator) EncryptionMethod ¶ added in v0.5.0
func (b BaseDiskImageCreator) EncryptionMethod() uint64
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/encryptionMethod
func (BaseDiskImageCreator) FileSystem ¶ added in v0.5.0
func (b BaseDiskImageCreator) FileSystem() uint64
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/fileSystem
func (BaseDiskImageCreator) FormatImageWithCreateParamsError ¶ added in v0.5.0
func (b BaseDiskImageCreator) FormatImageWithCreateParamsError(params objectivec.IObject) (objectivec.IObject, error)
func (BaseDiskImageCreator) ImageFormat ¶ added in v0.5.0
func (b BaseDiskImageCreator) ImageFormat() int64
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/imageFormat
func (BaseDiskImageCreator) Init ¶
func (b BaseDiskImageCreator) Init() BaseDiskImageCreator
Init initializes the instance.
func (BaseDiskImageCreator) InitWithURLDefaultFormatError ¶ added in v0.5.0
func (b BaseDiskImageCreator) InitWithURLDefaultFormatError(url foundation.INSURL, format int64) (BaseDiskImageCreator, error)
func (BaseDiskImageCreator) MutableSymmetricKey ¶ added in v0.5.0
func (b BaseDiskImageCreator) MutableSymmetricKey() foundation.NSMutableData
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/mutableSymmetricKey
func (BaseDiskImageCreator) NewAttachWithCreateParamsError ¶ added in v0.5.0
func (b BaseDiskImageCreator) NewAttachWithCreateParamsError(params objectivec.IObject) (objectivec.IObject, error)
func (BaseDiskImageCreator) NewMKDIDeviceWithError ¶ added in v0.5.0
func (b BaseDiskImageCreator) NewMKDIDeviceWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/newMKDIDeviceWithError:
func (BaseDiskImageCreator) NumBlocks ¶ added in v0.5.0
func (b BaseDiskImageCreator) NumBlocks() uint64
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/numBlocks
func (BaseDiskImageCreator) PartitionDiskWithError ¶ added in v0.5.0
func (b BaseDiskImageCreator) PartitionDiskWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/partitionDiskWithError:
func (BaseDiskImageCreator) Passphrase ¶ added in v0.5.0
func (b BaseDiskImageCreator) Passphrase() bool
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/passphrase
func (BaseDiskImageCreator) PublicKey ¶ added in v0.5.0
func (b BaseDiskImageCreator) PublicKey() string
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/publicKey
func (BaseDiskImageCreator) ReadPassphraseFlags ¶ added in v0.5.0
func (b BaseDiskImageCreator) ReadPassphraseFlags() uint64
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/readPassphraseFlags
func (BaseDiskImageCreator) SetBlockSize ¶ added in v0.5.0
func (b BaseDiskImageCreator) SetBlockSize(value uint32)
func (BaseDiskImageCreator) SetCertificate ¶ added in v0.5.0
func (b BaseDiskImageCreator) SetCertificate(value string)
func (BaseDiskImageCreator) SetDataPartition ¶ added in v0.5.0
func (b BaseDiskImageCreator) SetDataPartition(value IDIDataPartition)
func (BaseDiskImageCreator) SetDevBSDName ¶ added in v0.5.0
func (b BaseDiskImageCreator) SetDevBSDName(value string)
func (BaseDiskImageCreator) SetEncryptionMethod ¶ added in v0.5.0
func (b BaseDiskImageCreator) SetEncryptionMethod(value uint64)
func (BaseDiskImageCreator) SetFileSystem ¶ added in v0.5.0
func (b BaseDiskImageCreator) SetFileSystem(value uint64)
func (BaseDiskImageCreator) SetImageFormat ¶ added in v0.5.0
func (b BaseDiskImageCreator) SetImageFormat(value int64)
func (BaseDiskImageCreator) SetNumBlocks ¶ added in v0.5.0
func (b BaseDiskImageCreator) SetNumBlocks(value uint64)
func (BaseDiskImageCreator) SetPassphrase ¶ added in v0.5.0
func (b BaseDiskImageCreator) SetPassphrase(value bool)
func (BaseDiskImageCreator) SetPassphraseEncryptionMethod ¶ added in v0.5.0
func (b BaseDiskImageCreator) SetPassphraseEncryptionMethod(passphrase string, method uint64)
func (BaseDiskImageCreator) SetPublicKey ¶ added in v0.5.0
func (b BaseDiskImageCreator) SetPublicKey(value string)
func (BaseDiskImageCreator) SetReadPassphraseFlags ¶ added in v0.5.0
func (b BaseDiskImageCreator) SetReadPassphraseFlags(value uint64)
func (BaseDiskImageCreator) SetSparseBundleBandSize ¶ added in v0.5.0
func (b BaseDiskImageCreator) SetSparseBundleBandSize(value uint64)
func (BaseDiskImageCreator) SetSymmetricKey ¶ added in v0.5.0
func (b BaseDiskImageCreator) SetSymmetricKey(value foundation.INSData)
func (BaseDiskImageCreator) SetTemporaryPassphrase ¶ added in v0.5.0
func (b BaseDiskImageCreator) SetTemporaryPassphrase(value IDITemporaryPassphrase)
func (BaseDiskImageCreator) SetVolumeName ¶ added in v0.5.0
func (b BaseDiskImageCreator) SetVolumeName(value string)
func (BaseDiskImageCreator) SparseBundleBandSize ¶ added in v0.5.0
func (b BaseDiskImageCreator) SparseBundleBandSize() uint64
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/sparseBundleBandSize
func (BaseDiskImageCreator) SymmetricKey ¶ added in v0.5.0
func (b BaseDiskImageCreator) SymmetricKey() foundation.INSData
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/symmetricKey
func (BaseDiskImageCreator) TemporaryPassphrase ¶ added in v0.5.0
func (b BaseDiskImageCreator) TemporaryPassphrase() IDITemporaryPassphrase
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/temporaryPassphrase
func (BaseDiskImageCreator) URL ¶ added in v0.5.0
func (b BaseDiskImageCreator) URL() foundation.INSURL
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/URL
func (BaseDiskImageCreator) VolumeName ¶ added in v0.5.0
func (b BaseDiskImageCreator) VolumeName() string
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/volumeName
type BaseDiskImageCreatorClass ¶
type BaseDiskImageCreatorClass struct {
// contains filtered or unexported fields
}
func GetBaseDiskImageCreatorClass ¶
func GetBaseDiskImageCreatorClass() BaseDiskImageCreatorClass
GetBaseDiskImageCreatorClass returns the class object for BaseDiskImageCreator.
func (BaseDiskImageCreatorClass) Alloc ¶
func (bc BaseDiskImageCreatorClass) Alloc() BaseDiskImageCreator
Alloc allocates memory for a new instance of the class.
func (BaseDiskImageCreatorClass) Class ¶ added in v0.5.0
func (bc BaseDiskImageCreatorClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (BaseDiskImageCreatorClass) DebugLogsEnabled ¶ added in v0.5.0
func (_BaseDiskImageCreatorClass BaseDiskImageCreatorClass) DebugLogsEnabled() bool
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/debugLogsEnabled
func (BaseDiskImageCreatorClass) ForwardLogs ¶ added in v0.5.0
func (_BaseDiskImageCreatorClass BaseDiskImageCreatorClass) ForwardLogs() bool
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/forwardLogs
func (BaseDiskImageCreatorClass) SetDebugLogsEnabled ¶ added in v0.5.0
func (_BaseDiskImageCreatorClass BaseDiskImageCreatorClass) SetDebugLogsEnabled(enabled bool)
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/setDebugLogsEnabled:
func (BaseDiskImageCreatorClass) SetForwardLogs ¶ added in v0.5.0
func (_BaseDiskImageCreatorClass BaseDiskImageCreatorClass) SetForwardLogs(logs bool)
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator/setForwardLogs:
type BlankDiskImageCreator ¶
type BlankDiskImageCreator struct {
BaseDiskImageCreator
}
Methods ¶
See: https://developer.apple.com/documentation/DiskImages2/BlankDiskImageCreator
func BlankDiskImageCreatorFromID ¶
func BlankDiskImageCreatorFromID(id objc.ID) BlankDiskImageCreator
BlankDiskImageCreatorFromID constructs a BlankDiskImageCreator from an objc.ID.
func NewBlankDiskImageCreator ¶
func NewBlankDiskImageCreator() BlankDiskImageCreator
NewBlankDiskImageCreator creates a new BlankDiskImageCreator instance.
func NewBlankDiskImageCreatorWithURLDefaultFormatError ¶ added in v0.5.0
func NewBlankDiskImageCreatorWithURLDefaultFormatError(url foundation.INSURL, format int64) (BlankDiskImageCreator, error)
func NewBlankDiskImageCreatorWithURLError ¶
func NewBlankDiskImageCreatorWithURLError(url foundation.INSURL) (BlankDiskImageCreator, error)
See: https://developer.apple.com/documentation/DiskImages2/BlankDiskImageCreator/initWithURL:error:
func (BlankDiskImageCreator) Autorelease ¶
func (b BlankDiskImageCreator) Autorelease() BlankDiskImageCreator
Autorelease adds the receiver to the current autorelease pool.
func (BlankDiskImageCreator) CreateImageWithNumBlocksError ¶
func (b BlankDiskImageCreator) CreateImageWithNumBlocksError(numBlocks uint64) (bool, error)
func (BlankDiskImageCreator) Init ¶
func (b BlankDiskImageCreator) Init() BlankDiskImageCreator
Init initializes the instance.
func (BlankDiskImageCreator) InitWithURLError ¶
func (b BlankDiskImageCreator) InitWithURLError(url foundation.INSURL) (BlankDiskImageCreator, error)
See: https://developer.apple.com/documentation/DiskImages2/BlankDiskImageCreator/initWithURL:error:
type BlankDiskImageCreatorClass ¶
type BlankDiskImageCreatorClass struct {
// contains filtered or unexported fields
}
func GetBlankDiskImageCreatorClass ¶
func GetBlankDiskImageCreatorClass() BlankDiskImageCreatorClass
GetBlankDiskImageCreatorClass returns the class object for BlankDiskImageCreator.
func (BlankDiskImageCreatorClass) Alloc ¶
func (bc BlankDiskImageCreatorClass) Alloc() BlankDiskImageCreator
Alloc allocates memory for a new instance of the class.
func (BlankDiskImageCreatorClass) Class ¶ added in v0.5.0
func (bc BlankDiskImageCreatorClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type CryptoBackendXPC ¶ added in v0.5.0
type CryptoBackendXPC struct {
BackendXPC
}
Methods ¶
See: https://developer.apple.com/documentation/DiskImages2/CryptoBackendXPC
func CryptoBackendXPCFromID ¶ added in v0.5.0
func CryptoBackendXPCFromID(id objc.ID) CryptoBackendXPC
CryptoBackendXPCFromID constructs a CryptoBackendXPC from an objc.ID.
func NewCryptoBackendXPC ¶ added in v0.5.0
func NewCryptoBackendXPC() CryptoBackendXPC
NewCryptoBackendXPC creates a new CryptoBackendXPC instance.
func NewCryptoBackendXPCWithCoder ¶ added in v0.5.0
func NewCryptoBackendXPCWithCoder(coder objectivec.IObject) CryptoBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/CryptoBackendXPC/initWithCoder:
func NewCryptoBackendXPCWithFormatBaseBackendXPC ¶ added in v0.5.0
func NewCryptoBackendXPCWithFormatBaseBackendXPC(format unsafe.Pointer, xpc objectivec.IObject) CryptoBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/CryptoBackendXPC/initWithFormat:baseBackendXPC:
func (CryptoBackendXPC) Autorelease ¶ added in v0.5.0
func (c CryptoBackendXPC) Autorelease() CryptoBackendXPC
Autorelease adds the receiver to the current autorelease pool.
func (CryptoBackendXPC) BaseBackendXPC ¶ added in v0.5.0
func (c CryptoBackendXPC) BaseBackendXPC() IBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/CryptoBackendXPC/baseBackendXPC
func (CryptoBackendXPC) Init ¶ added in v0.5.0
func (c CryptoBackendXPC) Init() CryptoBackendXPC
Init initializes the instance.
func (CryptoBackendXPC) InitWithFormatBaseBackendXPC ¶ added in v0.5.0
func (c CryptoBackendXPC) InitWithFormatBaseBackendXPC(format unsafe.Pointer, xpc objectivec.IObject) CryptoBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/CryptoBackendXPC/initWithFormat:baseBackendXPC:
type CryptoBackendXPCClass ¶ added in v0.5.0
type CryptoBackendXPCClass struct {
// contains filtered or unexported fields
}
func GetCryptoBackendXPCClass ¶ added in v0.5.0
func GetCryptoBackendXPCClass() CryptoBackendXPCClass
GetCryptoBackendXPCClass returns the class object for CryptoBackendXPC.
func (CryptoBackendXPCClass) Alloc ¶ added in v0.5.0
func (cc CryptoBackendXPCClass) Alloc() CryptoBackendXPC
Alloc allocates memory for a new instance of the class.
func (CryptoBackendXPCClass) Class ¶ added in v0.5.0
func (cc CryptoBackendXPCClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIAPFSPartition ¶ added in v0.5.0
type DIAPFSPartition struct {
DIDataPartition
}
See: https://developer.apple.com/documentation/DiskImages2/DIAPFSPartition
func DIAPFSPartitionFromID ¶ added in v0.5.0
func DIAPFSPartitionFromID(id objc.ID) DIAPFSPartition
DIAPFSPartitionFromID constructs a DIAPFSPartition from an objc.ID.
func NewDIAPFSPartition ¶ added in v0.5.0
func NewDIAPFSPartition() DIAPFSPartition
NewDIAPFSPartition creates a new DIAPFSPartition instance.
func (DIAPFSPartition) Autorelease ¶ added in v0.5.0
func (d DIAPFSPartition) Autorelease() DIAPFSPartition
Autorelease adds the receiver to the current autorelease pool.
func (DIAPFSPartition) Init ¶ added in v0.5.0
func (d DIAPFSPartition) Init() DIAPFSPartition
Init initializes the instance.
type DIAPFSPartitionClass ¶ added in v0.5.0
type DIAPFSPartitionClass struct {
// contains filtered or unexported fields
}
func GetDIAPFSPartitionClass ¶ added in v0.5.0
func GetDIAPFSPartitionClass() DIAPFSPartitionClass
GetDIAPFSPartitionClass returns the class object for DIAPFSPartition.
func (DIAPFSPartitionClass) Alloc ¶ added in v0.5.0
func (dc DIAPFSPartitionClass) Alloc() DIAPFSPartition
Alloc allocates memory for a new instance of the class.
func (DIAPFSPartitionClass) Class ¶ added in v0.5.0
func (dc DIAPFSPartitionClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIAttachParams ¶
type DIAttachParams struct {
DIBaseParams
}
Methods ¶
- DIAttachParams.AutoMount
- DIAttachParams.SetAutoMount
- DIAttachParams.FileMode
- DIAttachParams.SetFileMode
- DIAttachParams.EmulateExternalDisk
- DIAttachParams.SetEmulateExternalDisk
- DIAttachParams.OnDiskCache
- DIAttachParams.SetOnDiskCache
- DIAttachParams.UniqueDevice
- DIAttachParams.SetUniqueDevice
- DIAttachParams.HandleRefCount
- DIAttachParams.SetHandleRefCount
- DIAttachParams.SingleInstanceDaemon
- DIAttachParams.SetSingleInstanceDaemon
- DIAttachParams.SuppressSsdFlags
- DIAttachParams.SetSuppressSsdFlags
- DIAttachParams.ShouldValidateShadows
- DIAttachParams.SetShouldValidateShadows
- DIAttachParams.CommandSize
- DIAttachParams.SetCommandSize
- DIAttachParams.RegEntryID
- DIAttachParams.SetRegEntryID
- DIAttachParams.CustomCacheURL
- DIAttachParams.SetCustomCacheURL
- DIAttachParams.InputMountedFrom
- DIAttachParams.SetInputMountedFrom
- DIAttachParams.SetPassphraseError
- DIAttachParams.NewAttachWithError
- DIAttachParams.SetupDefaults
- DIAttachParams.InputStatFS
- DIAttachParams.SetInputStatFS
- DIAttachParams.IsDeviceHighThroughputWithRegistryEntryID
- DIAttachParams.IsDeviceSolidStateWithRegistryEntryID
- DIAttachParams.IsDeviceWithPropertyRegistryEntryIDPredicate
- DIAttachParams.ReOpenIfWritableWithError
- DIAttachParams.ToDI1ParamsWithError
- DIAttachParams.UpdateStatFSWithError
- DIAttachParams.InitWithURLShadowURLsError
- DIAttachParams.InitWithExistingParamsError
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams
func DIAttachParamsFromID ¶
func DIAttachParamsFromID(id objc.ID) DIAttachParams
DIAttachParamsFromID constructs a DIAttachParams from an objc.ID.
func NewDIAttachParams ¶
func NewDIAttachParams() DIAttachParams
NewDIAttachParams creates a new DIAttachParams instance.
func NewDIAttachParamsWithCoder ¶ added in v0.5.0
func NewDIAttachParamsWithCoder(coder objectivec.IObject) DIAttachParams
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/initWithCoder:
func NewDIAttachParamsWithExistingParamsError ¶
func NewDIAttachParamsWithExistingParamsError(params IDIAttachParams) (DIAttachParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/initWithExistingParams:error:
func NewDIAttachParamsWithURLError ¶
func NewDIAttachParamsWithURLError(url foundation.INSURL) (DIAttachParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/initWithURL:error:
func NewDIAttachParamsWithURLShadowURLsError ¶
func NewDIAttachParamsWithURLShadowURLsError(url foundation.INSURL, shadowURLs foundation.INSArray) (DIAttachParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/initWithURL:shadowURLs:error:
func (DIAttachParams) AutoMount ¶
func (d DIAttachParams) AutoMount() bool
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/autoMount
func (DIAttachParams) Autorelease ¶
func (d DIAttachParams) Autorelease() DIAttachParams
Autorelease adds the receiver to the current autorelease pool.
func (DIAttachParams) CommandSize ¶
func (d DIAttachParams) CommandSize() uint64
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/commandSize
func (DIAttachParams) CustomCacheURL ¶
func (d DIAttachParams) CustomCacheURL() foundation.INSURL
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/customCacheURL
func (DIAttachParams) EmulateExternalDisk ¶
func (d DIAttachParams) EmulateExternalDisk() bool
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/emulateExternalDisk
func (DIAttachParams) FileMode ¶
func (d DIAttachParams) FileMode() int64
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/fileMode
func (DIAttachParams) HandleRefCount ¶
func (d DIAttachParams) HandleRefCount() bool
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/handleRefCount
func (DIAttachParams) Init ¶
func (d DIAttachParams) Init() DIAttachParams
Init initializes the instance.
func (DIAttachParams) InitWithExistingParamsError ¶
func (d DIAttachParams) InitWithExistingParamsError(params IDIAttachParams) (DIAttachParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/initWithExistingParams:error:
func (DIAttachParams) InitWithURLShadowURLsError ¶
func (d DIAttachParams) InitWithURLShadowURLsError(url foundation.INSURL, shadowURLs foundation.INSArray) (DIAttachParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/initWithURL:shadowURLs:error:
func (DIAttachParams) InputMountedFrom ¶
func (d DIAttachParams) InputMountedFrom() string
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/inputMountedFrom
func (DIAttachParams) InputStatFS ¶ added in v0.5.0
func (d DIAttachParams) InputStatFS() IDIStatFS
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/inputStatFS
func (DIAttachParams) IsDeviceHighThroughputWithRegistryEntryID ¶ added in v0.5.0
func (d DIAttachParams) IsDeviceHighThroughputWithRegistryEntryID(id uint64) bool
func (DIAttachParams) IsDeviceSolidStateWithRegistryEntryID ¶ added in v0.5.0
func (d DIAttachParams) IsDeviceSolidStateWithRegistryEntryID(id uint64) bool
func (DIAttachParams) IsDeviceWithPropertyRegistryEntryIDPredicate ¶ added in v0.5.0
func (d DIAttachParams) IsDeviceWithPropertyRegistryEntryIDPredicate(property string, id uint64, predicate objectivec.IObject) bool
func (DIAttachParams) NewAttachWithError ¶
func (d DIAttachParams) NewAttachWithError() (IDIDeviceHandle, error)
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/newAttachWithError:
func (DIAttachParams) OnDiskCache ¶
func (d DIAttachParams) OnDiskCache() bool
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/onDiskCache
func (DIAttachParams) ReOpenIfWritableWithError ¶ added in v0.5.0
func (d DIAttachParams) ReOpenIfWritableWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/reOpenIfWritableWithError:
func (DIAttachParams) RegEntryID ¶
func (d DIAttachParams) RegEntryID() uint64
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/regEntryID
func (DIAttachParams) SetAutoMount ¶
func (d DIAttachParams) SetAutoMount(value bool)
func (DIAttachParams) SetCommandSize ¶
func (d DIAttachParams) SetCommandSize(value uint64)
func (DIAttachParams) SetCustomCacheURL ¶
func (d DIAttachParams) SetCustomCacheURL(value foundation.INSURL)
func (DIAttachParams) SetEmulateExternalDisk ¶
func (d DIAttachParams) SetEmulateExternalDisk(value bool)
func (DIAttachParams) SetFileMode ¶
func (d DIAttachParams) SetFileMode(value int64)
func (DIAttachParams) SetHandleRefCount ¶
func (d DIAttachParams) SetHandleRefCount(value bool)
func (DIAttachParams) SetInputMountedFrom ¶
func (d DIAttachParams) SetInputMountedFrom(value string)
func (DIAttachParams) SetInputStatFS ¶ added in v0.5.0
func (d DIAttachParams) SetInputStatFS(value IDIStatFS)
func (DIAttachParams) SetOnDiskCache ¶
func (d DIAttachParams) SetOnDiskCache(value bool)
func (DIAttachParams) SetPassphraseError ¶
func (d DIAttachParams) SetPassphraseError(passphrase string) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/setPassphrase:error:
func (DIAttachParams) SetRegEntryID ¶
func (d DIAttachParams) SetRegEntryID(value uint64)
func (DIAttachParams) SetShouldValidateShadows ¶
func (d DIAttachParams) SetShouldValidateShadows(value bool)
func (DIAttachParams) SetSingleInstanceDaemon ¶
func (d DIAttachParams) SetSingleInstanceDaemon(value bool)
func (DIAttachParams) SetSuppressSsdFlags ¶
func (d DIAttachParams) SetSuppressSsdFlags(value bool)
func (DIAttachParams) SetUniqueDevice ¶
func (d DIAttachParams) SetUniqueDevice(value bool)
func (DIAttachParams) SetupDefaults ¶
func (d DIAttachParams) SetupDefaults()
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/setupDefaults
func (DIAttachParams) ShouldValidateShadows ¶
func (d DIAttachParams) ShouldValidateShadows() bool
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/shouldValidateShadows
func (DIAttachParams) SingleInstanceDaemon ¶
func (d DIAttachParams) SingleInstanceDaemon() bool
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/singleInstanceDaemon
func (DIAttachParams) SuppressSsdFlags ¶
func (d DIAttachParams) SuppressSsdFlags() bool
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/suppressSsdFlags
func (DIAttachParams) ToDI1ParamsWithError ¶ added in v0.5.0
func (d DIAttachParams) ToDI1ParamsWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/toDI1ParamsWithError:
func (DIAttachParams) UniqueDevice ¶
func (d DIAttachParams) UniqueDevice() bool
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/uniqueDevice
func (DIAttachParams) UpdateStatFSWithError ¶ added in v0.5.0
func (d DIAttachParams) UpdateStatFSWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams/updateStatFSWithError:
type DIAttachParamsClass ¶
type DIAttachParamsClass struct {
// contains filtered or unexported fields
}
func GetDIAttachParamsClass ¶
func GetDIAttachParamsClass() DIAttachParamsClass
GetDIAttachParamsClass returns the class object for DIAttachParams.
func (DIAttachParamsClass) Alloc ¶
func (dc DIAttachParamsClass) Alloc() DIAttachParams
Alloc allocates memory for a new instance of the class.
func (DIAttachParamsClass) Class ¶ added in v0.5.0
func (dc DIAttachParamsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DIAttachParamsClass) CopyWithURLOutURLStrMaxLenError ¶ added in v0.5.0
func (_DIAttachParamsClass DIAttachParamsClass) CopyWithURLOutURLStrMaxLenError(url foundation.INSURL, uRLStr string, len_ uint64) (bool, error)
type DIAttachedDeviceInfo ¶ added in v0.5.0
type DIAttachedDeviceInfo struct {
objectivec.Object
}
Methods ¶
- DIAttachedDeviceInfo.BSDName
- DIAttachedDeviceInfo.BlockSize
- DIAttachedDeviceInfo.CacheURL
- DIAttachedDeviceInfo.CopyEntitiesList
- DIAttachedDeviceInfo.FillDI1InfoWithDeviceError
- DIAttachedDeviceInfo.FillDI2InfoWithDeviceError
- DIAttachedDeviceInfo.FrameworkNum
- DIAttachedDeviceInfo.ImageURL
- DIAttachedDeviceInfo.InstanceId
- DIAttachedDeviceInfo.IoMedia
- DIAttachedDeviceInfo.SetIoMedia
- DIAttachedDeviceInfo.MediaSize
- DIAttachedDeviceInfo.Pid
- DIAttachedDeviceInfo.SetDI2PIDWithDeviceError
- DIAttachedDeviceInfo.ShadowURL
- DIAttachedDeviceInfo.ToDictionary
- DIAttachedDeviceInfo.InitWithBSDNameError
- DIAttachedDeviceInfo.InitWithDeviceError
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo
func DIAttachedDeviceInfoFromID ¶ added in v0.5.0
func DIAttachedDeviceInfoFromID(id objc.ID) DIAttachedDeviceInfo
DIAttachedDeviceInfoFromID constructs a DIAttachedDeviceInfo from an objc.ID.
func NewDIAttachedDeviceInfo ¶ added in v0.5.0
func NewDIAttachedDeviceInfo() DIAttachedDeviceInfo
NewDIAttachedDeviceInfo creates a new DIAttachedDeviceInfo instance.
func NewDIAttachedDeviceInfoWithBSDNameError ¶ added in v0.5.0
func NewDIAttachedDeviceInfoWithBSDNameError(bSDName objectivec.IObject) (DIAttachedDeviceInfo, error)
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/initWithBSDName:error:
func NewDIAttachedDeviceInfoWithDeviceError ¶ added in v0.5.0
func NewDIAttachedDeviceInfoWithDeviceError(device objectivec.IObject) (DIAttachedDeviceInfo, error)
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/initWithDevice:error:
func (DIAttachedDeviceInfo) Autorelease ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) Autorelease() DIAttachedDeviceInfo
Autorelease adds the receiver to the current autorelease pool.
func (DIAttachedDeviceInfo) BSDName ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) BSDName() string
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/BSDName
func (DIAttachedDeviceInfo) BlockSize ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) BlockSize() foundation.NSNumber
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/blockSize
func (DIAttachedDeviceInfo) CacheURL ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) CacheURL() foundation.INSURL
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/cacheURL
func (DIAttachedDeviceInfo) CopyEntitiesList ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) CopyEntitiesList() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/copyEntitiesList
func (DIAttachedDeviceInfo) FillDI1InfoWithDeviceError ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) FillDI1InfoWithDeviceError(device objectivec.IObject) (bool, error)
func (DIAttachedDeviceInfo) FillDI2InfoWithDeviceError ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) FillDI2InfoWithDeviceError(device objectivec.IObject) (bool, error)
func (DIAttachedDeviceInfo) FrameworkNum ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) FrameworkNum() int64
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/frameworkNum
func (DIAttachedDeviceInfo) ImageURL ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) ImageURL() foundation.INSURL
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/imageURL
func (DIAttachedDeviceInfo) Init ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) Init() DIAttachedDeviceInfo
Init initializes the instance.
func (DIAttachedDeviceInfo) InitWithBSDNameError ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) InitWithBSDNameError(bSDName objectivec.IObject) (DIAttachedDeviceInfo, error)
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/initWithBSDName:error:
func (DIAttachedDeviceInfo) InitWithDeviceError ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) InitWithDeviceError(device objectivec.IObject) (DIAttachedDeviceInfo, error)
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/initWithDevice:error:
func (DIAttachedDeviceInfo) InstanceId ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) InstanceId() string
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/instanceId
func (DIAttachedDeviceInfo) IoMedia ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) IoMedia() IDIIOMedia
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/ioMedia
func (DIAttachedDeviceInfo) MediaSize ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) MediaSize() foundation.NSNumber
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/mediaSize
func (DIAttachedDeviceInfo) Pid ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) Pid() foundation.NSNumber
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/pid
func (DIAttachedDeviceInfo) SetDI2PIDWithDeviceError ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) SetDI2PIDWithDeviceError(device objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/setDI2PIDWithDevice:error:
func (DIAttachedDeviceInfo) SetIoMedia ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) SetIoMedia(value IDIIOMedia)
func (DIAttachedDeviceInfo) ShadowURL ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) ShadowURL() foundation.INSURL
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/shadowURL
func (DIAttachedDeviceInfo) ToDictionary ¶ added in v0.5.0
func (d DIAttachedDeviceInfo) ToDictionary() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/toDictionary
type DIAttachedDeviceInfoClass ¶ added in v0.5.0
type DIAttachedDeviceInfoClass struct {
// contains filtered or unexported fields
}
func GetDIAttachedDeviceInfoClass ¶ added in v0.5.0
func GetDIAttachedDeviceInfoClass() DIAttachedDeviceInfoClass
GetDIAttachedDeviceInfoClass returns the class object for DIAttachedDeviceInfo.
func (DIAttachedDeviceInfoClass) Alloc ¶ added in v0.5.0
func (dc DIAttachedDeviceInfoClass) Alloc() DIAttachedDeviceInfo
Alloc allocates memory for a new instance of the class.
func (DIAttachedDeviceInfoClass) Class ¶ added in v0.5.0
func (dc DIAttachedDeviceInfoClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DIAttachedDeviceInfoClass) CopyAllMountPoints ¶ added in v0.5.0
func (_DIAttachedDeviceInfoClass DIAttachedDeviceInfoClass) CopyAllMountPoints() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/copyAllMountPoints
func (DIAttachedDeviceInfoClass) DI1URLWithDataError ¶ added in v0.5.0
func (_DIAttachedDeviceInfoClass DIAttachedDeviceInfoClass) DI1URLWithDataError(data objectivec.IObject) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/DI1URLWithData:error:
func (DIAttachedDeviceInfoClass) NewDI1DevicesArrayWithError ¶ added in v0.5.0
func (_DIAttachedDeviceInfoClass DIAttachedDeviceInfoClass) NewDI1DevicesArrayWithError() (objectivec.IObject, error)
func (DIAttachedDeviceInfoClass) NewDI2DevicesArrayWithError ¶ added in v0.5.0
func (_DIAttachedDeviceInfoClass DIAttachedDeviceInfoClass) NewDI2DevicesArrayWithError() (objectivec.IObject, error)
func (DIAttachedDeviceInfoClass) NewDevicesArrayWithError ¶ added in v0.5.0
func (_DIAttachedDeviceInfoClass DIAttachedDeviceInfoClass) NewDevicesArrayWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo/newDevicesArrayWithError:
func (DIAttachedDeviceInfoClass) NewEntityDictWithIOMediaMountPoints ¶ added in v0.5.0
func (_DIAttachedDeviceInfoClass DIAttachedDeviceInfoClass) NewEntityDictWithIOMediaMountPoints(iOMedia objectivec.IObject, points objectivec.IObject) objectivec.IObject
type DIBaseAgentDelegate ¶ added in v0.5.0
type DIBaseAgentDelegate struct {
DIBaseServiceDelegate
}
See: https://developer.apple.com/documentation/DiskImages2/DIBaseAgentDelegate
func DIBaseAgentDelegateFromID ¶ added in v0.5.0
func DIBaseAgentDelegateFromID(id objc.ID) DIBaseAgentDelegate
DIBaseAgentDelegateFromID constructs a DIBaseAgentDelegate from an objc.ID.
func NewDIBaseAgentDelegate ¶ added in v0.5.0
func NewDIBaseAgentDelegate() DIBaseAgentDelegate
NewDIBaseAgentDelegate creates a new DIBaseAgentDelegate instance.
func (DIBaseAgentDelegate) Autorelease ¶ added in v0.5.0
func (d DIBaseAgentDelegate) Autorelease() DIBaseAgentDelegate
Autorelease adds the receiver to the current autorelease pool.
func (DIBaseAgentDelegate) Init ¶ added in v0.5.0
func (d DIBaseAgentDelegate) Init() DIBaseAgentDelegate
Init initializes the instance.
type DIBaseAgentDelegateClass ¶ added in v0.5.0
type DIBaseAgentDelegateClass struct {
// contains filtered or unexported fields
}
func GetDIBaseAgentDelegateClass ¶ added in v0.5.0
func GetDIBaseAgentDelegateClass() DIBaseAgentDelegateClass
GetDIBaseAgentDelegateClass returns the class object for DIBaseAgentDelegate.
func (DIBaseAgentDelegateClass) Alloc ¶ added in v0.5.0
func (dc DIBaseAgentDelegateClass) Alloc() DIBaseAgentDelegate
Alloc allocates memory for a new instance of the class.
func (DIBaseAgentDelegateClass) Class ¶ added in v0.5.0
func (dc DIBaseAgentDelegateClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIBaseAgentXPCHandler ¶ added in v0.5.0
type DIBaseAgentXPCHandler struct {
DIBaseXPCHandler
}
Methods ¶
See: https://developer.apple.com/documentation/DiskImages2/DIBaseAgentXPCHandler
func DIBaseAgentXPCHandlerFromID ¶ added in v0.5.0
func DIBaseAgentXPCHandlerFromID(id objc.ID) DIBaseAgentXPCHandler
DIBaseAgentXPCHandlerFromID constructs a DIBaseAgentXPCHandler from an objc.ID.
func NewDIBaseAgentXPCHandler ¶ added in v0.5.0
func NewDIBaseAgentXPCHandler() DIBaseAgentXPCHandler
NewDIBaseAgentXPCHandler creates a new DIBaseAgentXPCHandler instance.
func (DIBaseAgentXPCHandler) Autorelease ¶ added in v0.5.0
func (d DIBaseAgentXPCHandler) Autorelease() DIBaseAgentXPCHandler
Autorelease adds the receiver to the current autorelease pool.
func (DIBaseAgentXPCHandler) Init ¶ added in v0.5.0
func (d DIBaseAgentXPCHandler) Init() DIBaseAgentXPCHandler
Init initializes the instance.
func (DIBaseAgentXPCHandler) SetConnectionMode ¶ added in v0.5.0
func (d DIBaseAgentXPCHandler) SetConnectionMode()
See: https://developer.apple.com/documentation/DiskImages2/DIBaseAgentXPCHandler/setConnectionMode
type DIBaseAgentXPCHandlerClass ¶ added in v0.5.0
type DIBaseAgentXPCHandlerClass struct {
// contains filtered or unexported fields
}
func GetDIBaseAgentXPCHandlerClass ¶ added in v0.5.0
func GetDIBaseAgentXPCHandlerClass() DIBaseAgentXPCHandlerClass
GetDIBaseAgentXPCHandlerClass returns the class object for DIBaseAgentXPCHandler.
func (DIBaseAgentXPCHandlerClass) Alloc ¶ added in v0.5.0
func (dc DIBaseAgentXPCHandlerClass) Alloc() DIBaseAgentXPCHandler
Alloc allocates memory for a new instance of the class.
func (DIBaseAgentXPCHandlerClass) Class ¶ added in v0.5.0
func (dc DIBaseAgentXPCHandlerClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIBaseParams ¶
type DIBaseParams struct {
objectivec.Object
}
Methods ¶
- DIBaseParams.RAMdisk
- DIBaseParams.Backend
- DIBaseParams.BlockSize
- DIBaseParams.SetBlockSize
- DIBaseParams.CryptoHeader
- DIBaseParams.DeserializationError
- DIBaseParams.SetDeserializationError
- DIBaseParams.DiskImageParamsXPC
- DIBaseParams.SetDiskImageParamsXPC
- DIBaseParams.EncodeWithCoder
- DIBaseParams.EncryptionUUID
- DIBaseParams.HasUnlockedBackend
- DIBaseParams.InputURL
- DIBaseParams.SetInputURL
- DIBaseParams.InstanceID
- DIBaseParams.Invalidate
- DIBaseParams.IsPstack
- DIBaseParams.MutableSymmetricKey
- DIBaseParams.OpenExistingImageWithError
- DIBaseParams.OpenExistingImageWithFlagsError
- DIBaseParams.OverrideBlockSize
- DIBaseParams.PrepareImageWithXpcHandlerFileModeError
- DIBaseParams.ReadPassphraseFlags
- DIBaseParams.SetReadPassphraseFlags
- DIBaseParams.ReplaceDiskImageWithUnlockedBackendXPCError
- DIBaseParams.RequiresRootDaemon
- DIBaseParams.ShadowChain
- DIBaseParams.SupportsPstack
- DIBaseParams.SymmetricKey
- DIBaseParams.SetSymmetricKey
- DIBaseParams.TryResolvePstackChain
- DIBaseParams.UnlockWithPassphraseError
- DIBaseParams.ValidateDeserializationWithError
- DIBaseParams.InitWithCoder
- DIBaseParams.InitWithURLError
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams
func DIBaseParamsFromID ¶
func DIBaseParamsFromID(id objc.ID) DIBaseParams
DIBaseParamsFromID constructs a DIBaseParams from an objc.ID.
func NewDIBaseParams ¶
func NewDIBaseParams() DIBaseParams
NewDIBaseParams creates a new DIBaseParams instance.
func NewDIBaseParamsWithCoder ¶ added in v0.5.0
func NewDIBaseParamsWithCoder(coder objectivec.IObject) DIBaseParams
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/initWithCoder:
func NewDIBaseParamsWithURLError ¶ added in v0.5.0
func NewDIBaseParamsWithURLError(url foundation.INSURL) (DIBaseParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/initWithURL:error:
func (DIBaseParams) Autorelease ¶
func (d DIBaseParams) Autorelease() DIBaseParams
Autorelease adds the receiver to the current autorelease pool.
func (DIBaseParams) Backend ¶ added in v0.5.0
func (d DIBaseParams) Backend() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/backend
func (DIBaseParams) BlockSize ¶ added in v0.5.0
func (d DIBaseParams) BlockSize() uint32
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/blockSize
func (DIBaseParams) CryptoHeader ¶ added in v0.5.0
func (d DIBaseParams) CryptoHeader() unsafe.Pointer
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/cryptoHeader
func (DIBaseParams) DeserializationError ¶ added in v0.5.0
func (d DIBaseParams) DeserializationError() foundation.INSError
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/deserializationError
func (DIBaseParams) DiskImageParamsXPC ¶ added in v0.5.0
func (d DIBaseParams) DiskImageParamsXPC() IDiskImageParamsXPC
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/diskImageParamsXPC
func (DIBaseParams) EncodeWithCoder ¶ added in v0.5.0
func (d DIBaseParams) EncodeWithCoder(coder foundation.INSCoder)
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/encodeWithCoder:
func (DIBaseParams) EncryptionUUID ¶ added in v0.5.0
func (d DIBaseParams) EncryptionUUID() foundation.NSUUID
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/encryptionUUID
func (DIBaseParams) HasUnlockedBackend ¶ added in v0.5.0
func (d DIBaseParams) HasUnlockedBackend() bool
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/hasUnlockedBackend
func (DIBaseParams) InitWithCoder ¶ added in v0.5.0
func (d DIBaseParams) InitWithCoder(coder foundation.INSCoder) DIBaseParams
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/initWithCoder:
func (DIBaseParams) InitWithURLError ¶ added in v0.5.0
func (d DIBaseParams) InitWithURLError(url foundation.INSURL) (DIBaseParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/initWithURL:error:
func (DIBaseParams) InputURL ¶ added in v0.5.0
func (d DIBaseParams) InputURL() IDIURL
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/inputURL
func (DIBaseParams) InstanceID ¶ added in v0.5.0
func (d DIBaseParams) InstanceID() foundation.NSUUID
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/instanceID
func (DIBaseParams) Invalidate ¶ added in v0.5.0
func (d DIBaseParams) Invalidate()
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/invalidate
func (DIBaseParams) IsPstack ¶ added in v0.5.0
func (d DIBaseParams) IsPstack() bool
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/isPstack
func (DIBaseParams) MutableSymmetricKey ¶ added in v0.5.0
func (d DIBaseParams) MutableSymmetricKey() foundation.NSMutableData
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/mutableSymmetricKey
func (DIBaseParams) OpenExistingImageWithError ¶ added in v0.5.0
func (d DIBaseParams) OpenExistingImageWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/openExistingImageWithError:
func (DIBaseParams) OpenExistingImageWithFlagsError ¶ added in v0.5.0
func (d DIBaseParams) OpenExistingImageWithFlagsError(flags int) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/openExistingImageWithFlags:error:
func (DIBaseParams) OverrideBlockSize ¶ added in v0.5.0
func (d DIBaseParams) OverrideBlockSize() foundation.NSNumber
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/overrideBlockSize
func (DIBaseParams) PrepareImageWithXpcHandlerFileModeError ¶ added in v0.5.0
func (d DIBaseParams) PrepareImageWithXpcHandlerFileModeError(handler objectivec.IObject, mode int64) (bool, error)
func (DIBaseParams) RAMdisk ¶ added in v0.5.0
func (d DIBaseParams) RAMdisk() bool
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/RAMdisk
func (DIBaseParams) ReadPassphraseFlags ¶ added in v0.5.0
func (d DIBaseParams) ReadPassphraseFlags() uint64
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/readPassphraseFlags
func (DIBaseParams) ReplaceDiskImageWithUnlockedBackendXPCError ¶ added in v0.5.0
func (d DIBaseParams) ReplaceDiskImageWithUnlockedBackendXPCError(xpc objectivec.IObject) (bool, error)
func (DIBaseParams) RequiresRootDaemon ¶ added in v0.5.0
func (d DIBaseParams) RequiresRootDaemon() bool
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/requiresRootDaemon
func (DIBaseParams) SetBlockSize ¶ added in v0.5.0
func (d DIBaseParams) SetBlockSize(value uint32)
func (DIBaseParams) SetDeserializationError ¶ added in v0.5.0
func (d DIBaseParams) SetDeserializationError(value foundation.INSError)
func (DIBaseParams) SetDiskImageParamsXPC ¶ added in v0.5.0
func (d DIBaseParams) SetDiskImageParamsXPC(value IDiskImageParamsXPC)
func (DIBaseParams) SetInputURL ¶ added in v0.5.0
func (d DIBaseParams) SetInputURL(value IDIURL)
func (DIBaseParams) SetReadPassphraseFlags ¶ added in v0.5.0
func (d DIBaseParams) SetReadPassphraseFlags(value uint64)
func (DIBaseParams) SetSymmetricKey ¶ added in v0.5.0
func (d DIBaseParams) SetSymmetricKey(value foundation.INSData)
func (DIBaseParams) ShadowChain ¶ added in v0.5.0
func (d DIBaseParams) ShadowChain() IDIShadowChain
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/shadowChain
func (DIBaseParams) SupportsPstack ¶ added in v0.5.0
func (d DIBaseParams) SupportsPstack() bool
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/supportsPstack
func (DIBaseParams) SymmetricKey ¶ added in v0.5.0
func (d DIBaseParams) SymmetricKey() foundation.INSData
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/symmetricKey
func (DIBaseParams) TryResolvePstackChain ¶ added in v0.5.0
func (d DIBaseParams) TryResolvePstackChain(chain []objectivec.IObject) bool
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/tryResolvePstackChain:
func (DIBaseParams) UnlockWithPassphraseError ¶ added in v0.5.0
func (d DIBaseParams) UnlockWithPassphraseError(passphrase string) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/unlockWithPassphrase:error:
func (DIBaseParams) ValidateDeserializationWithError ¶ added in v0.5.0
func (d DIBaseParams) ValidateDeserializationWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/validateDeserializationWithError:
type DIBaseParamsClass ¶
type DIBaseParamsClass struct {
// contains filtered or unexported fields
}
func GetDIBaseParamsClass ¶
func GetDIBaseParamsClass() DIBaseParamsClass
GetDIBaseParamsClass returns the class object for DIBaseParams.
func (DIBaseParamsClass) Alloc ¶
func (dc DIBaseParamsClass) Alloc() DIBaseParams
Alloc allocates memory for a new instance of the class.
func (DIBaseParamsClass) Class ¶ added in v0.5.0
func (dc DIBaseParamsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DIBaseParamsClass) SupportsSecureCoding ¶ added in v0.5.0
func (_DIBaseParamsClass DIBaseParamsClass) SupportsSecureCoding() bool
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/supportsSecureCoding
type DIBaseServiceDelegate ¶ added in v0.5.0
type DIBaseServiceDelegate struct {
objectivec.Object
}
Methods ¶
- DIBaseServiceDelegate.CreateListener
- DIBaseServiceDelegate.DispatchQueue
- DIBaseServiceDelegate.EnterSandbox
- DIBaseServiceDelegate.Listener
- DIBaseServiceDelegate.SetListener
- DIBaseServiceDelegate.ListenerShouldAcceptNewConnection
- DIBaseServiceDelegate.SandboxProfile
- DIBaseServiceDelegate.ServiceName
- DIBaseServiceDelegate.SetupNewConnection
- DIBaseServiceDelegate.StartXPClistener
- DIBaseServiceDelegate.ValidateConnection
- DIBaseServiceDelegate.DebugDescription
- DIBaseServiceDelegate.Description
- DIBaseServiceDelegate.Hash
- DIBaseServiceDelegate.Superclass
See: https://developer.apple.com/documentation/DiskImages2/DIBaseServiceDelegate
func DIBaseServiceDelegateFromID ¶ added in v0.5.0
func DIBaseServiceDelegateFromID(id objc.ID) DIBaseServiceDelegate
DIBaseServiceDelegateFromID constructs a DIBaseServiceDelegate from an objc.ID.
func NewDIBaseServiceDelegate ¶ added in v0.5.0
func NewDIBaseServiceDelegate() DIBaseServiceDelegate
NewDIBaseServiceDelegate creates a new DIBaseServiceDelegate instance.
func (DIBaseServiceDelegate) Autorelease ¶ added in v0.5.0
func (d DIBaseServiceDelegate) Autorelease() DIBaseServiceDelegate
Autorelease adds the receiver to the current autorelease pool.
func (DIBaseServiceDelegate) CreateListener ¶ added in v0.5.0
func (d DIBaseServiceDelegate) CreateListener()
See: https://developer.apple.com/documentation/DiskImages2/DIBaseServiceDelegate/createListener
func (DIBaseServiceDelegate) DebugDescription ¶ added in v0.5.0
func (d DIBaseServiceDelegate) DebugDescription() string
See: https://developer.apple.com/documentation/DiskImages2/DIBaseServiceDelegate/debugDescription
func (DIBaseServiceDelegate) Description ¶ added in v0.5.0
func (d DIBaseServiceDelegate) Description() string
See: https://developer.apple.com/documentation/DiskImages2/DIBaseServiceDelegate/description
func (DIBaseServiceDelegate) DispatchQueue ¶ added in v0.5.0
func (d DIBaseServiceDelegate) DispatchQueue() objectivec.Object
See: https://developer.apple.com/documentation/DiskImages2/DIBaseServiceDelegate/dispatchQueue
func (DIBaseServiceDelegate) EnterSandbox ¶ added in v0.5.0
func (d DIBaseServiceDelegate) EnterSandbox()
See: https://developer.apple.com/documentation/DiskImages2/DIBaseServiceDelegate/enterSandbox
func (DIBaseServiceDelegate) Hash ¶ added in v0.5.0
func (d DIBaseServiceDelegate) Hash() uint64
See: https://developer.apple.com/documentation/DiskImages2/DIBaseServiceDelegate/hash
func (DIBaseServiceDelegate) Init ¶ added in v0.5.0
func (d DIBaseServiceDelegate) Init() DIBaseServiceDelegate
Init initializes the instance.
func (DIBaseServiceDelegate) Listener ¶ added in v0.5.0
func (d DIBaseServiceDelegate) Listener() foundation.NSXPCListener
See: https://developer.apple.com/documentation/DiskImages2/DIBaseServiceDelegate/listener
func (DIBaseServiceDelegate) ListenerShouldAcceptNewConnection ¶ added in v0.5.0
func (d DIBaseServiceDelegate) ListenerShouldAcceptNewConnection(listener objectivec.IObject, connection objectivec.IObject) bool
func (DIBaseServiceDelegate) SandboxProfile ¶ added in v0.5.0
func (d DIBaseServiceDelegate) SandboxProfile() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIBaseServiceDelegate/sandboxProfile
func (DIBaseServiceDelegate) ServiceName ¶ added in v0.5.0
func (d DIBaseServiceDelegate) ServiceName() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIBaseServiceDelegate/serviceName
func (DIBaseServiceDelegate) SetListener ¶ added in v0.5.0
func (d DIBaseServiceDelegate) SetListener(value foundation.NSXPCListener)
func (DIBaseServiceDelegate) SetupNewConnection ¶ added in v0.5.0
func (d DIBaseServiceDelegate) SetupNewConnection(connection objectivec.IObject) bool
See: https://developer.apple.com/documentation/DiskImages2/DIBaseServiceDelegate/setupNewConnection:
func (DIBaseServiceDelegate) StartXPClistener ¶ added in v0.5.0
func (d DIBaseServiceDelegate) StartXPClistener()
See: https://developer.apple.com/documentation/DiskImages2/DIBaseServiceDelegate/startXPClistener
func (DIBaseServiceDelegate) Superclass ¶ added in v0.5.0
func (d DIBaseServiceDelegate) Superclass() objc.Class
See: https://developer.apple.com/documentation/DiskImages2/DIBaseServiceDelegate/superclass
func (DIBaseServiceDelegate) ValidateConnection ¶ added in v0.5.0
func (d DIBaseServiceDelegate) ValidateConnection()
See: https://developer.apple.com/documentation/DiskImages2/DIBaseServiceDelegate/validateConnection
type DIBaseServiceDelegateClass ¶ added in v0.5.0
type DIBaseServiceDelegateClass struct {
// contains filtered or unexported fields
}
func GetDIBaseServiceDelegateClass ¶ added in v0.5.0
func GetDIBaseServiceDelegateClass() DIBaseServiceDelegateClass
GetDIBaseServiceDelegateClass returns the class object for DIBaseServiceDelegate.
func (DIBaseServiceDelegateClass) Alloc ¶ added in v0.5.0
func (dc DIBaseServiceDelegateClass) Alloc() DIBaseServiceDelegate
Alloc allocates memory for a new instance of the class.
func (DIBaseServiceDelegateClass) Class ¶ added in v0.5.0
func (dc DIBaseServiceDelegateClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIBaseXPCHandler ¶ added in v0.5.0
type DIBaseXPCHandler struct {
objectivec.Object
}
Methods ¶
- DIBaseXPCHandler.CloseConnection
- DIBaseXPCHandler.CompleteCommandWithError
- DIBaseXPCHandler.ConnectWithError
- DIBaseXPCHandler.Connection
- DIBaseXPCHandler.SetConnection
- DIBaseXPCHandler.CreateConnection
- DIBaseXPCHandler.DupStderrWithError
- DIBaseXPCHandler.IsPrivileged
- DIBaseXPCHandler.SetIsPrivileged
- DIBaseXPCHandler.RemoteObjectInterface
- DIBaseXPCHandler.RemoteProxy
- DIBaseXPCHandler.SetRemoteProxy
- DIBaseXPCHandler.Semaphore
- DIBaseXPCHandler.SetSemaphore
- DIBaseXPCHandler.ServiceName
- DIBaseXPCHandler.SignalCommandCompletedWithXpcError
- DIBaseXPCHandler.XpcError
- DIBaseXPCHandler.SetXpcError
See: https://developer.apple.com/documentation/DiskImages2/DIBaseXPCHandler
func DIBaseXPCHandlerFromID ¶ added in v0.5.0
func DIBaseXPCHandlerFromID(id objc.ID) DIBaseXPCHandler
DIBaseXPCHandlerFromID constructs a DIBaseXPCHandler from an objc.ID.
func NewDIBaseXPCHandler ¶ added in v0.5.0
func NewDIBaseXPCHandler() DIBaseXPCHandler
NewDIBaseXPCHandler creates a new DIBaseXPCHandler instance.
func (DIBaseXPCHandler) Autorelease ¶ added in v0.5.0
func (d DIBaseXPCHandler) Autorelease() DIBaseXPCHandler
Autorelease adds the receiver to the current autorelease pool.
func (DIBaseXPCHandler) CloseConnection ¶ added in v0.5.0
func (d DIBaseXPCHandler) CloseConnection()
See: https://developer.apple.com/documentation/DiskImages2/DIBaseXPCHandler/closeConnection
func (DIBaseXPCHandler) CompleteCommandWithError ¶ added in v0.5.0
func (d DIBaseXPCHandler) CompleteCommandWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIBaseXPCHandler/completeCommandWithError:
func (DIBaseXPCHandler) ConnectWithError ¶ added in v0.5.0
func (d DIBaseXPCHandler) ConnectWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIBaseXPCHandler/connectWithError:
func (DIBaseXPCHandler) Connection ¶ added in v0.5.0
func (d DIBaseXPCHandler) Connection() foundation.NSXPCConnection
See: https://developer.apple.com/documentation/DiskImages2/DIBaseXPCHandler/connection
func (DIBaseXPCHandler) CreateConnection ¶ added in v0.5.0
func (d DIBaseXPCHandler) CreateConnection()
See: https://developer.apple.com/documentation/DiskImages2/DIBaseXPCHandler/createConnection
func (DIBaseXPCHandler) DupStderrWithError ¶ added in v0.5.0
func (d DIBaseXPCHandler) DupStderrWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIBaseXPCHandler/dupStderrWithError:
func (DIBaseXPCHandler) Init ¶ added in v0.5.0
func (d DIBaseXPCHandler) Init() DIBaseXPCHandler
Init initializes the instance.
func (DIBaseXPCHandler) IsPrivileged ¶ added in v0.5.0
func (d DIBaseXPCHandler) IsPrivileged() bool
See: https://developer.apple.com/documentation/DiskImages2/DIBaseXPCHandler/isPrivileged
func (DIBaseXPCHandler) RemoteObjectInterface ¶ added in v0.5.0
func (d DIBaseXPCHandler) RemoteObjectInterface() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIBaseXPCHandler/remoteObjectInterface
func (DIBaseXPCHandler) RemoteProxy ¶ added in v0.5.0
func (d DIBaseXPCHandler) RemoteProxy() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIBaseXPCHandler/remoteProxy
func (DIBaseXPCHandler) Semaphore ¶ added in v0.5.0
func (d DIBaseXPCHandler) Semaphore() objectivec.Object
See: https://developer.apple.com/documentation/DiskImages2/DIBaseXPCHandler/semaphore
func (DIBaseXPCHandler) ServiceName ¶ added in v0.5.0
func (d DIBaseXPCHandler) ServiceName() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIBaseXPCHandler/serviceName
func (DIBaseXPCHandler) SetConnection ¶ added in v0.5.0
func (d DIBaseXPCHandler) SetConnection(value foundation.NSXPCConnection)
func (DIBaseXPCHandler) SetIsPrivileged ¶ added in v0.5.0
func (d DIBaseXPCHandler) SetIsPrivileged(value bool)
func (DIBaseXPCHandler) SetRemoteProxy ¶ added in v0.5.0
func (d DIBaseXPCHandler) SetRemoteProxy(value objectivec.IObject)
func (DIBaseXPCHandler) SetSemaphore ¶ added in v0.5.0
func (d DIBaseXPCHandler) SetSemaphore(value objectivec.Object)
func (DIBaseXPCHandler) SetXpcError ¶ added in v0.5.0
func (d DIBaseXPCHandler) SetXpcError(value foundation.INSError)
func (DIBaseXPCHandler) SignalCommandCompletedWithXpcError ¶ added in v0.5.0
func (d DIBaseXPCHandler) SignalCommandCompletedWithXpcError(error_ objectivec.IObject)
func (DIBaseXPCHandler) XpcError ¶ added in v0.5.0
func (d DIBaseXPCHandler) XpcError() foundation.INSError
See: https://developer.apple.com/documentation/DiskImages2/DIBaseXPCHandler/xpcError
type DIBaseXPCHandlerClass ¶ added in v0.5.0
type DIBaseXPCHandlerClass struct {
// contains filtered or unexported fields
}
func GetDIBaseXPCHandlerClass ¶ added in v0.5.0
func GetDIBaseXPCHandlerClass() DIBaseXPCHandlerClass
GetDIBaseXPCHandlerClass returns the class object for DIBaseXPCHandler.
func (DIBaseXPCHandlerClass) Alloc ¶ added in v0.5.0
func (dc DIBaseXPCHandlerClass) Alloc() DIBaseXPCHandler
Alloc allocates memory for a new instance of the class.
func (DIBaseXPCHandlerClass) Class ¶ added in v0.5.0
func (dc DIBaseXPCHandlerClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIBlockDevice ¶ added in v0.5.0
type DIBlockDevice struct {
DIIOObject
}
Methods ¶
- DIBlockDevice.CopyIOMediaWithError
- DIBlockDevice.CopyRootBlockDeviceWithError
- DIBlockDevice.DiskImageDevice
- DIBlockDevice.MediumType
See: https://developer.apple.com/documentation/DiskImages2/DIBlockDevice
func DIBlockDeviceFromID ¶ added in v0.5.0
func DIBlockDeviceFromID(id objc.ID) DIBlockDevice
DIBlockDeviceFromID constructs a DIBlockDevice from an objc.ID.
func NewDIBlockDevice ¶ added in v0.5.0
func NewDIBlockDevice() DIBlockDevice
NewDIBlockDevice creates a new DIBlockDevice instance.
func NewDIBlockDeviceWithClassNameError ¶ added in v0.5.0
func NewDIBlockDeviceWithClassNameError(name objectivec.IObject) (DIBlockDevice, error)
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithClassName:error:
func NewDIBlockDeviceWithDIIOObject ¶ added in v0.5.0
func NewDIBlockDeviceWithDIIOObject(dIIOObject objectivec.IObject) DIBlockDevice
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithDIIOObject:
func NewDIBlockDeviceWithIOObject ¶ added in v0.5.0
func NewDIBlockDeviceWithIOObject(iOObject uint32) DIBlockDevice
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithIOObject:
func NewDIBlockDeviceWithIOObjectRetain ¶ added in v0.5.0
func NewDIBlockDeviceWithIOObjectRetain(iOObject uint32, retain bool) DIBlockDevice
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithIOObject:retain:
func NewDIBlockDeviceWithIteratorNext ¶ added in v0.5.0
func NewDIBlockDeviceWithIteratorNext(next objectivec.IObject) DIBlockDevice
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithIteratorNext:
func NewDIBlockDeviceWithRegistryEntryIDError ¶ added in v0.5.0
func NewDIBlockDeviceWithRegistryEntryIDError(id uint64) (DIBlockDevice, error)
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithRegistryEntryID:error:
func (DIBlockDevice) Autorelease ¶ added in v0.5.0
func (d DIBlockDevice) Autorelease() DIBlockDevice
Autorelease adds the receiver to the current autorelease pool.
func (DIBlockDevice) CopyIOMediaWithError ¶ added in v0.5.0
func (d DIBlockDevice) CopyIOMediaWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIBlockDevice/copyIOMediaWithError:
func (DIBlockDevice) CopyRootBlockDeviceWithError ¶ added in v0.5.0
func (d DIBlockDevice) CopyRootBlockDeviceWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIBlockDevice/copyRootBlockDeviceWithError:
func (DIBlockDevice) DiskImageDevice ¶ added in v0.5.0
func (d DIBlockDevice) DiskImageDevice() bool
See: https://developer.apple.com/documentation/DiskImages2/DIBlockDevice/diskImageDevice
func (DIBlockDevice) Init ¶ added in v0.5.0
func (d DIBlockDevice) Init() DIBlockDevice
Init initializes the instance.
func (DIBlockDevice) MediumType ¶ added in v0.5.0
func (d DIBlockDevice) MediumType() string
See: https://developer.apple.com/documentation/DiskImages2/DIBlockDevice/mediumType
type DIBlockDeviceClass ¶ added in v0.5.0
type DIBlockDeviceClass struct {
// contains filtered or unexported fields
}
func GetDIBlockDeviceClass ¶ added in v0.5.0
func GetDIBlockDeviceClass() DIBlockDeviceClass
GetDIBlockDeviceClass returns the class object for DIBlockDevice.
func (DIBlockDeviceClass) Alloc ¶ added in v0.5.0
func (dc DIBlockDeviceClass) Alloc() DIBlockDevice
Alloc allocates memory for a new instance of the class.
func (DIBlockDeviceClass) Class ¶ added in v0.5.0
func (dc DIBlockDeviceClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DIBlockDeviceClass) CopyUnmatchedDiskImageWithRegEntryIDError ¶ added in v0.5.0
func (_DIBlockDeviceClass DIBlockDeviceClass) CopyUnmatchedDiskImageWithRegEntryIDError(id uint64) (objectivec.IObject, error)
type DIChpassParams ¶ added in v0.5.0
type DIChpassParams struct {
DIBaseParams
}
Methods ¶
- DIChpassParams.ChangePassWithXpcHandlerError
- DIChpassParams.ChpassWithError
- DIChpassParams.PrepareImageWithXpcHandlerFileModeEncChpassError
See: https://developer.apple.com/documentation/DiskImages2/DIChpassParams
func DIChpassParamsFromID ¶ added in v0.5.0
func DIChpassParamsFromID(id objc.ID) DIChpassParams
DIChpassParamsFromID constructs a DIChpassParams from an objc.ID.
func NewDIChpassParams ¶ added in v0.5.0
func NewDIChpassParams() DIChpassParams
NewDIChpassParams creates a new DIChpassParams instance.
func NewDIChpassParamsWithCoder ¶ added in v0.5.0
func NewDIChpassParamsWithCoder(coder objectivec.IObject) DIChpassParams
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/initWithCoder:
func NewDIChpassParamsWithURLError ¶ added in v0.5.0
func NewDIChpassParamsWithURLError(url foundation.INSURL) (DIChpassParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIChpassParams/initWithURL:error:
func (DIChpassParams) Autorelease ¶ added in v0.5.0
func (d DIChpassParams) Autorelease() DIChpassParams
Autorelease adds the receiver to the current autorelease pool.
func (DIChpassParams) ChangePassWithXpcHandlerError ¶ added in v0.5.0
func (d DIChpassParams) ChangePassWithXpcHandlerError(handler objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIChpassParams/changePassWithXpcHandler:error:
func (DIChpassParams) ChpassWithError ¶ added in v0.5.0
func (d DIChpassParams) ChpassWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIChpassParams/chpassWithError:
func (DIChpassParams) Init ¶ added in v0.5.0
func (d DIChpassParams) Init() DIChpassParams
Init initializes the instance.
func (DIChpassParams) PrepareImageWithXpcHandlerFileModeEncChpassError ¶ added in v0.5.0
func (d DIChpassParams) PrepareImageWithXpcHandlerFileModeEncChpassError(handler objectivec.IObject, mode int64, chpass objectivec.IObject) (bool, error)
type DIChpassParamsClass ¶ added in v0.5.0
type DIChpassParamsClass struct {
// contains filtered or unexported fields
}
func GetDIChpassParamsClass ¶ added in v0.5.0
func GetDIChpassParamsClass() DIChpassParamsClass
GetDIChpassParamsClass returns the class object for DIChpassParams.
func (DIChpassParamsClass) Alloc ¶ added in v0.5.0
func (dc DIChpassParamsClass) Alloc() DIChpassParams
Alloc allocates memory for a new instance of the class.
func (DIChpassParamsClass) Class ¶ added in v0.5.0
func (dc DIChpassParamsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIClient2Controller_XPCHandler ¶ added in v0.5.0
type DIClient2Controller_XPCHandler struct {
DIBaseXPCHandler
}
Methods ¶
- DIClient2Controller_XPCHandler.GUIAskForPassphraseWithEncryptionFrontendUsageError
- DIClient2Controller_XPCHandler.CreateAndStoreInSystemKeychainWithCreatorAccountError
- DIClient2Controller_XPCHandler.KeychainUnlockWithEncryptionUnlockerError
- DIClient2Controller_XPCHandler.NewAttachWithParamsError
See: https://developer.apple.com/documentation/DiskImages2/DIClient2Controller_XPCHandler
func DIClient2Controller_XPCHandlerFromID ¶ added in v0.5.0
func DIClient2Controller_XPCHandlerFromID(id objc.ID) DIClient2Controller_XPCHandler
DIClient2Controller_XPCHandlerFromID constructs a DIClient2Controller_XPCHandler from an objc.ID.
func NewDIClient2Controller_XPCHandler ¶ added in v0.5.0
func NewDIClient2Controller_XPCHandler() DIClient2Controller_XPCHandler
NewDIClient2Controller_XPCHandler creates a new DIClient2Controller_XPCHandler instance.
func (DIClient2Controller_XPCHandler) Autorelease ¶ added in v0.5.0
func (d DIClient2Controller_XPCHandler) Autorelease() DIClient2Controller_XPCHandler
Autorelease adds the receiver to the current autorelease pool.
func (DIClient2Controller_XPCHandler) CreateAndStoreInSystemKeychainWithCreatorAccountError ¶ added in v0.5.0
func (d DIClient2Controller_XPCHandler) CreateAndStoreInSystemKeychainWithCreatorAccountError(creator objectivec.IObject, account objectivec.IObject) (bool, error)
func (DIClient2Controller_XPCHandler) GUIAskForPassphraseWithEncryptionFrontendUsageError ¶ added in v0.5.0
func (d DIClient2Controller_XPCHandler) GUIAskForPassphraseWithEncryptionFrontendUsageError(frontend objectivec.IObject, usage int64) (bool, error)
func (DIClient2Controller_XPCHandler) Init ¶ added in v0.5.0
func (d DIClient2Controller_XPCHandler) Init() DIClient2Controller_XPCHandler
Init initializes the instance.
func (DIClient2Controller_XPCHandler) KeychainUnlockWithEncryptionUnlockerError ¶ added in v0.5.0
func (d DIClient2Controller_XPCHandler) KeychainUnlockWithEncryptionUnlockerError(unlocker objectivec.IObject) (bool, error)
func (DIClient2Controller_XPCHandler) NewAttachWithParamsError ¶ added in v0.5.0
func (d DIClient2Controller_XPCHandler) NewAttachWithParamsError(params objectivec.IObject) (objectivec.IObject, error)
type DIClient2Controller_XPCHandlerClass ¶ added in v0.5.0
type DIClient2Controller_XPCHandlerClass struct {
// contains filtered or unexported fields
}
func GetDIClient2Controller_XPCHandlerClass ¶ added in v0.5.0
func GetDIClient2Controller_XPCHandlerClass() DIClient2Controller_XPCHandlerClass
GetDIClient2Controller_XPCHandlerClass returns the class object for DIClient2Controller_XPCHandler.
func (DIClient2Controller_XPCHandlerClass) Alloc ¶ added in v0.5.0
func (dc DIClient2Controller_XPCHandlerClass) Alloc() DIClient2Controller_XPCHandler
Alloc allocates memory for a new instance of the class.
func (DIClient2Controller_XPCHandlerClass) Class ¶ added in v0.5.0
func (dc DIClient2Controller_XPCHandlerClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIClient2IODaemonXPCHandler ¶ added in v0.5.0
type DIClient2IODaemonXPCHandler struct {
DIBaseXPCHandler
}
Methods ¶
- DIClient2IODaemonXPCHandler.AddToRefCountWithError
- DIClient2IODaemonXPCHandler.XpcListenerEndpoint
- DIClient2IODaemonXPCHandler.SetXpcListenerEndpoint
- DIClient2IODaemonXPCHandler.InitWithEndpoint
See: https://developer.apple.com/documentation/DiskImages2/DIClient2IODaemonXPCHandler
func DIClient2IODaemonXPCHandlerFromID ¶ added in v0.5.0
func DIClient2IODaemonXPCHandlerFromID(id objc.ID) DIClient2IODaemonXPCHandler
DIClient2IODaemonXPCHandlerFromID constructs a DIClient2IODaemonXPCHandler from an objc.ID.
func NewDIClient2IODaemonXPCHandler ¶ added in v0.5.0
func NewDIClient2IODaemonXPCHandler() DIClient2IODaemonXPCHandler
NewDIClient2IODaemonXPCHandler creates a new DIClient2IODaemonXPCHandler instance.
func NewDIClient2IODaemonXPCHandlerWithEndpoint ¶ added in v0.5.0
func NewDIClient2IODaemonXPCHandlerWithEndpoint(endpoint objectivec.IObject) DIClient2IODaemonXPCHandler
See: https://developer.apple.com/documentation/DiskImages2/DIClient2IODaemonXPCHandler/initWithEndpoint:
func (DIClient2IODaemonXPCHandler) AddToRefCountWithError ¶ added in v0.5.0
func (d DIClient2IODaemonXPCHandler) AddToRefCountWithError() (bool, error)
func (DIClient2IODaemonXPCHandler) Autorelease ¶ added in v0.5.0
func (d DIClient2IODaemonXPCHandler) Autorelease() DIClient2IODaemonXPCHandler
Autorelease adds the receiver to the current autorelease pool.
func (DIClient2IODaemonXPCHandler) Init ¶ added in v0.5.0
func (d DIClient2IODaemonXPCHandler) Init() DIClient2IODaemonXPCHandler
Init initializes the instance.
func (DIClient2IODaemonXPCHandler) InitWithEndpoint ¶ added in v0.5.0
func (d DIClient2IODaemonXPCHandler) InitWithEndpoint(endpoint objectivec.IObject) DIClient2IODaemonXPCHandler
See: https://developer.apple.com/documentation/DiskImages2/DIClient2IODaemonXPCHandler/initWithEndpoint:
func (DIClient2IODaemonXPCHandler) SetXpcListenerEndpoint ¶ added in v0.5.0
func (d DIClient2IODaemonXPCHandler) SetXpcListenerEndpoint(value foundation.NSXPCListenerEndpoint)
func (DIClient2IODaemonXPCHandler) XpcListenerEndpoint ¶ added in v0.5.0
func (d DIClient2IODaemonXPCHandler) XpcListenerEndpoint() foundation.NSXPCListenerEndpoint
type DIClient2IODaemonXPCHandlerClass ¶ added in v0.5.0
type DIClient2IODaemonXPCHandlerClass struct {
// contains filtered or unexported fields
}
func GetDIClient2IODaemonXPCHandlerClass ¶ added in v0.5.0
func GetDIClient2IODaemonXPCHandlerClass() DIClient2IODaemonXPCHandlerClass
GetDIClient2IODaemonXPCHandlerClass returns the class object for DIClient2IODaemonXPCHandler.
func (DIClient2IODaemonXPCHandlerClass) Alloc ¶ added in v0.5.0
func (dc DIClient2IODaemonXPCHandlerClass) Alloc() DIClient2IODaemonXPCHandler
Alloc allocates memory for a new instance of the class.
func (DIClient2IODaemonXPCHandlerClass) Class ¶ added in v0.5.0
func (dc DIClient2IODaemonXPCHandlerClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DICommonAttach ¶
type DICommonAttach struct {
objectivec.Object
}
See: https://developer.apple.com/documentation/DiskImages2/DICommonAttach
func DICommonAttachFromID ¶
func DICommonAttachFromID(id objc.ID) DICommonAttach
DICommonAttachFromID constructs a DICommonAttach from an objc.ID.
func NewDICommonAttach ¶
func NewDICommonAttach() DICommonAttach
NewDICommonAttach creates a new DICommonAttach instance.
func (DICommonAttach) Autorelease ¶
func (d DICommonAttach) Autorelease() DICommonAttach
Autorelease adds the receiver to the current autorelease pool.
func (DICommonAttach) Init ¶
func (d DICommonAttach) Init() DICommonAttach
Init initializes the instance.
type DICommonAttachClass ¶
type DICommonAttachClass struct {
// contains filtered or unexported fields
}
func GetDICommonAttachClass ¶
func GetDICommonAttachClass() DICommonAttachClass
GetDICommonAttachClass returns the class object for DICommonAttach.
func (DICommonAttachClass) Alloc ¶
func (dc DICommonAttachClass) Alloc() DICommonAttach
Alloc allocates memory for a new instance of the class.
func (DICommonAttachClass) Class ¶ added in v0.5.0
func (dc DICommonAttachClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DICommonAttachClass) DI1_attachWithDictionaryBSDNameError ¶ added in v0.5.0
func (_DICommonAttachClass DICommonAttachClass) DI1_attachWithDictionaryBSDNameError(dictionary objectivec.IObject, sDName []objectivec.IObject) (bool, error)
func (DICommonAttachClass) DI2_attachWithParamsBSDNameError ¶ added in v0.5.0
func (_DICommonAttachClass DICommonAttachClass) DI2_attachWithParamsBSDNameError(params objectivec.IObject, sDName []objectivec.IObject) (bool, error)
func (DICommonAttachClass) DefaultDiskImageAttachBSDNameError ¶
func (_DICommonAttachClass DICommonAttachClass) DefaultDiskImageAttachBSDNameError(url foundation.INSURL, bsdName string) (bool, error)
func (DICommonAttachClass) DiskImageAttachBSDNameError ¶
func (_DICommonAttachClass DICommonAttachClass) DiskImageAttachBSDNameError(url foundation.INSURL, bsdName string) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DICommonAttach/diskImageAttach:BSDName:error:
func (DICommonAttachClass) DiskImageAttachReadOnlyAutoMountBSDNameError ¶
func (_DICommonAttachClass DICommonAttachClass) DiskImageAttachReadOnlyAutoMountBSDNameError(url foundation.INSURL, readOnly bool, autoMount bool, bsdName string) (bool, error)
func (DICommonAttachClass) FailWithDI1errorCodeError ¶ added in v0.5.0
func (_DICommonAttachClass DICommonAttachClass) FailWithDI1errorCodeError(code int) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DICommonAttach/failWithDI1errorCode:error:
type DIController2ClientDelegate ¶ added in v0.5.0
type DIController2ClientDelegate struct {
objectivec.Object
}
Methods ¶
- DIController2ClientDelegate.AttachCompletedWithHandleReply
- DIController2ClientDelegate.DeviceHandle
- DIController2ClientDelegate.SetDeviceHandle
See: https://developer.apple.com/documentation/DiskImages2/DIController2ClientDelegate
func DIController2ClientDelegateFromID ¶ added in v0.5.0
func DIController2ClientDelegateFromID(id objc.ID) DIController2ClientDelegate
DIController2ClientDelegateFromID constructs a DIController2ClientDelegate from an objc.ID.
func NewDIController2ClientDelegate ¶ added in v0.5.0
func NewDIController2ClientDelegate() DIController2ClientDelegate
NewDIController2ClientDelegate creates a new DIController2ClientDelegate instance.
func (DIController2ClientDelegate) AttachCompletedWithHandleReply ¶ added in v0.5.0
func (d DIController2ClientDelegate) AttachCompletedWithHandleReply(handle objectivec.IObject, reply VoidHandler)
func (DIController2ClientDelegate) AttachCompletedWithHandleReplySync ¶ added in v0.5.0
func (d DIController2ClientDelegate) AttachCompletedWithHandleReplySync(ctx context.Context, handle objectivec.IObject) error
AttachCompletedWithHandleReplySync is a synchronous wrapper around DIController2ClientDelegate.AttachCompletedWithHandleReply. It blocks until the completion handler fires or the context is cancelled.
func (DIController2ClientDelegate) Autorelease ¶ added in v0.5.0
func (d DIController2ClientDelegate) Autorelease() DIController2ClientDelegate
Autorelease adds the receiver to the current autorelease pool.
func (DIController2ClientDelegate) DeviceHandle ¶ added in v0.5.0
func (d DIController2ClientDelegate) DeviceHandle() IDIDeviceHandle
See: https://developer.apple.com/documentation/DiskImages2/DIController2ClientDelegate/deviceHandle
func (DIController2ClientDelegate) Init ¶ added in v0.5.0
func (d DIController2ClientDelegate) Init() DIController2ClientDelegate
Init initializes the instance.
func (DIController2ClientDelegate) SetDeviceHandle ¶ added in v0.5.0
func (d DIController2ClientDelegate) SetDeviceHandle(value IDIDeviceHandle)
type DIController2ClientDelegateClass ¶ added in v0.5.0
type DIController2ClientDelegateClass struct {
// contains filtered or unexported fields
}
func GetDIController2ClientDelegateClass ¶ added in v0.5.0
func GetDIController2ClientDelegateClass() DIController2ClientDelegateClass
GetDIController2ClientDelegateClass returns the class object for DIController2ClientDelegate.
func (DIController2ClientDelegateClass) Alloc ¶ added in v0.5.0
func (dc DIController2ClientDelegateClass) Alloc() DIController2ClientDelegate
Alloc allocates memory for a new instance of the class.
func (DIController2ClientDelegateClass) Class ¶ added in v0.5.0
func (dc DIController2ClientDelegateClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIController2ClientProtocol ¶ added in v0.5.0
type DIController2ClientProtocol interface {
objectivec.IObject
}
DIController2ClientProtocol protocol.
See: https://developer.apple.com/documentation/DiskImages2/DIController2ClientProtocol
type DIController2ClientProtocolObject ¶ added in v0.5.0
type DIController2ClientProtocolObject struct {
objectivec.Object
}
DIController2ClientProtocolObject wraps an existing Objective-C object that conforms to the DIController2ClientProtocol protocol.
func DIController2ClientProtocolObjectFromID ¶ added in v0.5.0
func DIController2ClientProtocolObjectFromID(id objc.ID) DIController2ClientProtocolObject
DIController2ClientProtocolObjectFromID constructs a DIController2ClientProtocolObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (DIController2ClientProtocolObject) AttachCompletedWithHandleReply ¶ added in v0.5.0
func (o DIController2ClientProtocolObject) AttachCompletedWithHandleReply(handle objectivec.IObject, reply ErrorHandler)
func (DIController2ClientProtocolObject) BaseObject ¶ added in v0.5.0
func (o DIController2ClientProtocolObject) BaseObject() objectivec.Object
type DIConvertParams ¶ added in v0.5.0
type DIConvertParams struct {
DIBaseParams
}
Methods ¶
- DIConvertParams.Certificate
- DIConvertParams.SetCertificate
- DIConvertParams.ConversionMethod
- DIConvertParams.SetConversionMethod
- DIConvertParams.ConvertWithCompletionBlock
- DIConvertParams.CopyUpdatedOutputURLWithError
- DIConvertParams.EncryptionMethod
- DIConvertParams.SetEncryptionMethod
- DIConvertParams.InPlaceConversion
- DIConvertParams.IsInputURLDevice
- DIConvertParams.MaxRawUDIFRunSize
- DIConvertParams.SetMaxRawUDIFRunSize
- DIConvertParams.OnConvertCompletionWithInErrorOutError
- DIConvertParams.OpenDeviceAsRootWithError
- DIConvertParams.OutputFormat
- DIConvertParams.SetOutputFormat
- DIConvertParams.OutputParams
- DIConvertParams.SetOutputParams
- DIConvertParams.OutputURL
- DIConvertParams.SetOutputURL
- DIConvertParams.Passphrase
- DIConvertParams.SetPassphrase
- DIConvertParams.PrepareConvertWithError
- DIConvertParams.PrepareParamsForSquashWithError
- DIConvertParams.PrepareParamsWithError
- DIConvertParams.PublicKey
- DIConvertParams.SetPublicKey
- DIConvertParams.SetPassphraseEncryptionMethodError
- DIConvertParams.SetPassphraseError
- DIConvertParams.ShadowURLs
- DIConvertParams.ShouldPerformInplaceSquash
- DIConvertParams.ShouldValidateShadows
- DIConvertParams.SetShouldValidateShadows
- DIConvertParams.SparseBundleBandSize
- DIConvertParams.SetSparseBundleBandSize
- DIConvertParams.TemporaryPassphrase
- DIConvertParams.UseFormatMappingInfo
- DIConvertParams.SetUseFormatMappingInfo
- DIConvertParams.ValidateFileWithURLError
- DIConvertParams.ValidateSquashFormats
- DIConvertParams.InitForInplaceWithExistingParamsError
- DIConvertParams.InitForInplaceWithURLError
- DIConvertParams.InitWithInputURLOutputURLError
- DIConvertParams.InitWithInputURLOutputURLShadowURLsError
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams
func DIConvertParamsFromID ¶ added in v0.5.0
func DIConvertParamsFromID(id objc.ID) DIConvertParams
DIConvertParamsFromID constructs a DIConvertParams from an objc.ID.
func NewDIConvertParams ¶ added in v0.5.0
func NewDIConvertParams() DIConvertParams
NewDIConvertParams creates a new DIConvertParams instance.
func NewDIConvertParamsForInplaceWithExistingParamsError ¶ added in v0.5.0
func NewDIConvertParamsForInplaceWithExistingParamsError(params objectivec.IObject) (DIConvertParams, error)
func NewDIConvertParamsForInplaceWithURLError ¶ added in v0.5.0
func NewDIConvertParamsForInplaceWithURLError(url foundation.INSURL) (DIConvertParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/initForInplaceWithURL:error:
func NewDIConvertParamsWithCoder ¶ added in v0.5.0
func NewDIConvertParamsWithCoder(coder objectivec.IObject) DIConvertParams
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/initWithCoder:
func NewDIConvertParamsWithInputURLOutputURLError ¶ added in v0.5.0
func NewDIConvertParamsWithInputURLOutputURLError(url foundation.INSURL, url2 foundation.INSURL) (DIConvertParams, error)
func NewDIConvertParamsWithInputURLOutputURLShadowURLsError ¶ added in v0.5.0
func NewDIConvertParamsWithInputURLOutputURLShadowURLsError(url foundation.INSURL, url2 foundation.INSURL, uRLs objectivec.IObject) (DIConvertParams, error)
func NewDIConvertParamsWithURLError ¶ added in v0.5.0
func NewDIConvertParamsWithURLError(url foundation.INSURL) (DIConvertParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/initWithURL:error:
func (DIConvertParams) Autorelease ¶ added in v0.5.0
func (d DIConvertParams) Autorelease() DIConvertParams
Autorelease adds the receiver to the current autorelease pool.
func (DIConvertParams) Certificate ¶ added in v0.5.0
func (d DIConvertParams) Certificate() string
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/certificate
func (DIConvertParams) ConversionMethod ¶ added in v0.5.0
func (d DIConvertParams) ConversionMethod() uint64
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/conversionMethod
func (DIConvertParams) ConvertWithCompletionBlock ¶ added in v0.5.0
func (d DIConvertParams) ConvertWithCompletionBlock(block VoidHandler) objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/convertWithCompletionBlock:
func (DIConvertParams) ConvertWithCompletionBlockSync ¶ added in v0.5.0
func (d DIConvertParams) ConvertWithCompletionBlockSync(ctx context.Context) error
ConvertWithCompletionBlockSync is a synchronous wrapper around DIConvertParams.ConvertWithCompletionBlock. It blocks until the completion handler fires or the context is cancelled.
func (DIConvertParams) CopyUpdatedOutputURLWithError ¶ added in v0.5.0
func (d DIConvertParams) CopyUpdatedOutputURLWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/copyUpdatedOutputURLWithError:
func (DIConvertParams) EncryptionMethod ¶ added in v0.5.0
func (d DIConvertParams) EncryptionMethod() uint64
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/encryptionMethod
func (DIConvertParams) InPlaceConversion ¶ added in v0.5.0
func (d DIConvertParams) InPlaceConversion() bool
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/inPlaceConversion
func (DIConvertParams) Init ¶ added in v0.5.0
func (d DIConvertParams) Init() DIConvertParams
Init initializes the instance.
func (DIConvertParams) InitForInplaceWithExistingParamsError ¶ added in v0.5.0
func (d DIConvertParams) InitForInplaceWithExistingParamsError(params objectivec.IObject) (DIConvertParams, error)
func (DIConvertParams) InitForInplaceWithURLError ¶ added in v0.5.0
func (d DIConvertParams) InitForInplaceWithURLError(url foundation.INSURL) (DIConvertParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/initForInplaceWithURL:error:
func (DIConvertParams) InitWithInputURLOutputURLError ¶ added in v0.5.0
func (d DIConvertParams) InitWithInputURLOutputURLError(url foundation.INSURL, url2 foundation.INSURL) (DIConvertParams, error)
func (DIConvertParams) InitWithInputURLOutputURLShadowURLsError ¶ added in v0.5.0
func (d DIConvertParams) InitWithInputURLOutputURLShadowURLsError(url foundation.INSURL, url2 foundation.INSURL, uRLs objectivec.IObject) (DIConvertParams, error)
func (DIConvertParams) IsInputURLDevice ¶ added in v0.5.0
func (d DIConvertParams) IsInputURLDevice() bool
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/isInputURLDevice
func (DIConvertParams) MaxRawUDIFRunSize ¶ added in v0.5.0
func (d DIConvertParams) MaxRawUDIFRunSize() uint64
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/maxRawUDIFRunSize
func (DIConvertParams) OnConvertCompletionWithInErrorOutError ¶ added in v0.5.0
func (d DIConvertParams) OnConvertCompletionWithInErrorOutError(error_ objectivec.IObject) (bool, error)
func (DIConvertParams) OpenDeviceAsRootWithError ¶ added in v0.5.0
func (d DIConvertParams) OpenDeviceAsRootWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/openDeviceAsRootWithError:
func (DIConvertParams) OutputFormat ¶ added in v0.5.0
func (d DIConvertParams) OutputFormat() int64
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/outputFormat
func (DIConvertParams) OutputParams ¶ added in v0.5.0
func (d DIConvertParams) OutputParams() IDIBaseParams
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/outputParams
func (DIConvertParams) OutputURL ¶ added in v0.5.0
func (d DIConvertParams) OutputURL() IDIURL
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/outputURL
func (DIConvertParams) Passphrase ¶ added in v0.5.0
func (d DIConvertParams) Passphrase() bool
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/passphrase
func (DIConvertParams) PrepareConvertWithError ¶ added in v0.5.0
func (d DIConvertParams) PrepareConvertWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/prepareConvertWithError:
func (DIConvertParams) PrepareParamsForSquashWithError ¶ added in v0.5.0
func (d DIConvertParams) PrepareParamsForSquashWithError() (bool, error)
func (DIConvertParams) PrepareParamsWithError ¶ added in v0.5.0
func (d DIConvertParams) PrepareParamsWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/prepareParamsWithError:
func (DIConvertParams) PublicKey ¶ added in v0.5.0
func (d DIConvertParams) PublicKey() string
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/publicKey
func (DIConvertParams) SetCertificate ¶ added in v0.5.0
func (d DIConvertParams) SetCertificate(value string)
func (DIConvertParams) SetConversionMethod ¶ added in v0.5.0
func (d DIConvertParams) SetConversionMethod(value uint64)
func (DIConvertParams) SetEncryptionMethod ¶ added in v0.5.0
func (d DIConvertParams) SetEncryptionMethod(value uint64)
func (DIConvertParams) SetMaxRawUDIFRunSize ¶ added in v0.5.0
func (d DIConvertParams) SetMaxRawUDIFRunSize(value uint64)
func (DIConvertParams) SetOutputFormat ¶ added in v0.5.0
func (d DIConvertParams) SetOutputFormat(value int64)
func (DIConvertParams) SetOutputParams ¶ added in v0.5.0
func (d DIConvertParams) SetOutputParams(value IDIBaseParams)
func (DIConvertParams) SetOutputURL ¶ added in v0.5.0
func (d DIConvertParams) SetOutputURL(value IDIURL)
func (DIConvertParams) SetPassphrase ¶ added in v0.5.0
func (d DIConvertParams) SetPassphrase(value bool)
func (DIConvertParams) SetPassphraseEncryptionMethodError ¶ added in v0.5.0
func (d DIConvertParams) SetPassphraseEncryptionMethodError(passphrase string, method uint64) (bool, error)
func (DIConvertParams) SetPassphraseError ¶ added in v0.5.0
func (d DIConvertParams) SetPassphraseError(passphrase string) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/setPassphrase:error:
func (DIConvertParams) SetPublicKey ¶ added in v0.5.0
func (d DIConvertParams) SetPublicKey(value string)
func (DIConvertParams) SetShouldValidateShadows ¶ added in v0.5.0
func (d DIConvertParams) SetShouldValidateShadows(value bool)
func (DIConvertParams) SetSparseBundleBandSize ¶ added in v0.5.0
func (d DIConvertParams) SetSparseBundleBandSize(value uint64)
func (DIConvertParams) SetUseFormatMappingInfo ¶ added in v0.5.0
func (d DIConvertParams) SetUseFormatMappingInfo(value bool)
func (DIConvertParams) ShadowURLs ¶ added in v0.5.0
func (d DIConvertParams) ShadowURLs() foundation.INSArray
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/shadowURLs
func (DIConvertParams) ShouldPerformInplaceSquash ¶ added in v0.5.0
func (d DIConvertParams) ShouldPerformInplaceSquash() bool
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/shouldPerformInplaceSquash
func (DIConvertParams) ShouldValidateShadows ¶ added in v0.5.0
func (d DIConvertParams) ShouldValidateShadows() bool
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/shouldValidateShadows
func (DIConvertParams) SparseBundleBandSize ¶ added in v0.5.0
func (d DIConvertParams) SparseBundleBandSize() uint64
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/sparseBundleBandSize
func (DIConvertParams) TemporaryPassphrase ¶ added in v0.5.0
func (d DIConvertParams) TemporaryPassphrase() IDITemporaryPassphrase
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/temporaryPassphrase
func (DIConvertParams) UseFormatMappingInfo ¶ added in v0.5.0
func (d DIConvertParams) UseFormatMappingInfo() bool
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/useFormatMappingInfo
func (DIConvertParams) ValidateFileWithURLError ¶ added in v0.5.0
func (d DIConvertParams) ValidateFileWithURLError(url foundation.INSURL) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/validateFileWithURL:error:
func (DIConvertParams) ValidateSquashFormats ¶ added in v0.5.0
func (d DIConvertParams) ValidateSquashFormats() bool
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams/validateSquashFormats
type DIConvertParamsClass ¶ added in v0.5.0
type DIConvertParamsClass struct {
// contains filtered or unexported fields
}
func GetDIConvertParamsClass ¶ added in v0.5.0
func GetDIConvertParamsClass() DIConvertParamsClass
GetDIConvertParamsClass returns the class object for DIConvertParams.
func (DIConvertParamsClass) Alloc ¶ added in v0.5.0
func (dc DIConvertParamsClass) Alloc() DIConvertParams
Alloc allocates memory for a new instance of the class.
func (DIConvertParamsClass) Class ¶ added in v0.5.0
func (dc DIConvertParamsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DICreateASIFParams ¶
type DICreateASIFParams struct {
DICreateParams
}
See: https://developer.apple.com/documentation/DiskImages2/DICreateASIFParams
func DICreateASIFParamsFromID ¶
func DICreateASIFParamsFromID(id objc.ID) DICreateASIFParams
DICreateASIFParamsFromID constructs a DICreateASIFParams from an objc.ID.
func NewDICreateASIFParams ¶
func NewDICreateASIFParams() DICreateASIFParams
NewDICreateASIFParams creates a new DICreateASIFParams instance.
func NewDICreateASIFParamsWithCoder ¶ added in v0.5.0
func NewDICreateASIFParamsWithCoder(coder objectivec.IObject) DICreateASIFParams
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/initWithCoder:
func NewDICreateASIFParamsWithURLError ¶ added in v0.5.0
func NewDICreateASIFParamsWithURLError(url foundation.INSURL) (DICreateASIFParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/initWithURL:error:
func NewDICreateASIFParamsWithURLNumBlocksError ¶
func NewDICreateASIFParamsWithURLNumBlocksError(url foundation.INSURL, numBlocks uint64) (DICreateASIFParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DICreateASIFParams/initWithURL:numBlocks:error:
func (DICreateASIFParams) Autorelease ¶
func (d DICreateASIFParams) Autorelease() DICreateASIFParams
Autorelease adds the receiver to the current autorelease pool.
func (DICreateASIFParams) Init ¶
func (d DICreateASIFParams) Init() DICreateASIFParams
Init initializes the instance.
type DICreateASIFParamsClass ¶
type DICreateASIFParamsClass struct {
// contains filtered or unexported fields
}
func GetDICreateASIFParamsClass ¶
func GetDICreateASIFParamsClass() DICreateASIFParamsClass
GetDICreateASIFParamsClass returns the class object for DICreateASIFParams.
func (DICreateASIFParamsClass) Alloc ¶
func (dc DICreateASIFParamsClass) Alloc() DICreateASIFParams
Alloc allocates memory for a new instance of the class.
func (DICreateASIFParamsClass) Class ¶ added in v0.5.0
func (dc DICreateASIFParamsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DICreateParams ¶
type DICreateParams struct {
DIBaseParams
}
Methods ¶
- DICreateParams.Certificate
- DICreateParams.SetCertificate
- DICreateParams.CreateDiskImageParamsWithError
- DICreateParams.CreateDiskImageParamsXPC
- DICreateParams.CreateEncryptionWithXPCHandlerError
- DICreateParams.CreateFromAuthRef
- DICreateParams.SetCreateFromAuthRef
- DICreateParams.CreateInternalWithError
- DICreateParams.CreateWithError
- DICreateParams.EncryptionMethod
- DICreateParams.SetEncryptionMethod
- DICreateParams.FolderCopyXPCHandler
- DICreateParams.SetFolderCopyXPCHandler
- DICreateParams.NumBlocks
- DICreateParams.SetNumBlocks
- DICreateParams.OnErrorCleanup
- DICreateParams.Passphrase
- DICreateParams.SetPassphrase
- DICreateParams.PublicKey
- DICreateParams.SetPublicKey
- DICreateParams.ResizeWithDiskImageNumberOfBlocksError
- DICreateParams.ResizeWithNumBlocksError
- DICreateParams.RootCopierWithDstFolderURLSrcFolderURLProgressError
- DICreateParams.SetPassphraseEncryptionMethodError
- DICreateParams.SystemKeychainAccount
- DICreateParams.SetSystemKeychainAccount
- DICreateParams.TemporaryPassphrase
- DICreateParams.TraverseSrcFolderAsRootWithURLParallelModeProgressFolderSizeNumFilesError
- DICreateParams.ValidateBlockSizeSupport
- DICreateParams.InitWithURLNumBlocksError
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams
func DICreateParamsFromID ¶
func DICreateParamsFromID(id objc.ID) DICreateParams
DICreateParamsFromID constructs a DICreateParams from an objc.ID.
func NewDICreateParams ¶
func NewDICreateParams() DICreateParams
NewDICreateParams creates a new DICreateParams instance.
func NewDICreateParamsWithCoder ¶ added in v0.5.0
func NewDICreateParamsWithCoder(coder objectivec.IObject) DICreateParams
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/initWithCoder:
func NewDICreateParamsWithURLError ¶ added in v0.5.0
func NewDICreateParamsWithURLError(url foundation.INSURL) (DICreateParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/initWithURL:error:
func NewDICreateParamsWithURLNumBlocksError ¶ added in v0.5.0
func NewDICreateParamsWithURLNumBlocksError(url foundation.INSURL, blocks uint64) (DICreateParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/initWithURL:numBlocks:error:
func (DICreateParams) Autorelease ¶
func (d DICreateParams) Autorelease() DICreateParams
Autorelease adds the receiver to the current autorelease pool.
func (DICreateParams) Certificate ¶ added in v0.5.0
func (d DICreateParams) Certificate() string
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/certificate
func (DICreateParams) CreateDiskImageParamsWithError ¶ added in v0.5.0
func (d DICreateParams) CreateDiskImageParamsWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/createDiskImageParamsWithError:
func (DICreateParams) CreateDiskImageParamsXPC ¶ added in v0.5.0
func (d DICreateParams) CreateDiskImageParamsXPC()
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/createDiskImageParamsXPC
func (DICreateParams) CreateEncryptionWithXPCHandlerError ¶ added in v0.5.0
func (d DICreateParams) CreateEncryptionWithXPCHandlerError(xPCHandler objectivec.IObject) (bool, error)
func (DICreateParams) CreateFromAuthRef ¶ added in v0.5.0
func (d DICreateParams) CreateFromAuthRef() unsafe.Pointer
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/createFromAuthRef
func (DICreateParams) CreateInternalWithError ¶ added in v0.5.0
func (d DICreateParams) CreateInternalWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/createInternalWithError:
func (DICreateParams) CreateWithError ¶ added in v0.5.0
func (d DICreateParams) CreateWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/createWithError:
func (DICreateParams) EncryptionMethod ¶ added in v0.5.0
func (d DICreateParams) EncryptionMethod() uint64
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/encryptionMethod
func (DICreateParams) FolderCopyXPCHandler ¶ added in v0.5.0
func (d DICreateParams) FolderCopyXPCHandler() IDIClient2Controller_XPCHandler
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/folderCopyXPCHandler
func (DICreateParams) Init ¶
func (d DICreateParams) Init() DICreateParams
Init initializes the instance.
func (DICreateParams) InitWithURLNumBlocksError ¶ added in v0.5.0
func (d DICreateParams) InitWithURLNumBlocksError(url foundation.INSURL, blocks uint64) (DICreateParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/initWithURL:numBlocks:error:
func (DICreateParams) NumBlocks ¶ added in v0.5.0
func (d DICreateParams) NumBlocks() uint64
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/numBlocks
func (DICreateParams) OnErrorCleanup ¶ added in v0.5.0
func (d DICreateParams) OnErrorCleanup() bool
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/onErrorCleanup
func (DICreateParams) Passphrase ¶ added in v0.5.0
func (d DICreateParams) Passphrase() bool
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/passphrase
func (DICreateParams) PublicKey ¶ added in v0.5.0
func (d DICreateParams) PublicKey() string
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/publicKey
func (DICreateParams) ResizeWithDiskImageNumberOfBlocksError ¶ added in v0.5.0
func (DICreateParams) ResizeWithNumBlocksError ¶ added in v0.5.0
func (d DICreateParams) ResizeWithNumBlocksError(blocks uint64) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/resizeWithNumBlocks:error:
func (DICreateParams) RootCopierWithDstFolderURLSrcFolderURLProgressError ¶ added in v0.5.0
func (d DICreateParams) RootCopierWithDstFolderURLSrcFolderURLProgressError(url foundation.INSURL, url2 foundation.INSURL, progress objectivec.IObject) (bool, error)
func (DICreateParams) SetCertificate ¶ added in v0.5.0
func (d DICreateParams) SetCertificate(value string)
func (DICreateParams) SetCreateFromAuthRef ¶ added in v0.5.0
func (d DICreateParams) SetCreateFromAuthRef(value unsafe.Pointer)
func (DICreateParams) SetEncryptionMethod ¶ added in v0.5.0
func (d DICreateParams) SetEncryptionMethod(value uint64)
func (DICreateParams) SetFolderCopyXPCHandler ¶ added in v0.5.0
func (d DICreateParams) SetFolderCopyXPCHandler(value IDIClient2Controller_XPCHandler)
func (DICreateParams) SetNumBlocks ¶ added in v0.5.0
func (d DICreateParams) SetNumBlocks(value uint64)
func (DICreateParams) SetPassphrase ¶ added in v0.5.0
func (d DICreateParams) SetPassphrase(value bool)
func (DICreateParams) SetPassphraseEncryptionMethodError ¶ added in v0.5.0
func (d DICreateParams) SetPassphraseEncryptionMethodError(passphrase string, method uint64) (bool, error)
func (DICreateParams) SetPublicKey ¶ added in v0.5.0
func (d DICreateParams) SetPublicKey(value string)
func (DICreateParams) SetSystemKeychainAccount ¶ added in v0.5.0
func (d DICreateParams) SetSystemKeychainAccount(value string)
func (DICreateParams) SystemKeychainAccount ¶ added in v0.5.0
func (d DICreateParams) SystemKeychainAccount() string
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/systemKeychainAccount
func (DICreateParams) TemporaryPassphrase ¶ added in v0.5.0
func (d DICreateParams) TemporaryPassphrase() IDITemporaryPassphrase
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/temporaryPassphrase
func (DICreateParams) TraverseSrcFolderAsRootWithURLParallelModeProgressFolderSizeNumFilesError ¶ added in v0.5.0
func (d DICreateParams) TraverseSrcFolderAsRootWithURLParallelModeProgressFolderSizeNumFilesError(url foundation.NSURL, mode bool, progress objectivec.IObject) (uint64, uint64, error)
func (DICreateParams) ValidateBlockSizeSupport ¶ added in v0.5.0
func (d DICreateParams) ValidateBlockSizeSupport() bool
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/validateBlockSizeSupport
type DICreateParamsClass ¶
type DICreateParamsClass struct {
// contains filtered or unexported fields
}
func GetDICreateParamsClass ¶
func GetDICreateParamsClass() DICreateParamsClass
GetDICreateParamsClass returns the class object for DICreateParams.
func (DICreateParamsClass) Alloc ¶
func (dc DICreateParamsClass) Alloc() DICreateParams
Alloc allocates memory for a new instance of the class.
func (DICreateParamsClass) CheckExistingFileWithURLIsDirectoryError ¶ added in v0.5.0
func (_DICreateParamsClass DICreateParamsClass) CheckExistingFileWithURLIsDirectoryError(url foundation.INSURL, directory bool) (bool, error)
func (DICreateParamsClass) Class ¶ added in v0.5.0
func (dc DICreateParamsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DICreateParamsClass) EraseIfExistingWithURLError ¶ added in v0.5.0
func (_DICreateParamsClass DICreateParamsClass) EraseIfExistingWithURLError(url foundation.INSURL) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/eraseIfExistingWithURL:error:
func (DICreateParamsClass) ToHeaderEncryptionModeHeaderEncModeError ¶ added in v0.5.0
type DICreateRAWParams ¶ added in v0.5.0
type DICreateRAWParams struct {
DICreateParams
}
See: https://developer.apple.com/documentation/DiskImages2/DICreateRAWParams
func DICreateRAWParamsFromID ¶ added in v0.5.0
func DICreateRAWParamsFromID(id objc.ID) DICreateRAWParams
DICreateRAWParamsFromID constructs a DICreateRAWParams from an objc.ID.
func NewDICreateRAWParams ¶ added in v0.5.0
func NewDICreateRAWParams() DICreateRAWParams
NewDICreateRAWParams creates a new DICreateRAWParams instance.
func NewDICreateRAWParamsWithCoder ¶ added in v0.5.0
func NewDICreateRAWParamsWithCoder(coder objectivec.IObject) DICreateRAWParams
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/initWithCoder:
func NewDICreateRAWParamsWithURLError ¶ added in v0.5.0
func NewDICreateRAWParamsWithURLError(url foundation.INSURL) (DICreateRAWParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/initWithURL:error:
func NewDICreateRAWParamsWithURLNumBlocksError ¶ added in v0.5.0
func NewDICreateRAWParamsWithURLNumBlocksError(url foundation.INSURL, blocks uint64) (DICreateRAWParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DICreateRAWParams/initWithURL:numBlocks:error:
func (DICreateRAWParams) Autorelease ¶ added in v0.5.0
func (d DICreateRAWParams) Autorelease() DICreateRAWParams
Autorelease adds the receiver to the current autorelease pool.
func (DICreateRAWParams) Init ¶ added in v0.5.0
func (d DICreateRAWParams) Init() DICreateRAWParams
Init initializes the instance.
type DICreateRAWParamsClass ¶ added in v0.5.0
type DICreateRAWParamsClass struct {
// contains filtered or unexported fields
}
func GetDICreateRAWParamsClass ¶ added in v0.5.0
func GetDICreateRAWParamsClass() DICreateRAWParamsClass
GetDICreateRAWParamsClass returns the class object for DICreateRAWParams.
func (DICreateRAWParamsClass) Alloc ¶ added in v0.5.0
func (dc DICreateRAWParamsClass) Alloc() DICreateRAWParams
Alloc allocates memory for a new instance of the class.
func (DICreateRAWParamsClass) Class ¶ added in v0.5.0
func (dc DICreateRAWParamsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DICreateUDSBParams ¶ added in v0.5.0
type DICreateUDSBParams struct {
DICreateParams
}
Methods ¶
See: https://developer.apple.com/documentation/DiskImages2/DICreateUDSBParams
func DICreateUDSBParamsFromID ¶ added in v0.5.0
func DICreateUDSBParamsFromID(id objc.ID) DICreateUDSBParams
DICreateUDSBParamsFromID constructs a DICreateUDSBParams from an objc.ID.
func NewDICreateUDSBParams ¶ added in v0.5.0
func NewDICreateUDSBParams() DICreateUDSBParams
NewDICreateUDSBParams creates a new DICreateUDSBParams instance.
func NewDICreateUDSBParamsWithCoder ¶ added in v0.5.0
func NewDICreateUDSBParamsWithCoder(coder objectivec.IObject) DICreateUDSBParams
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/initWithCoder:
func NewDICreateUDSBParamsWithURLError ¶ added in v0.5.0
func NewDICreateUDSBParamsWithURLError(url foundation.INSURL) (DICreateUDSBParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams/initWithURL:error:
func NewDICreateUDSBParamsWithURLNumBlocksError ¶ added in v0.5.0
func NewDICreateUDSBParamsWithURLNumBlocksError(url foundation.INSURL, blocks uint64) (DICreateUDSBParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DICreateUDSBParams/initWithURL:numBlocks:error:
func (DICreateUDSBParams) Autorelease ¶ added in v0.5.0
func (d DICreateUDSBParams) Autorelease() DICreateUDSBParams
Autorelease adds the receiver to the current autorelease pool.
func (DICreateUDSBParams) Init ¶ added in v0.5.0
func (d DICreateUDSBParams) Init() DICreateUDSBParams
Init initializes the instance.
func (DICreateUDSBParams) SetSparseBundleBandSize ¶ added in v0.5.0
func (d DICreateUDSBParams) SetSparseBundleBandSize(value uint64)
func (DICreateUDSBParams) SparseBundleBandSize ¶ added in v0.5.0
func (d DICreateUDSBParams) SparseBundleBandSize() uint64
See: https://developer.apple.com/documentation/DiskImages2/DICreateUDSBParams/sparseBundleBandSize
type DICreateUDSBParamsClass ¶ added in v0.5.0
type DICreateUDSBParamsClass struct {
// contains filtered or unexported fields
}
func GetDICreateUDSBParamsClass ¶ added in v0.5.0
func GetDICreateUDSBParamsClass() DICreateUDSBParamsClass
GetDICreateUDSBParamsClass returns the class object for DICreateUDSBParams.
func (DICreateUDSBParamsClass) Alloc ¶ added in v0.5.0
func (dc DICreateUDSBParamsClass) Alloc() DICreateUDSBParams
Alloc allocates memory for a new instance of the class.
func (DICreateUDSBParamsClass) Class ¶ added in v0.5.0
func (dc DICreateUDSBParamsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIDataPartition ¶ added in v0.5.0
type DIDataPartition struct {
objectivec.Object
}
Methods ¶
- DIDataPartition.GPTTypeID
- DIDataPartition.BlockSize
- DIDataPartition.SetBlockSize
- DIDataPartition.FindPartitionWithDeviceBSDNameError
- DIDataPartition.FindVolumeBSDNameWithError
- DIDataPartition.FormatWithVolumeNameError
- DIDataPartition.GetFileSystemMinimalBlocks
- DIDataPartition.IoMedia
- DIDataPartition.SetIoMedia
- DIDataPartition.IoMediaUUID
- DIDataPartition.SetIoMediaUUID
- DIDataPartition.MediaContentUUID
- DIDataPartition.NewMountVolumeWithDiskArbError
- DIDataPartition.NumBlocks
- DIDataPartition.SetNumBlocks
- DIDataPartition.ResizeFileSystemToMinimumWithError
- DIDataPartition.ResizeFileSystemWithNumBlocksError
- DIDataPartition.VolumeBSDName
- DIDataPartition.SetVolumeBSDName
See: https://developer.apple.com/documentation/DiskImages2/DIDataPartition
func DIDataPartitionFromID ¶ added in v0.5.0
func DIDataPartitionFromID(id objc.ID) DIDataPartition
DIDataPartitionFromID constructs a DIDataPartition from an objc.ID.
func NewDIDataPartition ¶ added in v0.5.0
func NewDIDataPartition() DIDataPartition
NewDIDataPartition creates a new DIDataPartition instance.
func (DIDataPartition) Autorelease ¶ added in v0.5.0
func (d DIDataPartition) Autorelease() DIDataPartition
Autorelease adds the receiver to the current autorelease pool.
func (DIDataPartition) BlockSize ¶ added in v0.5.0
func (d DIDataPartition) BlockSize() uint64
See: https://developer.apple.com/documentation/DiskImages2/DIDataPartition/blockSize
func (DIDataPartition) FindPartitionWithDeviceBSDNameError ¶ added in v0.5.0
func (d DIDataPartition) FindPartitionWithDeviceBSDNameError(bSDName objectivec.IObject) (bool, error)
func (DIDataPartition) FindVolumeBSDNameWithError ¶ added in v0.5.0
func (d DIDataPartition) FindVolumeBSDNameWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIDataPartition/findVolumeBSDNameWithError:
func (DIDataPartition) FormatWithVolumeNameError ¶ added in v0.5.0
func (d DIDataPartition) FormatWithVolumeNameError(name objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIDataPartition/formatWithVolumeName:error:
func (DIDataPartition) GPTTypeID ¶ added in v0.5.0
func (d DIDataPartition) GPTTypeID() uint64
See: https://developer.apple.com/documentation/DiskImages2/DIDataPartition/GPTTypeID
func (DIDataPartition) GetFileSystemMinimalBlocks ¶ added in v0.5.0
func (d DIDataPartition) GetFileSystemMinimalBlocks(blocks []objectivec.IObject) uint64
See: https://developer.apple.com/documentation/DiskImages2/DIDataPartition/getFileSystemMinimalBlocks:
func (DIDataPartition) Init ¶ added in v0.5.0
func (d DIDataPartition) Init() DIDataPartition
Init initializes the instance.
func (DIDataPartition) IoMedia ¶ added in v0.5.0
func (d DIDataPartition) IoMedia() IDIIOMedia
See: https://developer.apple.com/documentation/DiskImages2/DIDataPartition/ioMedia
func (DIDataPartition) IoMediaUUID ¶ added in v0.5.0
func (d DIDataPartition) IoMediaUUID() string
See: https://developer.apple.com/documentation/DiskImages2/DIDataPartition/ioMediaUUID
func (DIDataPartition) MediaContentUUID ¶ added in v0.5.0
func (d DIDataPartition) MediaContentUUID() string
See: https://developer.apple.com/documentation/DiskImages2/DIDataPartition/mediaContentUUID
func (DIDataPartition) NewMountVolumeWithDiskArbError ¶ added in v0.5.0
func (d DIDataPartition) NewMountVolumeWithDiskArbError(arb objectivec.IObject) (objectivec.IObject, error)
func (DIDataPartition) NumBlocks ¶ added in v0.5.0
func (d DIDataPartition) NumBlocks() uint64
See: https://developer.apple.com/documentation/DiskImages2/DIDataPartition/numBlocks
func (DIDataPartition) ResizeFileSystemToMinimumWithError ¶ added in v0.5.0
func (d DIDataPartition) ResizeFileSystemToMinimumWithError() (bool, error)
func (DIDataPartition) ResizeFileSystemWithNumBlocksError ¶ added in v0.5.0
func (d DIDataPartition) ResizeFileSystemWithNumBlocksError(blocks uint64) (bool, error)
func (DIDataPartition) SetBlockSize ¶ added in v0.5.0
func (d DIDataPartition) SetBlockSize(value uint64)
func (DIDataPartition) SetIoMedia ¶ added in v0.5.0
func (d DIDataPartition) SetIoMedia(value IDIIOMedia)
func (DIDataPartition) SetIoMediaUUID ¶ added in v0.5.0
func (d DIDataPartition) SetIoMediaUUID(value string)
func (DIDataPartition) SetNumBlocks ¶ added in v0.5.0
func (d DIDataPartition) SetNumBlocks(value uint64)
func (DIDataPartition) SetVolumeBSDName ¶ added in v0.5.0
func (d DIDataPartition) SetVolumeBSDName(value string)
func (DIDataPartition) VolumeBSDName ¶ added in v0.5.0
func (d DIDataPartition) VolumeBSDName() string
See: https://developer.apple.com/documentation/DiskImages2/DIDataPartition/volumeBSDName
type DIDataPartitionClass ¶ added in v0.5.0
type DIDataPartitionClass struct {
// contains filtered or unexported fields
}
func GetDIDataPartitionClass ¶ added in v0.5.0
func GetDIDataPartitionClass() DIDataPartitionClass
GetDIDataPartitionClass returns the class object for DIDataPartition.
func (DIDataPartitionClass) Alloc ¶ added in v0.5.0
func (dc DIDataPartitionClass) Alloc() DIDataPartition
Alloc allocates memory for a new instance of the class.
func (DIDataPartitionClass) Class ¶ added in v0.5.0
func (dc DIDataPartitionClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DIDataPartitionClass) FindPartitionSchemeWithIOMediaError ¶ added in v0.5.0
func (_DIDataPartitionClass DIDataPartitionClass) FindPartitionSchemeWithIOMediaError(iOMedia objectivec.IObject) (objectivec.IObject, error)
func (DIDataPartitionClass) NewMountURLWithError ¶ added in v0.5.0
func (_DIDataPartitionClass DIDataPartitionClass) NewMountURLWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIDataPartition/newMountURLWithError:
type DIDeviceHandle ¶
type DIDeviceHandle struct {
objectivec.Object
}
Methods ¶
- DIDeviceHandle.BSDName
- DIDeviceHandle.SetBSDName
- DIDeviceHandle.RegEntryID
- DIDeviceHandle.HandleRefCount
- DIDeviceHandle.SetHandleRefCount
- DIDeviceHandle.WaitForDeviceWithError
- DIDeviceHandle.WaitForQuietWithServiceError
- DIDeviceHandle.AddToRefCountWithError
- DIDeviceHandle.UpdateBSDNameWithBlockDeviceError
- DIDeviceHandle.XpcEndpoint
- DIDeviceHandle.SetXpcEndpoint
- DIDeviceHandle.Client2IOhandler
- DIDeviceHandle.SetClient2IOhandler
- DIDeviceHandle.EncodeWithCoder
- DIDeviceHandle.InitWithRegEntryID
- DIDeviceHandle.InitWithRegEntryIDXpcEndpoint
- DIDeviceHandle.InitWithCoder
See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle
func DIDeviceHandleFromID ¶
func DIDeviceHandleFromID(id objc.ID) DIDeviceHandle
DIDeviceHandleFromID constructs a DIDeviceHandle from an objc.ID.
func NewDIDeviceHandle ¶
func NewDIDeviceHandle() DIDeviceHandle
NewDIDeviceHandle creates a new DIDeviceHandle instance.
func NewDIDeviceHandleWithCoder ¶ added in v0.5.0
func NewDIDeviceHandleWithCoder(coder objectivec.IObject) DIDeviceHandle
See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle/initWithCoder:
func NewDIDeviceHandleWithRegEntryID ¶
func NewDIDeviceHandleWithRegEntryID(regEntryID uint64) DIDeviceHandle
See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle/initWithRegEntryID:
func NewDIDeviceHandleWithRegEntryIDXpcEndpoint ¶
func NewDIDeviceHandleWithRegEntryIDXpcEndpoint(regEntryID uint64, xpcEndpoint foundation.NSXPCListenerEndpoint) DIDeviceHandle
See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle/initWithRegEntryID:xpcEndpoint:
func (DIDeviceHandle) AddToRefCountWithError ¶
func (d DIDeviceHandle) AddToRefCountWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle/addToRefCountWithError:
func (DIDeviceHandle) Autorelease ¶
func (d DIDeviceHandle) Autorelease() DIDeviceHandle
Autorelease adds the receiver to the current autorelease pool.
func (DIDeviceHandle) BSDName ¶
func (d DIDeviceHandle) BSDName() string
See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle/BSDName
func (DIDeviceHandle) Client2IOhandler ¶ added in v0.5.0
func (d DIDeviceHandle) Client2IOhandler() IDIClient2IODaemonXPCHandler
See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle/client2IOhandler
func (DIDeviceHandle) EncodeWithCoder ¶ added in v0.5.0
func (d DIDeviceHandle) EncodeWithCoder(coder foundation.INSCoder)
See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle/encodeWithCoder:
func (DIDeviceHandle) HandleRefCount ¶
func (d DIDeviceHandle) HandleRefCount() bool
See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle/handleRefCount
func (DIDeviceHandle) Init ¶
func (d DIDeviceHandle) Init() DIDeviceHandle
Init initializes the instance.
func (DIDeviceHandle) InitWithCoder ¶ added in v0.5.0
func (d DIDeviceHandle) InitWithCoder(coder foundation.INSCoder) DIDeviceHandle
See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle/initWithCoder:
func (DIDeviceHandle) InitWithRegEntryID ¶
func (d DIDeviceHandle) InitWithRegEntryID(regEntryID uint64) DIDeviceHandle
See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle/initWithRegEntryID:
func (DIDeviceHandle) InitWithRegEntryIDXpcEndpoint ¶
func (d DIDeviceHandle) InitWithRegEntryIDXpcEndpoint(regEntryID uint64, xpcEndpoint foundation.NSXPCListenerEndpoint) DIDeviceHandle
See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle/initWithRegEntryID:xpcEndpoint:
func (DIDeviceHandle) RegEntryID ¶
func (d DIDeviceHandle) RegEntryID() uint64
See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle/regEntryID
func (DIDeviceHandle) SetBSDName ¶
func (d DIDeviceHandle) SetBSDName(value string)
func (DIDeviceHandle) SetClient2IOhandler ¶ added in v0.5.0
func (d DIDeviceHandle) SetClient2IOhandler(value IDIClient2IODaemonXPCHandler)
func (DIDeviceHandle) SetHandleRefCount ¶
func (d DIDeviceHandle) SetHandleRefCount(value bool)
func (DIDeviceHandle) SetXpcEndpoint ¶
func (d DIDeviceHandle) SetXpcEndpoint(value foundation.NSXPCListenerEndpoint)
func (DIDeviceHandle) UpdateBSDNameWithBlockDeviceError ¶
func (d DIDeviceHandle) UpdateBSDNameWithBlockDeviceError(blockDevice string) (bool, error)
func (DIDeviceHandle) WaitForDeviceWithError ¶
func (d DIDeviceHandle) WaitForDeviceWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle/waitForDeviceWithError:
func (DIDeviceHandle) WaitForQuietWithServiceError ¶
func (d DIDeviceHandle) WaitForQuietWithServiceError(service uint32) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle/waitForQuietWithService:error:
func (DIDeviceHandle) XpcEndpoint ¶
func (d DIDeviceHandle) XpcEndpoint() foundation.NSXPCListenerEndpoint
See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle/xpcEndpoint
type DIDeviceHandleClass ¶
type DIDeviceHandleClass struct {
// contains filtered or unexported fields
}
func GetDIDeviceHandleClass ¶
func GetDIDeviceHandleClass() DIDeviceHandleClass
GetDIDeviceHandleClass returns the class object for DIDeviceHandle.
func (DIDeviceHandleClass) Alloc ¶
func (dc DIDeviceHandleClass) Alloc() DIDeviceHandle
Alloc allocates memory for a new instance of the class.
func (DIDeviceHandleClass) Class ¶ added in v0.5.0
func (dc DIDeviceHandleClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DIDeviceHandleClass) SupportsSecureCoding ¶
func (_DIDeviceHandleClass DIDeviceHandleClass) SupportsSecureCoding() bool
See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle/supportsSecureCoding
type DIDiskArb ¶ added in v0.5.0
type DIDiskArb struct {
objectivec.Object
}
Methods ¶
- DIDiskArb.AddDisappearedCallbackWithMountPointShadowMountPointsDelegate
- DIDiskArb.CallbackReached
- DIDiskArb.SetCallbackReached
- DIDiskArb.CopyDescriptionWithBSDName
- DIDiskArb.DaSession
- DIDiskArb.SetDaSession
- DIDiskArb.Delegate
- DIDiskArb.SetDelegate
- DIDiskArb.EjectWithBSDNameError
- DIDiskArb.InputMountedOnURL
- DIDiskArb.SetInputMountedOnURL
- DIDiskArb.MountWithDeviceNameArgsFilesystemMountURLError
- DIDiskArb.OnDiskDisappearedWithDisk
- DIDiskArb.OperationError
- DIDiskArb.SetOperationError
- DIDiskArb.ShadowMountedOnURLs
- DIDiskArb.SetShadowMountedOnURLs
- DIDiskArb.Stop
- DIDiskArb.UnmountWithMountPointError
- DIDiskArb.WaitForDAIdleWithError
- DIDiskArb.InitWithError
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArb
func DIDiskArbFromID ¶ added in v0.5.0
DIDiskArbFromID constructs a DIDiskArb from an objc.ID.
func NewDIDiskArb ¶ added in v0.5.0
func NewDIDiskArb() DIDiskArb
NewDIDiskArb creates a new DIDiskArb instance.
func NewDIDiskArbWithError ¶ added in v0.5.0
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArb/initWithError:
func (DIDiskArb) AddDisappearedCallbackWithMountPointShadowMountPointsDelegate ¶ added in v0.5.0
func (d DIDiskArb) AddDisappearedCallbackWithMountPointShadowMountPointsDelegate(point objectivec.IObject, points objectivec.IObject, delegate objectivec.IObject)
func (DIDiskArb) Autorelease ¶ added in v0.5.0
Autorelease adds the receiver to the current autorelease pool.
func (DIDiskArb) CallbackReached ¶ added in v0.5.0
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArb/callbackReached
func (DIDiskArb) CopyDescriptionWithBSDName ¶ added in v0.5.0
func (d DIDiskArb) CopyDescriptionWithBSDName(bSDName objectivec.IObject) objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArb/copyDescriptionWithBSDName:
func (DIDiskArb) DaSession ¶ added in v0.5.0
func (d DIDiskArb) DaSession() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArb/daSession
func (DIDiskArb) Delegate ¶ added in v0.5.0
func (d DIDiskArb) Delegate() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArb/delegate
func (DIDiskArb) EjectWithBSDNameError ¶ added in v0.5.0
func (d DIDiskArb) EjectWithBSDNameError(bSDName objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArb/ejectWithBSDName:error:
func (DIDiskArb) InitWithError ¶ added in v0.5.0
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArb/initWithError:
func (DIDiskArb) InputMountedOnURL ¶ added in v0.5.0
func (d DIDiskArb) InputMountedOnURL() foundation.INSURL
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArb/inputMountedOnURL
func (DIDiskArb) MountWithDeviceNameArgsFilesystemMountURLError ¶ added in v0.5.0
func (d DIDiskArb) MountWithDeviceNameArgsFilesystemMountURLError(name objectivec.IObject, args objectivec.IObject, filesystem objectivec.IObject, url foundation.INSURL) (bool, error)
func (DIDiskArb) OnDiskDisappearedWithDisk ¶ added in v0.5.0
func (d DIDiskArb) OnDiskDisappearedWithDisk(disk objectivec.IObject)
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArb/onDiskDisappearedWithDisk:
func (DIDiskArb) OperationError ¶ added in v0.5.0
func (d DIDiskArb) OperationError() foundation.INSError
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArb/operationError
func (DIDiskArb) SetCallbackReached ¶ added in v0.5.0
func (DIDiskArb) SetDaSession ¶ added in v0.5.0
func (d DIDiskArb) SetDaSession(value objectivec.IObject)
func (DIDiskArb) SetDelegate ¶ added in v0.5.0
func (d DIDiskArb) SetDelegate(value objectivec.IObject)
func (DIDiskArb) SetInputMountedOnURL ¶ added in v0.5.0
func (d DIDiskArb) SetInputMountedOnURL(value foundation.INSURL)
func (DIDiskArb) SetOperationError ¶ added in v0.5.0
func (d DIDiskArb) SetOperationError(value foundation.INSError)
func (DIDiskArb) SetShadowMountedOnURLs ¶ added in v0.5.0
func (d DIDiskArb) SetShadowMountedOnURLs(value foundation.INSArray)
func (DIDiskArb) ShadowMountedOnURLs ¶ added in v0.5.0
func (d DIDiskArb) ShadowMountedOnURLs() foundation.INSArray
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArb/shadowMountedOnURLs
func (DIDiskArb) Stop ¶ added in v0.5.0
func (d DIDiskArb) Stop()
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArb/stop
func (DIDiskArb) UnmountWithMountPointError ¶ added in v0.5.0
func (d DIDiskArb) UnmountWithMountPointError(point objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArb/unmountWithMountPoint:error:
func (DIDiskArb) WaitForDAIdleWithError ¶ added in v0.5.0
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArb/waitForDAIdleWithError:
type DIDiskArbClass ¶ added in v0.5.0
type DIDiskArbClass struct {
// contains filtered or unexported fields
}
func GetDIDiskArbClass ¶ added in v0.5.0
func GetDIDiskArbClass() DIDiskArbClass
GetDIDiskArbClass returns the class object for DIDiskArb.
func (DIDiskArbClass) Alloc ¶ added in v0.5.0
func (dc DIDiskArbClass) Alloc() DIDiskArb
Alloc allocates memory for a new instance of the class.
func (DIDiskArbClass) Class ¶ added in v0.5.0
func (dc DIDiskArbClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DIDiskArbClass) DiskArbWithError ¶ added in v0.5.0
func (_DIDiskArbClass DIDiskArbClass) DiskArbWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArb/diskArbWithError:
type DIDiskArbEmulation ¶ added in v0.5.0
type DIDiskArbEmulation struct {
DIDiskArb
}
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArbEmulation
func DIDiskArbEmulationFromID ¶ added in v0.5.0
func DIDiskArbEmulationFromID(id objc.ID) DIDiskArbEmulation
DIDiskArbEmulationFromID constructs a DIDiskArbEmulation from an objc.ID.
func NewDIDiskArbEmulation ¶ added in v0.5.0
func NewDIDiskArbEmulation() DIDiskArbEmulation
NewDIDiskArbEmulation creates a new DIDiskArbEmulation instance.
func NewDIDiskArbEmulationWithError ¶ added in v0.5.0
func NewDIDiskArbEmulationWithError() (DIDiskArbEmulation, error)
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArb/initWithError:
func (DIDiskArbEmulation) Autorelease ¶ added in v0.5.0
func (d DIDiskArbEmulation) Autorelease() DIDiskArbEmulation
Autorelease adds the receiver to the current autorelease pool.
func (DIDiskArbEmulation) Init ¶ added in v0.5.0
func (d DIDiskArbEmulation) Init() DIDiskArbEmulation
Init initializes the instance.
type DIDiskArbEmulationClass ¶ added in v0.5.0
type DIDiskArbEmulationClass struct {
// contains filtered or unexported fields
}
func GetDIDiskArbEmulationClass ¶ added in v0.5.0
func GetDIDiskArbEmulationClass() DIDiskArbEmulationClass
GetDIDiskArbEmulationClass returns the class object for DIDiskArbEmulation.
func (DIDiskArbEmulationClass) Alloc ¶ added in v0.5.0
func (dc DIDiskArbEmulationClass) Alloc() DIDiskArbEmulation
Alloc allocates memory for a new instance of the class.
func (DIDiskArbEmulationClass) Class ¶ added in v0.5.0
func (dc DIDiskArbEmulationClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIEncryptionChpass ¶ added in v0.5.0
type DIEncryptionChpass struct {
DIEncryptionFrontend
}
Methods ¶
- DIEncryptionChpass.PassEntryToChange
- DIEncryptionChpass.SetPassEntryToChange
- DIEncryptionChpass.ReplacePassWithXpcHandlerParamsError
- DIEncryptionChpass.ReplacePassphraseError
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionChpass
func DIEncryptionChpassFromID ¶ added in v0.5.0
func DIEncryptionChpassFromID(id objc.ID) DIEncryptionChpass
DIEncryptionChpassFromID constructs a DIEncryptionChpass from an objc.ID.
func NewDIEncryptionChpass ¶ added in v0.5.0
func NewDIEncryptionChpass() DIEncryptionChpass
NewDIEncryptionChpass creates a new DIEncryptionChpass instance.
func NewDIEncryptionChpassWithCoder ¶ added in v0.5.0
func NewDIEncryptionChpassWithCoder(coder objectivec.IObject) DIEncryptionChpass
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionChpass/initWithCoder:
func NewDIEncryptionChpassWithParams ¶ added in v0.5.0
func NewDIEncryptionChpassWithParams(params objectivec.IObject) DIEncryptionChpass
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionChpass/initWithParams:
func (DIEncryptionChpass) Autorelease ¶ added in v0.5.0
func (d DIEncryptionChpass) Autorelease() DIEncryptionChpass
Autorelease adds the receiver to the current autorelease pool.
func (DIEncryptionChpass) Init ¶ added in v0.5.0
func (d DIEncryptionChpass) Init() DIEncryptionChpass
Init initializes the instance.
func (DIEncryptionChpass) PassEntryToChange ¶ added in v0.5.0
func (d DIEncryptionChpass) PassEntryToChange() unsafe.Pointer
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionChpass/passEntryToChange
func (DIEncryptionChpass) ReplacePassWithXpcHandlerParamsError ¶ added in v0.5.0
func (d DIEncryptionChpass) ReplacePassWithXpcHandlerParamsError(handler objectivec.IObject, params objectivec.IObject) (bool, error)
func (DIEncryptionChpass) ReplacePassphraseError ¶ added in v0.5.0
func (d DIEncryptionChpass) ReplacePassphraseError(passphrase string) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionChpass/replacePassphrase:error:
func (DIEncryptionChpass) SetPassEntryToChange ¶ added in v0.5.0
func (d DIEncryptionChpass) SetPassEntryToChange(value unsafe.Pointer)
type DIEncryptionChpassClass ¶ added in v0.5.0
type DIEncryptionChpassClass struct {
// contains filtered or unexported fields
}
func GetDIEncryptionChpassClass ¶ added in v0.5.0
func GetDIEncryptionChpassClass() DIEncryptionChpassClass
GetDIEncryptionChpassClass returns the class object for DIEncryptionChpass.
func (DIEncryptionChpassClass) Alloc ¶ added in v0.5.0
func (dc DIEncryptionChpassClass) Alloc() DIEncryptionChpass
Alloc allocates memory for a new instance of the class.
func (DIEncryptionChpassClass) Class ¶ added in v0.5.0
func (dc DIEncryptionChpassClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIEncryptionCreator ¶ added in v0.5.0
type DIEncryptionCreator struct {
DIEncryptionFrontend
}
Methods ¶
- DIEncryptionCreator.AddPublicKeyEntryWithXpcHandlerError
- DIEncryptionCreator.AddSymmetricKeyEntryWithError
- DIEncryptionCreator.CreateAndStoreInSystemKeychainWithAccountError
- DIEncryptionCreator.CreateParams
- DIEncryptionCreator.SetCreateParams
- DIEncryptionCreator.CreateWithXpcHandlerError
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionCreator
func DIEncryptionCreatorFromID ¶ added in v0.5.0
func DIEncryptionCreatorFromID(id objc.ID) DIEncryptionCreator
DIEncryptionCreatorFromID constructs a DIEncryptionCreator from an objc.ID.
func NewDIEncryptionCreator ¶ added in v0.5.0
func NewDIEncryptionCreator() DIEncryptionCreator
NewDIEncryptionCreator creates a new DIEncryptionCreator instance.
func NewDIEncryptionCreatorWithCoder ¶ added in v0.5.0
func NewDIEncryptionCreatorWithCoder(coder objectivec.IObject) DIEncryptionCreator
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/initWithCoder:
func NewDIEncryptionCreatorWithParams ¶ added in v0.5.0
func NewDIEncryptionCreatorWithParams(params objectivec.IObject) DIEncryptionCreator
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/initWithParams:
func (DIEncryptionCreator) AddPublicKeyEntryWithXpcHandlerError ¶ added in v0.5.0
func (d DIEncryptionCreator) AddPublicKeyEntryWithXpcHandlerError(handler objectivec.IObject) (bool, error)
func (DIEncryptionCreator) AddSymmetricKeyEntryWithError ¶ added in v0.5.0
func (d DIEncryptionCreator) AddSymmetricKeyEntryWithError() (bool, error)
func (DIEncryptionCreator) Autorelease ¶ added in v0.5.0
func (d DIEncryptionCreator) Autorelease() DIEncryptionCreator
Autorelease adds the receiver to the current autorelease pool.
func (DIEncryptionCreator) CreateAndStoreInSystemKeychainWithAccountError ¶ added in v0.5.0
func (d DIEncryptionCreator) CreateAndStoreInSystemKeychainWithAccountError(account objectivec.IObject) (bool, error)
func (DIEncryptionCreator) CreateParams ¶ added in v0.5.0
func (d DIEncryptionCreator) CreateParams() IDICreateParams
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionCreator/createParams
func (DIEncryptionCreator) CreateWithXpcHandlerError ¶ added in v0.5.0
func (d DIEncryptionCreator) CreateWithXpcHandlerError(handler objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionCreator/createWithXpcHandler:error:
func (DIEncryptionCreator) Init ¶ added in v0.5.0
func (d DIEncryptionCreator) Init() DIEncryptionCreator
Init initializes the instance.
func (DIEncryptionCreator) SetCreateParams ¶ added in v0.5.0
func (d DIEncryptionCreator) SetCreateParams(value IDICreateParams)
type DIEncryptionCreatorClass ¶ added in v0.5.0
type DIEncryptionCreatorClass struct {
// contains filtered or unexported fields
}
func GetDIEncryptionCreatorClass ¶ added in v0.5.0
func GetDIEncryptionCreatorClass() DIEncryptionCreatorClass
GetDIEncryptionCreatorClass returns the class object for DIEncryptionCreator.
func (DIEncryptionCreatorClass) Alloc ¶ added in v0.5.0
func (dc DIEncryptionCreatorClass) Alloc() DIEncryptionCreator
Alloc allocates memory for a new instance of the class.
func (DIEncryptionCreatorClass) Class ¶ added in v0.5.0
func (dc DIEncryptionCreatorClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DIEncryptionCreatorClass) GetPublicKeyWithCertificateError ¶ added in v0.5.0
func (_DIEncryptionCreatorClass DIEncryptionCreatorClass) GetPublicKeyWithCertificateError(certificate objectivec.IObject) (objectivec.IObject, error)
type DIEncryptionFrontend ¶ added in v0.5.0
type DIEncryptionFrontend struct {
objectivec.Object
}
Methods ¶
- DIEncryptionFrontend.CLIPassphrasePromptCreate
- DIEncryptionFrontend.CLIPassphrasePromptUnlock
- DIEncryptionFrontend.CLIVerifyPassphrasePromptCreate
- DIEncryptionFrontend.GUIAskForPassphraseWithPassphraseUsageError
- DIEncryptionFrontend.GUIPassphraseLabelCreate
- DIEncryptionFrontend.GUIPassphraseLabelUnlock
- DIEncryptionFrontend.GUIPassphrasePromptCreate
- DIEncryptionFrontend.GUIPassphrasePromptUnlock
- DIEncryptionFrontend.GUIVerifyPassphraseLabelCreate
- DIEncryptionFrontend.AddPassphraseEntryWithXpcHandlerFlagsUsageError
- DIEncryptionFrontend.AllowStoringInKeychain
- DIEncryptionFrontend.SetAllowStoringInKeychain
- DIEncryptionFrontend.AskPermissionWithRememberPasswordError
- DIEncryptionFrontend.CheckAuthEntriesWithHasPassphraseEntryHasPublicKeyEntryError
- DIEncryptionFrontend.CheckWithHasIcloudKeychainError
- DIEncryptionFrontend.CheckWithItemRefIsSystemKeychainError
- DIEncryptionFrontend.ConsoleAskForPassphraseWithUseStdinUsageError
- DIEncryptionFrontend.DiParams
- DIEncryptionFrontend.EncodeWithCoder
- DIEncryptionFrontend.EncryptionUUID
- DIEncryptionFrontend.Flags
- DIEncryptionFrontend.GenerateAuthTableWithError
- DIEncryptionFrontend.GetCertificateWithCertificatePathError
- DIEncryptionFrontend.GetCertificateWithPublicKeyError
- DIEncryptionFrontend.GetSerializerWithAuthTable
- DIEncryptionFrontend.KeychainUnlockWithError
- DIEncryptionFrontend.KeychainUnlockWithIsSystemKeychainError
- DIEncryptionFrontend.LookupLegacyKeychainWithXpcHandlerError
- DIEncryptionFrontend.SetPassphraseError
- DIEncryptionFrontend.StoreInKeychainWithPassphraseForceSystemKeychainError
- DIEncryptionFrontend.UnlockUsingPublicKeyWithError
- DIEncryptionFrontend.UnlockUsingSaksWithError
- DIEncryptionFrontend.UnlockUsingSymmetricKeyWithError
- DIEncryptionFrontend.UnlockWithPassphraseError
- DIEncryptionFrontend.UnlockWithXpcHandlerError
- DIEncryptionFrontend.UpdateDiskImageParamsWithFrontendError
- DIEncryptionFrontend.ValidateDeserializationWithError
- DIEncryptionFrontend.InitWithCoder
- DIEncryptionFrontend.InitWithParams
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend
func DIEncryptionFrontendFromID ¶ added in v0.5.0
func DIEncryptionFrontendFromID(id objc.ID) DIEncryptionFrontend
DIEncryptionFrontendFromID constructs a DIEncryptionFrontend from an objc.ID.
func NewDIEncryptionFrontend ¶ added in v0.5.0
func NewDIEncryptionFrontend() DIEncryptionFrontend
NewDIEncryptionFrontend creates a new DIEncryptionFrontend instance.
func NewDIEncryptionFrontendWithCoder ¶ added in v0.5.0
func NewDIEncryptionFrontendWithCoder(coder objectivec.IObject) DIEncryptionFrontend
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/initWithCoder:
func NewDIEncryptionFrontendWithParams ¶ added in v0.5.0
func NewDIEncryptionFrontendWithParams(params objectivec.IObject) DIEncryptionFrontend
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/initWithParams:
func (DIEncryptionFrontend) AddPassphraseEntryWithXpcHandlerFlagsUsageError ¶ added in v0.5.0
func (d DIEncryptionFrontend) AddPassphraseEntryWithXpcHandlerFlagsUsageError(handler objectivec.IObject, flags uint64, usage int64) (bool, error)
func (DIEncryptionFrontend) AllowStoringInKeychain ¶ added in v0.5.0
func (d DIEncryptionFrontend) AllowStoringInKeychain() bool
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/allowStoringInKeychain
func (DIEncryptionFrontend) AskPermissionWithRememberPasswordError ¶ added in v0.5.0
func (d DIEncryptionFrontend) AskPermissionWithRememberPasswordError() (bool, error)
func (DIEncryptionFrontend) Autorelease ¶ added in v0.5.0
func (d DIEncryptionFrontend) Autorelease() DIEncryptionFrontend
Autorelease adds the receiver to the current autorelease pool.
func (DIEncryptionFrontend) CLIPassphrasePromptCreate ¶ added in v0.5.0
func (d DIEncryptionFrontend) CLIPassphrasePromptCreate() string
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/CLIPassphrasePromptCreate
func (DIEncryptionFrontend) CLIPassphrasePromptUnlock ¶ added in v0.5.0
func (d DIEncryptionFrontend) CLIPassphrasePromptUnlock() string
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/CLIPassphrasePromptUnlock
func (DIEncryptionFrontend) CLIVerifyPassphrasePromptCreate ¶ added in v0.5.0
func (d DIEncryptionFrontend) CLIVerifyPassphrasePromptCreate() string
func (DIEncryptionFrontend) CheckAuthEntriesWithHasPassphraseEntryHasPublicKeyEntryError ¶ added in v0.5.0
func (d DIEncryptionFrontend) CheckAuthEntriesWithHasPassphraseEntryHasPublicKeyEntryError() (bool, bool, error)
func (DIEncryptionFrontend) CheckWithHasIcloudKeychainError ¶ added in v0.5.0
func (d DIEncryptionFrontend) CheckWithHasIcloudKeychainError() (bool, error)
func (DIEncryptionFrontend) CheckWithItemRefIsSystemKeychainError ¶ added in v0.5.0
func (d DIEncryptionFrontend) CheckWithItemRefIsSystemKeychainError(ref objectivec.IObject) (bool, error)
func (DIEncryptionFrontend) ConsoleAskForPassphraseWithUseStdinUsageError ¶ added in v0.5.0
func (d DIEncryptionFrontend) ConsoleAskForPassphraseWithUseStdinUsageError(stdin bool, usage int64) (bool, error)
func (DIEncryptionFrontend) DiParams ¶ added in v0.5.0
func (d DIEncryptionFrontend) DiParams() IDIBaseParams
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/diParams
func (DIEncryptionFrontend) EncodeWithCoder ¶ added in v0.5.0
func (d DIEncryptionFrontend) EncodeWithCoder(coder foundation.INSCoder)
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/encodeWithCoder:
func (DIEncryptionFrontend) EncryptionUUID ¶ added in v0.5.0
func (d DIEncryptionFrontend) EncryptionUUID() foundation.NSUUID
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/encryptionUUID
func (DIEncryptionFrontend) Flags ¶ added in v0.5.0
func (d DIEncryptionFrontend) Flags() uint64
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/flags
func (DIEncryptionFrontend) GUIAskForPassphraseWithPassphraseUsageError ¶ added in v0.5.0
func (d DIEncryptionFrontend) GUIAskForPassphraseWithPassphraseUsageError(usage int64) (bool, error)
func (DIEncryptionFrontend) GUIPassphraseLabelCreate ¶ added in v0.5.0
func (d DIEncryptionFrontend) GUIPassphraseLabelCreate() string
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/GUIPassphraseLabelCreate
func (DIEncryptionFrontend) GUIPassphraseLabelUnlock ¶ added in v0.5.0
func (d DIEncryptionFrontend) GUIPassphraseLabelUnlock() string
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/GUIPassphraseLabelUnlock
func (DIEncryptionFrontend) GUIPassphrasePromptCreate ¶ added in v0.5.0
func (d DIEncryptionFrontend) GUIPassphrasePromptCreate() string
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/GUIPassphrasePromptCreate
func (DIEncryptionFrontend) GUIPassphrasePromptUnlock ¶ added in v0.5.0
func (d DIEncryptionFrontend) GUIPassphrasePromptUnlock() string
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/GUIPassphrasePromptUnlock
func (DIEncryptionFrontend) GUIVerifyPassphraseLabelCreate ¶ added in v0.5.0
func (d DIEncryptionFrontend) GUIVerifyPassphraseLabelCreate() string
func (DIEncryptionFrontend) GenerateAuthTableWithError ¶ added in v0.5.0
func (d DIEncryptionFrontend) GenerateAuthTableWithError() (unsafe.Pointer, error)
func (DIEncryptionFrontend) GetCertificateWithCertificatePathError ¶ added in v0.5.0
func (d DIEncryptionFrontend) GetCertificateWithCertificatePathError(path objectivec.IObject) (objectivec.IObject, error)
func (DIEncryptionFrontend) GetCertificateWithPublicKeyError ¶ added in v0.5.0
func (d DIEncryptionFrontend) GetCertificateWithPublicKeyError(key objectivec.IObject) (objectivec.IObject, error)
func (DIEncryptionFrontend) GetSerializerWithAuthTable ¶ added in v0.5.0
func (d DIEncryptionFrontend) GetSerializerWithAuthTable(table unsafe.Pointer) objectivec.IObject
func (DIEncryptionFrontend) Init ¶ added in v0.5.0
func (d DIEncryptionFrontend) Init() DIEncryptionFrontend
Init initializes the instance.
func (DIEncryptionFrontend) InitWithCoder ¶ added in v0.5.0
func (d DIEncryptionFrontend) InitWithCoder(coder foundation.INSCoder) DIEncryptionFrontend
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/initWithCoder:
func (DIEncryptionFrontend) InitWithParams ¶ added in v0.5.0
func (d DIEncryptionFrontend) InitWithParams(params objectivec.IObject) DIEncryptionFrontend
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/initWithParams:
func (DIEncryptionFrontend) KeychainUnlockWithError ¶ added in v0.5.0
func (d DIEncryptionFrontend) KeychainUnlockWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/keychainUnlockWithError:
func (DIEncryptionFrontend) KeychainUnlockWithIsSystemKeychainError ¶ added in v0.5.0
func (d DIEncryptionFrontend) KeychainUnlockWithIsSystemKeychainError(keychain bool) (bool, error)
func (DIEncryptionFrontend) LookupLegacyKeychainWithXpcHandlerError ¶ added in v0.5.0
func (d DIEncryptionFrontend) LookupLegacyKeychainWithXpcHandlerError(handler objectivec.IObject) (bool, error)
func (DIEncryptionFrontend) SetAllowStoringInKeychain ¶ added in v0.5.0
func (d DIEncryptionFrontend) SetAllowStoringInKeychain(value bool)
func (DIEncryptionFrontend) SetPassphraseError ¶ added in v0.5.0
func (d DIEncryptionFrontend) SetPassphraseError(passphrase string) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/setPassphrase:error:
func (DIEncryptionFrontend) StoreInKeychainWithPassphraseForceSystemKeychainError ¶ added in v0.5.0
func (d DIEncryptionFrontend) StoreInKeychainWithPassphraseForceSystemKeychainError(passphrase objectivec.IObject, keychain bool) (bool, error)
func (DIEncryptionFrontend) UnlockUsingPublicKeyWithError ¶ added in v0.5.0
func (d DIEncryptionFrontend) UnlockUsingPublicKeyWithError() (bool, error)
func (DIEncryptionFrontend) UnlockUsingSaksWithError ¶ added in v0.5.0
func (d DIEncryptionFrontend) UnlockUsingSaksWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/unlockUsingSaksWithError:
func (DIEncryptionFrontend) UnlockUsingSymmetricKeyWithError ¶ added in v0.5.0
func (d DIEncryptionFrontend) UnlockUsingSymmetricKeyWithError() (bool, error)
func (DIEncryptionFrontend) UnlockWithPassphraseError ¶ added in v0.5.0
func (d DIEncryptionFrontend) UnlockWithPassphraseError(passphrase string) (bool, error)
func (DIEncryptionFrontend) UnlockWithXpcHandlerError ¶ added in v0.5.0
func (d DIEncryptionFrontend) UnlockWithXpcHandlerError(handler objectivec.IObject) (bool, error)
func (DIEncryptionFrontend) UpdateDiskImageParamsWithFrontendError ¶ added in v0.5.0
func (d DIEncryptionFrontend) UpdateDiskImageParamsWithFrontendError(frontend objectivec.IObject) (bool, error)
func (DIEncryptionFrontend) ValidateDeserializationWithError ¶ added in v0.5.0
func (d DIEncryptionFrontend) ValidateDeserializationWithError() (bool, error)
type DIEncryptionFrontendClass ¶ added in v0.5.0
type DIEncryptionFrontendClass struct {
// contains filtered or unexported fields
}
func GetDIEncryptionFrontendClass ¶ added in v0.5.0
func GetDIEncryptionFrontendClass() DIEncryptionFrontendClass
GetDIEncryptionFrontendClass returns the class object for DIEncryptionFrontend.
func (DIEncryptionFrontendClass) Alloc ¶ added in v0.5.0
func (dc DIEncryptionFrontendClass) Alloc() DIEncryptionFrontend
Alloc allocates memory for a new instance of the class.
func (DIEncryptionFrontendClass) Class ¶ added in v0.5.0
func (dc DIEncryptionFrontendClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DIEncryptionFrontendClass) HasGUIaccess ¶ added in v0.5.0
func (_DIEncryptionFrontendClass DIEncryptionFrontendClass) HasGUIaccess() bool
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/hasGUIaccess
func (DIEncryptionFrontendClass) SupportsSecureCoding ¶ added in v0.5.0
func (_DIEncryptionFrontendClass DIEncryptionFrontendClass) SupportsSecureCoding() bool
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/supportsSecureCoding
func (DIEncryptionFrontendClass) UpdateSystemKeychainAttrWithDictIsStoringError ¶ added in v0.5.0
func (_DIEncryptionFrontendClass DIEncryptionFrontendClass) UpdateSystemKeychainAttrWithDictIsStoringError(dict objectivec.IObject, storing bool) (bool, error)
type DIEncryptionUnlocker ¶ added in v0.5.0
type DIEncryptionUnlocker struct {
DIEncryptionFrontend
}
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionUnlocker
func DIEncryptionUnlockerFromID ¶ added in v0.5.0
func DIEncryptionUnlockerFromID(id objc.ID) DIEncryptionUnlocker
DIEncryptionUnlockerFromID constructs a DIEncryptionUnlocker from an objc.ID.
func NewDIEncryptionUnlocker ¶ added in v0.5.0
func NewDIEncryptionUnlocker() DIEncryptionUnlocker
NewDIEncryptionUnlocker creates a new DIEncryptionUnlocker instance.
func NewDIEncryptionUnlockerWithCoder ¶ added in v0.5.0
func NewDIEncryptionUnlockerWithCoder(coder objectivec.IObject) DIEncryptionUnlocker
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/initWithCoder:
func NewDIEncryptionUnlockerWithParams ¶ added in v0.5.0
func NewDIEncryptionUnlockerWithParams(params objectivec.IObject) DIEncryptionUnlocker
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend/initWithParams:
func (DIEncryptionUnlocker) Autorelease ¶ added in v0.5.0
func (d DIEncryptionUnlocker) Autorelease() DIEncryptionUnlocker
Autorelease adds the receiver to the current autorelease pool.
func (DIEncryptionUnlocker) Init ¶ added in v0.5.0
func (d DIEncryptionUnlocker) Init() DIEncryptionUnlocker
Init initializes the instance.
type DIEncryptionUnlockerClass ¶ added in v0.5.0
type DIEncryptionUnlockerClass struct {
// contains filtered or unexported fields
}
func GetDIEncryptionUnlockerClass ¶ added in v0.5.0
func GetDIEncryptionUnlockerClass() DIEncryptionUnlockerClass
GetDIEncryptionUnlockerClass returns the class object for DIEncryptionUnlocker.
func (DIEncryptionUnlockerClass) Alloc ¶ added in v0.5.0
func (dc DIEncryptionUnlockerClass) Alloc() DIEncryptionUnlocker
Alloc allocates memory for a new instance of the class.
func (DIEncryptionUnlockerClass) Class ¶ added in v0.5.0
func (dc DIEncryptionUnlockerClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIError ¶ added in v0.5.0
type DIError struct {
objectivec.Object
}
See: https://developer.apple.com/documentation/DiskImages2/DIError
func DIErrorFromID ¶ added in v0.5.0
DIErrorFromID constructs a DIError from an objc.ID.
func NewDIError ¶ added in v0.5.0
func NewDIError() DIError
NewDIError creates a new DIError instance.
func (DIError) Autorelease ¶ added in v0.5.0
Autorelease adds the receiver to the current autorelease pool.
type DIErrorClass ¶ added in v0.5.0
type DIErrorClass struct {
// contains filtered or unexported fields
}
func GetDIErrorClass ¶ added in v0.5.0
func GetDIErrorClass() DIErrorClass
GetDIErrorClass returns the class object for DIError.
func (DIErrorClass) Alloc ¶ added in v0.5.0
func (dc DIErrorClass) Alloc() DIError
Alloc allocates memory for a new instance of the class.
func (DIErrorClass) Class ¶ added in v0.5.0
func (dc DIErrorClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DIErrorClass) CopyDefaultLocalizedStringForDIErrorCode ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) CopyDefaultLocalizedStringForDIErrorCode(code int64) objectivec.IObject
func (DIErrorClass) ErrorWithDIExceptionDescriptionPrefixError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) ErrorWithDIExceptionDescriptionPrefixError(dIException unsafe.Pointer, description objectivec.IObject, prefix objectivec.IObject) (objectivec.IObject, error)
func (DIErrorClass) ErrorWithDomainCodeDescriptionVerboseInfoError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) ErrorWithDomainCodeDescriptionVerboseInfoError(domain objectivec.IObject, code int64, description objectivec.IObject, info objectivec.IObject) (objectivec.IObject, error)
func (DIErrorClass) ErrorWithEnumValueVerboseInfo ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) ErrorWithEnumValueVerboseInfo(value int64, info objectivec.IObject) objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIError/errorWithEnumValue:verboseInfo:
func (DIErrorClass) ErrorWithPOSIXCodeVerboseInfo ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) ErrorWithPOSIXCodeVerboseInfo(pOSIXCode int, info objectivec.IObject) objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIError/errorWithPOSIXCode:verboseInfo:
func (DIErrorClass) ErrorWithUnexpectedVerboseInfoError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) ErrorWithUnexpectedVerboseInfoError(unexpected objectivec.IObject, info objectivec.IObject) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/errorWithUnexpected:verboseInfo:error:
func (DIErrorClass) FailWithDIExceptionDescriptionError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) FailWithDIExceptionDescriptionError(dIException unsafe.Pointer, description objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/failWithDIException:description:error:
func (DIErrorClass) FailWithDIExceptionPrefixError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) FailWithDIExceptionPrefixError(dIException unsafe.Pointer, prefix objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/failWithDIException:prefix:error:
func (DIErrorClass) FailWithEnumValueDescriptionError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) FailWithEnumValueDescriptionError(value int64, description objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/failWithEnumValue:description:error:
func (DIErrorClass) FailWithEnumValueVerboseInfoError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) FailWithEnumValueVerboseInfoError(value int64, info objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/failWithEnumValue:verboseInfo:error:
func (DIErrorClass) FailWithInErrorOutError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) FailWithInErrorOutError(error_ objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/failWithInError:outError:
func (DIErrorClass) FailWithOSStatusDescriptionError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) FailWithOSStatusDescriptionError(oSStatus int, description objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/failWithOSStatus:description:error:
func (DIErrorClass) FailWithOSStatusVerboseInfoError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) FailWithOSStatusVerboseInfoError(oSStatus int, info objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/failWithOSStatus:verboseInfo:error:
func (DIErrorClass) FailWithPOSIXCodeDescriptionError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) FailWithPOSIXCodeDescriptionError(pOSIXCode int, description objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/failWithPOSIXCode:description:error:
func (DIErrorClass) FailWithPOSIXCodeError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) FailWithPOSIXCodeError(pOSIXCode int) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/failWithPOSIXCode:error:
func (DIErrorClass) FailWithPOSIXCodeVerboseInfoError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) FailWithPOSIXCodeVerboseInfoError(pOSIXCode int, info objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/failWithPOSIXCode:verboseInfo:error:
func (DIErrorClass) FailWithUnexpectedError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) FailWithUnexpectedError(unexpected objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/failWithUnexpected:error:
func (DIErrorClass) FailWithUnexpectedVerboseInfoError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) FailWithUnexpectedVerboseInfoError(unexpected objectivec.IObject, info objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/failWithUnexpected:verboseInfo:error:
func (DIErrorClass) FrameworkBundle ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) FrameworkBundle() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIError/frameworkBundle
func (DIErrorClass) MandatoryArgumentFailWithError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) MandatoryArgumentFailWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/mandatoryArgumentFailWithError:
func (DIErrorClass) NilWithDIExceptionDescriptionError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) NilWithDIExceptionDescriptionError(dIException unsafe.Pointer, description objectivec.IObject) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/nilWithDIException:description:error:
func (DIErrorClass) NilWithDIExceptionPrefixError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) NilWithDIExceptionPrefixError(dIException unsafe.Pointer, prefix objectivec.IObject) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/nilWithDIException:prefix:error:
func (DIErrorClass) NilWithEnumValueDescriptionError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) NilWithEnumValueDescriptionError(value int64, description objectivec.IObject) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/nilWithEnumValue:description:error:
func (DIErrorClass) NilWithEnumValueVerboseInfoError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) NilWithEnumValueVerboseInfoError(value int64, info objectivec.IObject) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/nilWithEnumValue:verboseInfo:error:
func (DIErrorClass) NilWithOSStatusVerboseInfoError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) NilWithOSStatusVerboseInfoError(oSStatus int, info objectivec.IObject) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/nilWithOSStatus:verboseInfo:error:
func (DIErrorClass) NilWithPOSIXCodeDescriptionError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) NilWithPOSIXCodeDescriptionError(pOSIXCode int, description objectivec.IObject) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/nilWithPOSIXCode:description:error:
func (DIErrorClass) NilWithPOSIXCodeVerboseInfoError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) NilWithPOSIXCodeVerboseInfoError(pOSIXCode int, info objectivec.IObject) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/nilWithPOSIXCode:verboseInfo:error:
func (DIErrorClass) NilWithUnexpectedError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) NilWithUnexpectedError(unexpected objectivec.IObject) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/nilWithUnexpected:error:
func (DIErrorClass) NilWithUnexpectedVerboseInfoError ¶ added in v0.5.0
func (_DIErrorClass DIErrorClass) NilWithUnexpectedVerboseInfoError(unexpected objectivec.IObject, info objectivec.IObject) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIError/nilWithUnexpected:verboseInfo:error:
type DIHelpers ¶ added in v0.5.0
type DIHelpers struct {
objectivec.Object
}
See: https://developer.apple.com/documentation/DiskImages2/DIHelpers
func DIHelpersFromID ¶ added in v0.5.0
DIHelpersFromID constructs a DIHelpers from an objc.ID.
func NewDIHelpers ¶ added in v0.5.0
func NewDIHelpers() DIHelpers
NewDIHelpers creates a new DIHelpers instance.
func (DIHelpers) Autorelease ¶ added in v0.5.0
Autorelease adds the receiver to the current autorelease pool.
type DIHelpersClass ¶ added in v0.5.0
type DIHelpersClass struct {
// contains filtered or unexported fields
}
func GetDIHelpersClass ¶ added in v0.5.0
func GetDIHelpersClass() DIHelpersClass
GetDIHelpersClass returns the class object for DIHelpers.
func (DIHelpersClass) Alloc ¶ added in v0.5.0
func (dc DIHelpersClass) Alloc() DIHelpers
Alloc allocates memory for a new instance of the class.
func (DIHelpersClass) Class ¶ added in v0.5.0
func (dc DIHelpersClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DIHelpersClass) CopyDevicePathWithStatfs ¶ added in v0.5.0
func (_DIHelpersClass DIHelpersClass) CopyDevicePathWithStatfs(statfs objectivec.IObject) objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIHelpers/copyDevicePathWithStatfs:
func (DIHelpersClass) ExecuteWithPathArgumentsError ¶ added in v0.5.0
func (_DIHelpersClass DIHelpersClass) ExecuteWithPathArgumentsError(path objectivec.IObject, arguments objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIHelpers/executeWithPath:arguments:error:
func (DIHelpersClass) GetBlockSizeFromStrError ¶ added in v0.5.0
func (_DIHelpersClass DIHelpersClass) GetBlockSizeFromStrError(str objectivec.IObject) (uint32, error)
See: https://developer.apple.com/documentation/DiskImages2/DIHelpers/getBlockSizeFromStr:error:
func (DIHelpersClass) NumBlocksWithSizeStrBlockSize ¶ added in v0.5.0
func (_DIHelpersClass DIHelpersClass) NumBlocksWithSizeStrBlockSize(str objectivec.IObject, size uint32) uint64
See: https://developer.apple.com/documentation/DiskImages2/DIHelpers/numBlocksWithSizeStr:blockSize:
func (DIHelpersClass) StringWithImageFormat ¶ added in v0.5.0
func (_DIHelpersClass DIHelpersClass) StringWithImageFormat(format int64) objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIHelpers/stringWithImageFormat:
type DIIOIterator ¶ added in v0.5.0
type DIIOIterator struct {
DIIOObject
}
Methods ¶
- DIIOIterator.CopyNextObject
- DIIOIterator.StartedOver
- DIIOIterator.SetStartedOver
- DIIOIterator.InitWithIOIteratorRetain
See: https://developer.apple.com/documentation/DiskImages2/DIIOIterator
func DIIOIteratorFromID ¶ added in v0.5.0
func DIIOIteratorFromID(id objc.ID) DIIOIterator
DIIOIteratorFromID constructs a DIIOIterator from an objc.ID.
func NewDIIOIterator ¶ added in v0.5.0
func NewDIIOIterator() DIIOIterator
NewDIIOIterator creates a new DIIOIterator instance.
func NewDIIOIteratorWithClassNameError ¶ added in v0.5.0
func NewDIIOIteratorWithClassNameError(name objectivec.IObject) (DIIOIterator, error)
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithClassName:error:
func NewDIIOIteratorWithDIIOObject ¶ added in v0.5.0
func NewDIIOIteratorWithDIIOObject(dIIOObject objectivec.IObject) DIIOIterator
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithDIIOObject:
func NewDIIOIteratorWithIOIteratorRetain ¶ added in v0.5.0
func NewDIIOIteratorWithIOIteratorRetain(iOIterator uint32, retain bool) DIIOIterator
See: https://developer.apple.com/documentation/DiskImages2/DIIOIterator/initWithIOIterator:retain:
func NewDIIOIteratorWithIOObject ¶ added in v0.5.0
func NewDIIOIteratorWithIOObject(iOObject uint32) DIIOIterator
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithIOObject:
func NewDIIOIteratorWithIOObjectRetain ¶ added in v0.5.0
func NewDIIOIteratorWithIOObjectRetain(iOObject uint32, retain bool) DIIOIterator
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithIOObject:retain:
func NewDIIOIteratorWithIteratorNext ¶ added in v0.5.0
func NewDIIOIteratorWithIteratorNext(next objectivec.IObject) DIIOIterator
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithIteratorNext:
func NewDIIOIteratorWithRegistryEntryIDError ¶ added in v0.5.0
func NewDIIOIteratorWithRegistryEntryIDError(id uint64) (DIIOIterator, error)
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithRegistryEntryID:error:
func (DIIOIterator) Autorelease ¶ added in v0.5.0
func (d DIIOIterator) Autorelease() DIIOIterator
Autorelease adds the receiver to the current autorelease pool.
func (DIIOIterator) CopyNextObject ¶ added in v0.5.0
func (d DIIOIterator) CopyNextObject() uint32
See: https://developer.apple.com/documentation/DiskImages2/DIIOIterator/copyNextObject
func (DIIOIterator) Init ¶ added in v0.5.0
func (d DIIOIterator) Init() DIIOIterator
Init initializes the instance.
func (DIIOIterator) InitWithIOIteratorRetain ¶ added in v0.5.0
func (d DIIOIterator) InitWithIOIteratorRetain(iOIterator uint32, retain bool) DIIOIterator
See: https://developer.apple.com/documentation/DiskImages2/DIIOIterator/initWithIOIterator:retain:
func (DIIOIterator) SetStartedOver ¶ added in v0.5.0
func (d DIIOIterator) SetStartedOver(value bool)
func (DIIOIterator) StartedOver ¶ added in v0.5.0
func (d DIIOIterator) StartedOver() bool
See: https://developer.apple.com/documentation/DiskImages2/DIIOIterator/startedOver
type DIIOIteratorClass ¶ added in v0.5.0
type DIIOIteratorClass struct {
// contains filtered or unexported fields
}
func GetDIIOIteratorClass ¶ added in v0.5.0
func GetDIIOIteratorClass() DIIOIteratorClass
GetDIIOIteratorClass returns the class object for DIIOIterator.
func (DIIOIteratorClass) Alloc ¶ added in v0.5.0
func (dc DIIOIteratorClass) Alloc() DIIOIterator
Alloc allocates memory for a new instance of the class.
func (DIIOIteratorClass) Class ¶ added in v0.5.0
func (dc DIIOIteratorClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIIOMedia ¶ added in v0.5.0
type DIIOMedia struct {
DIIOObject
}
Methods ¶
See: https://developer.apple.com/documentation/DiskImages2/DIIOMedia
func DIIOMediaFromID ¶ added in v0.5.0
DIIOMediaFromID constructs a DIIOMedia from an objc.ID.
func NewDIIOMedia ¶ added in v0.5.0
func NewDIIOMedia() DIIOMedia
NewDIIOMedia creates a new DIIOMedia instance.
func NewDIIOMediaWithClassNameError ¶ added in v0.5.0
func NewDIIOMediaWithClassNameError(name objectivec.IObject) (DIIOMedia, error)
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithClassName:error:
func NewDIIOMediaWithDIIOObject ¶ added in v0.5.0
func NewDIIOMediaWithDIIOObject(dIIOObject objectivec.IObject) DIIOMedia
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithDIIOObject:
func NewDIIOMediaWithDevNameError ¶ added in v0.5.0
func NewDIIOMediaWithDevNameError(name objectivec.IObject) (DIIOMedia, error)
See: https://developer.apple.com/documentation/DiskImages2/DIIOMedia/initWithDevName:error:
func NewDIIOMediaWithIOObject ¶ added in v0.5.0
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithIOObject:
func NewDIIOMediaWithIOObjectRetain ¶ added in v0.5.0
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithIOObject:retain:
func NewDIIOMediaWithIteratorNext ¶ added in v0.5.0
func NewDIIOMediaWithIteratorNext(next objectivec.IObject) DIIOMedia
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithIteratorNext:
func NewDIIOMediaWithRegistryEntryIDError ¶ added in v0.5.0
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithRegistryEntryID:error:
func (DIIOMedia) Autorelease ¶ added in v0.5.0
Autorelease adds the receiver to the current autorelease pool.
func (DIIOMedia) BSDName ¶ added in v0.5.0
See: https://developer.apple.com/documentation/DiskImages2/DIIOMedia/BSDName
func (DIIOMedia) CopyBlockDeviceWithError ¶ added in v0.5.0
func (d DIIOMedia) CopyBlockDeviceWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIIOMedia/copyBlockDeviceWithError:
func (DIIOMedia) InitWithDevNameError ¶ added in v0.5.0
func (d DIIOMedia) InitWithDevNameError(name objectivec.IObject) (DIIOMedia, error)
See: https://developer.apple.com/documentation/DiskImages2/DIIOMedia/initWithDevName:error:
type DIIOMediaClass ¶ added in v0.5.0
type DIIOMediaClass struct {
// contains filtered or unexported fields
}
func GetDIIOMediaClass ¶ added in v0.5.0
func GetDIIOMediaClass() DIIOMediaClass
GetDIIOMediaClass returns the class object for DIIOMedia.
func (DIIOMediaClass) Alloc ¶ added in v0.5.0
func (dc DIIOMediaClass) Alloc() DIIOMedia
Alloc allocates memory for a new instance of the class.
func (DIIOMediaClass) Class ¶ added in v0.5.0
func (dc DIIOMediaClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIIOObject ¶ added in v0.5.0
type DIIOObject struct {
objectivec.Object
}
Methods ¶
- DIIOObject.CopyParentWithError
- DIIOObject.CopyPropertyWithClassKey
- DIIOObject.IoClassName
- DIIOObject.IoObj
- DIIOObject.IoObjectWithClassNameIterateParentError
- DIIOObject.NewIteratorWithOptionsError
- DIIOObject.RegistryEntryIDWithError
- DIIOObject.InitWithClassNameError
- DIIOObject.InitWithDIIOObject
- DIIOObject.InitWithIOObject
- DIIOObject.InitWithIOObjectRetain
- DIIOObject.InitWithIteratorNext
- DIIOObject.InitWithRegistryEntryIDError
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject
func DIIOObjectFromID ¶ added in v0.5.0
func DIIOObjectFromID(id objc.ID) DIIOObject
DIIOObjectFromID constructs a DIIOObject from an objc.ID.
func NewDIIOObject ¶ added in v0.5.0
func NewDIIOObject() DIIOObject
NewDIIOObject creates a new DIIOObject instance.
func NewDIIOObjectWithClassNameError ¶ added in v0.5.0
func NewDIIOObjectWithClassNameError(name objectivec.IObject) (DIIOObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithClassName:error:
func NewDIIOObjectWithDIIOObject ¶ added in v0.5.0
func NewDIIOObjectWithDIIOObject(dIIOObject objectivec.IObject) DIIOObject
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithDIIOObject:
func NewDIIOObjectWithIOObject ¶ added in v0.5.0
func NewDIIOObjectWithIOObject(iOObject uint32) DIIOObject
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithIOObject:
func NewDIIOObjectWithIOObjectRetain ¶ added in v0.5.0
func NewDIIOObjectWithIOObjectRetain(iOObject uint32, retain bool) DIIOObject
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithIOObject:retain:
func NewDIIOObjectWithIteratorNext ¶ added in v0.5.0
func NewDIIOObjectWithIteratorNext(next objectivec.IObject) DIIOObject
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithIteratorNext:
func NewDIIOObjectWithRegistryEntryIDError ¶ added in v0.5.0
func NewDIIOObjectWithRegistryEntryIDError(id uint64) (DIIOObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithRegistryEntryID:error:
func (DIIOObject) Autorelease ¶ added in v0.5.0
func (d DIIOObject) Autorelease() DIIOObject
Autorelease adds the receiver to the current autorelease pool.
func (DIIOObject) CopyParentWithError ¶ added in v0.5.0
func (d DIIOObject) CopyParentWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/copyParentWithError:
func (DIIOObject) CopyPropertyWithClassKey ¶ added in v0.5.0
func (d DIIOObject) CopyPropertyWithClassKey(class objc.Class, key objectivec.IObject) objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/copyPropertyWithClass:key:
func (DIIOObject) Init ¶ added in v0.5.0
func (d DIIOObject) Init() DIIOObject
Init initializes the instance.
func (DIIOObject) InitWithClassNameError ¶ added in v0.5.0
func (d DIIOObject) InitWithClassNameError(name objectivec.IObject) (DIIOObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithClassName:error:
func (DIIOObject) InitWithDIIOObject ¶ added in v0.5.0
func (d DIIOObject) InitWithDIIOObject(dIIOObject objectivec.IObject) DIIOObject
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithDIIOObject:
func (DIIOObject) InitWithIOObject ¶ added in v0.5.0
func (d DIIOObject) InitWithIOObject(iOObject uint32) DIIOObject
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithIOObject:
func (DIIOObject) InitWithIOObjectRetain ¶ added in v0.5.0
func (d DIIOObject) InitWithIOObjectRetain(iOObject uint32, retain bool) DIIOObject
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithIOObject:retain:
func (DIIOObject) InitWithIteratorNext ¶ added in v0.5.0
func (d DIIOObject) InitWithIteratorNext(next objectivec.IObject) DIIOObject
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithIteratorNext:
func (DIIOObject) InitWithRegistryEntryIDError ¶ added in v0.5.0
func (d DIIOObject) InitWithRegistryEntryIDError(id uint64) (DIIOObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/initWithRegistryEntryID:error:
func (DIIOObject) IoClassName ¶ added in v0.5.0
func (d DIIOObject) IoClassName() string
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/ioClassName
func (DIIOObject) IoObj ¶ added in v0.5.0
func (d DIIOObject) IoObj() uint32
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/ioObj
func (DIIOObject) IoObjectWithClassNameIterateParentError ¶ added in v0.5.0
func (d DIIOObject) IoObjectWithClassNameIterateParentError(name objectivec.IObject, parent bool) (objectivec.IObject, error)
func (DIIOObject) NewIteratorWithOptionsError ¶ added in v0.5.0
func (d DIIOObject) NewIteratorWithOptionsError(options uint32) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/newIteratorWithOptions:error:
func (DIIOObject) RegistryEntryIDWithError ¶ added in v0.5.0
func (d DIIOObject) RegistryEntryIDWithError() (uint64, error)
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/registryEntryIDWithError:
type DIIOObjectClass ¶ added in v0.5.0
type DIIOObjectClass struct {
// contains filtered or unexported fields
}
func GetDIIOObjectClass ¶ added in v0.5.0
func GetDIIOObjectClass() DIIOObjectClass
GetDIIOObjectClass returns the class object for DIIOObject.
func (DIIOObjectClass) Alloc ¶ added in v0.5.0
func (dc DIIOObjectClass) Alloc() DIIOObject
Alloc allocates memory for a new instance of the class.
func (DIIOObjectClass) Class ¶ added in v0.5.0
func (dc DIIOObjectClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DIIOObjectClass) CopyDiskImagesControllerWithError ¶ added in v0.5.0
func (_DIIOObjectClass DIIOObjectClass) CopyDiskImagesControllerWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject/copyDiskImagesControllerWithError:
type DIImageHandle ¶ added in v0.5.0
type DIImageHandle struct {
objectivec.Object
}
Methods ¶
See: https://developer.apple.com/documentation/DiskImages2/DIImageHandle
func DIImageHandleFromID ¶ added in v0.5.0
func DIImageHandleFromID(id objc.ID) DIImageHandle
DIImageHandleFromID constructs a DIImageHandle from an objc.ID.
func NewDIImageHandle ¶ added in v0.5.0
func NewDIImageHandle() DIImageHandle
NewDIImageHandle creates a new DIImageHandle instance.
func NewDIImageHandleWithDiskImageLockableResources ¶ added in v0.5.0
func NewDIImageHandleWithDiskImageLockableResources(image unsafe.Pointer, resources unsafe.Pointer) DIImageHandle
func (DIImageHandle) Autorelease ¶ added in v0.5.0
func (d DIImageHandle) Autorelease() DIImageHandle
Autorelease adds the receiver to the current autorelease pool.
func (DIImageHandle) Init ¶ added in v0.5.0
func (d DIImageHandle) Init() DIImageHandle
Init initializes the instance.
func (DIImageHandle) InitWithDiskImageLockableResources ¶ added in v0.5.0
func (d DIImageHandle) InitWithDiskImageLockableResources(image unsafe.Pointer, resources unsafe.Pointer) DIImageHandle
func (DIImageHandle) MoveDiskImage ¶ added in v0.5.0
func (d DIImageHandle) MoveDiskImage() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIImageHandle/moveDiskImage
type DIImageHandleClass ¶ added in v0.5.0
type DIImageHandleClass struct {
// contains filtered or unexported fields
}
func GetDIImageHandleClass ¶ added in v0.5.0
func GetDIImageHandleClass() DIImageHandleClass
GetDIImageHandleClass returns the class object for DIImageHandle.
func (DIImageHandleClass) Alloc ¶ added in v0.5.0
func (dc DIImageHandleClass) Alloc() DIImageHandle
Alloc allocates memory for a new instance of the class.
func (DIImageHandleClass) Class ¶ added in v0.5.0
func (dc DIImageHandleClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIImageInfoParams ¶
type DIImageInfoParams struct {
DIBaseParams
}
Methods ¶
- DIImageInfoParams.ImageInfo
- DIImageInfoParams.SetImageInfo
- DIImageInfoParams.ExtraInfo
- DIImageInfoParams.SetExtraInfo
- DIImageInfoParams.EncryptionInfoOnly
- DIImageInfoParams.SetEncryptionInfoOnly
- DIImageInfoParams.OpenEncryption
- DIImageInfoParams.SetOpenEncryption
- DIImageInfoParams.RetrieveWithError
- DIImageInfoParams.InitWithExistingParamsError
See: https://developer.apple.com/documentation/DiskImages2/DIImageInfoParams
func DIImageInfoParamsFromID ¶
func DIImageInfoParamsFromID(id objc.ID) DIImageInfoParams
DIImageInfoParamsFromID constructs a DIImageInfoParams from an objc.ID.
func NewDIImageInfoParams ¶
func NewDIImageInfoParams() DIImageInfoParams
NewDIImageInfoParams creates a new DIImageInfoParams instance.
func NewDIImageInfoParamsWithCoder ¶ added in v0.5.0
func NewDIImageInfoParamsWithCoder(coder objectivec.IObject) DIImageInfoParams
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/initWithCoder:
func NewDIImageInfoParamsWithExistingParamsError ¶
func NewDIImageInfoParamsWithExistingParamsError(params IDIImageInfoParams) (DIImageInfoParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIImageInfoParams/initWithExistingParams:error:
func NewDIImageInfoParamsWithURLError ¶
func NewDIImageInfoParamsWithURLError(url foundation.INSURL) (DIImageInfoParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIImageInfoParams/initWithURL:error:
func (DIImageInfoParams) Autorelease ¶
func (d DIImageInfoParams) Autorelease() DIImageInfoParams
Autorelease adds the receiver to the current autorelease pool.
func (DIImageInfoParams) EncryptionInfoOnly ¶
func (d DIImageInfoParams) EncryptionInfoOnly() bool
See: https://developer.apple.com/documentation/DiskImages2/DIImageInfoParams/encryptionInfoOnly
func (DIImageInfoParams) ExtraInfo ¶
func (d DIImageInfoParams) ExtraInfo() bool
See: https://developer.apple.com/documentation/DiskImages2/DIImageInfoParams/extraInfo
func (DIImageInfoParams) ImageInfo ¶
func (d DIImageInfoParams) ImageInfo() foundation.INSDictionary
See: https://developer.apple.com/documentation/DiskImages2/DIImageInfoParams/imageInfo
func (DIImageInfoParams) Init ¶
func (d DIImageInfoParams) Init() DIImageInfoParams
Init initializes the instance.
func (DIImageInfoParams) InitWithExistingParamsError ¶
func (d DIImageInfoParams) InitWithExistingParamsError(params IDIImageInfoParams) (DIImageInfoParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIImageInfoParams/initWithExistingParams:error:
func (DIImageInfoParams) OpenEncryption ¶
func (d DIImageInfoParams) OpenEncryption() bool
See: https://developer.apple.com/documentation/DiskImages2/DIImageInfoParams/openEncryption
func (DIImageInfoParams) RetrieveWithError ¶
func (d DIImageInfoParams) RetrieveWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIImageInfoParams/retrieveWithError:
func (DIImageInfoParams) SetEncryptionInfoOnly ¶
func (d DIImageInfoParams) SetEncryptionInfoOnly(value bool)
func (DIImageInfoParams) SetExtraInfo ¶
func (d DIImageInfoParams) SetExtraInfo(value bool)
func (DIImageInfoParams) SetImageInfo ¶
func (d DIImageInfoParams) SetImageInfo(value foundation.INSDictionary)
func (DIImageInfoParams) SetOpenEncryption ¶
func (d DIImageInfoParams) SetOpenEncryption(value bool)
type DIImageInfoParamsClass ¶
type DIImageInfoParamsClass struct {
// contains filtered or unexported fields
}
func GetDIImageInfoParamsClass ¶
func GetDIImageInfoParamsClass() DIImageInfoParamsClass
GetDIImageInfoParamsClass returns the class object for DIImageInfoParams.
func (DIImageInfoParamsClass) Alloc ¶
func (dc DIImageInfoParamsClass) Alloc() DIImageInfoParams
Alloc allocates memory for a new instance of the class.
func (DIImageInfoParamsClass) Class ¶ added in v0.5.0
func (dc DIImageInfoParamsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DIImageInfoParamsClass) IsDiskImageWithURL ¶
func (_DIImageInfoParamsClass DIImageInfoParamsClass) IsDiskImageWithURL(url foundation.INSURL) bool
See: https://developer.apple.com/documentation/DiskImages2/DIImageInfoParams/isDiskImageWithURL:
type DIKeyRetriever ¶ added in v0.5.0
type DIKeyRetriever struct {
objectivec.Object
}
See: https://developer.apple.com/documentation/DiskImages2/DIKeyRetriever
func DIKeyRetrieverFromID ¶ added in v0.5.0
func DIKeyRetrieverFromID(id objc.ID) DIKeyRetriever
DIKeyRetrieverFromID constructs a DIKeyRetriever from an objc.ID.
func NewDIKeyRetriever ¶ added in v0.5.0
func NewDIKeyRetriever() DIKeyRetriever
NewDIKeyRetriever creates a new DIKeyRetriever instance.
func (DIKeyRetriever) Autorelease ¶ added in v0.5.0
func (d DIKeyRetriever) Autorelease() DIKeyRetriever
Autorelease adds the receiver to the current autorelease pool.
func (DIKeyRetriever) Init ¶ added in v0.5.0
func (d DIKeyRetriever) Init() DIKeyRetriever
Init initializes the instance.
type DIKeyRetrieverClass ¶ added in v0.5.0
type DIKeyRetrieverClass struct {
// contains filtered or unexported fields
}
func GetDIKeyRetrieverClass ¶ added in v0.5.0
func GetDIKeyRetrieverClass() DIKeyRetrieverClass
GetDIKeyRetrieverClass returns the class object for DIKeyRetriever.
func (DIKeyRetrieverClass) Alloc ¶ added in v0.5.0
func (dc DIKeyRetrieverClass) Alloc() DIKeyRetriever
Alloc allocates memory for a new instance of the class.
func (DIKeyRetrieverClass) Class ¶ added in v0.5.0
func (dc DIKeyRetrieverClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DIKeyRetrieverClass) DecryptKeyWithDataDestKeyDestKeySizeError ¶ added in v0.5.0
func (_DIKeyRetrieverClass DIKeyRetrieverClass) DecryptKeyWithDataDestKeyDestKeySizeError(data objectivec.IObject, key string, size uint64) (bool, error)
func (DIKeyRetrieverClass) GetRequestWithURLError ¶ added in v0.5.0
func (_DIKeyRetrieverClass DIKeyRetrieverClass) GetRequestWithURLError(url foundation.INSURL) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIKeyRetriever/getRequestWithURL:error:
func (DIKeyRetrieverClass) HintFormat ¶ added in v0.5.0
func (_DIKeyRetrieverClass DIKeyRetrieverClass) HintFormat(format objectivec.IObject) objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIKeyRetriever/hintFormat:
func (DIKeyRetrieverClass) JsonResponseWithRequestSessionError ¶ added in v0.5.0
func (_DIKeyRetrieverClass DIKeyRetrieverClass) JsonResponseWithRequestSessionError(request objectivec.IObject, session objectivec.IObject) (objectivec.IObject, error)
func (DIKeyRetrieverClass) KKMSKeyWithURLDestKeyDestKeySizeError ¶ added in v0.5.0
func (_DIKeyRetrieverClass DIKeyRetrieverClass) KKMSKeyWithURLDestKeyDestKeySizeError(url foundation.INSURL, key string, size uint64) (bool, error)
func (DIKeyRetrieverClass) NewACEndpointWithEnvironmentError ¶ added in v0.5.0
func (_DIKeyRetrieverClass DIKeyRetrieverClass) NewACEndpointWithEnvironmentError(environment objectivec.IObject) (objectivec.IObject, error)
func (DIKeyRetrieverClass) NewDawTokenWithError ¶ added in v0.5.0
func (_DIKeyRetrieverClass DIKeyRetrieverClass) NewDawTokenWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIKeyRetriever/newDawTokenWithError:
func (DIKeyRetrieverClass) NewEnvWithDictionaryError ¶ added in v0.5.0
func (_DIKeyRetrieverClass DIKeyRetrieverClass) NewEnvWithDictionaryError(dictionary objectivec.IObject) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIKeyRetriever/newEnvWithDictionary:error:
func (DIKeyRetrieverClass) NewSessionWithError ¶ added in v0.5.0
func (_DIKeyRetrieverClass DIKeyRetrieverClass) NewSessionWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIKeyRetriever/newSessionWithError:
func (DIKeyRetrieverClass) NewUrl ¶ added in v0.5.0
func (_DIKeyRetrieverClass DIKeyRetrieverClass) NewUrl(url foundation.INSURL) objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIKeyRetriever/newUrl:
func (DIKeyRetrieverClass) PostRequestWithURLSessionDataError ¶ added in v0.5.0
func (_DIKeyRetrieverClass DIKeyRetrieverClass) PostRequestWithURLSessionDataError(url foundation.INSURL, session objectivec.IObject, data objectivec.IObject) (objectivec.IObject, error)
func (DIKeyRetrieverClass) RequestSynchronousDataWithRequestSessionError ¶ added in v0.5.0
func (_DIKeyRetrieverClass DIKeyRetrieverClass) RequestSynchronousDataWithRequestSessionError(request objectivec.IObject, session objectivec.IObject) (objectivec.IObject, error)
func (DIKeyRetrieverClass) WKMSKeyWithURLAuthDataDestKeyDestKeySizeError ¶ added in v0.5.0
func (_DIKeyRetrieverClass DIKeyRetrieverClass) WKMSKeyWithURLAuthDataDestKeyDestKeySizeError(url foundation.INSURL, data unsafe.Pointer, key string, size uint64) (bool, error)
func (DIKeyRetrieverClass) WriteHexKeyToBufferHexKeyError ¶ added in v0.5.0
func (_DIKeyRetrieverClass DIKeyRetrieverClass) WriteHexKeyToBufferHexKeyError(buffer string, key objectivec.IObject) (bool, error)
type DIOpenParams ¶ added in v0.5.0
type DIOpenParams struct {
DIBaseParams
}
Methods ¶
- DIOpenParams.UIOOpenMode
- DIOpenParams.OpenWithError
- DIOpenParams.UnlockImageWithOpenParams
- DIOpenParams.InitWithURLOpenModeError
See: https://developer.apple.com/documentation/DiskImages2/DIOpenParams
func DIOpenParamsFromID ¶ added in v0.5.0
func DIOpenParamsFromID(id objc.ID) DIOpenParams
DIOpenParamsFromID constructs a DIOpenParams from an objc.ID.
func NewDIOpenParams ¶ added in v0.5.0
func NewDIOpenParams() DIOpenParams
NewDIOpenParams creates a new DIOpenParams instance.
func NewDIOpenParamsWithCoder ¶ added in v0.5.0
func NewDIOpenParamsWithCoder(coder objectivec.IObject) DIOpenParams
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/initWithCoder:
func NewDIOpenParamsWithURLError ¶ added in v0.5.0
func NewDIOpenParamsWithURLError(url foundation.INSURL) (DIOpenParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/initWithURL:error:
func NewDIOpenParamsWithURLOpenModeError ¶ added in v0.5.0
func NewDIOpenParamsWithURLOpenModeError(url foundation.INSURL, mode int64) (DIOpenParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIOpenParams/initWithURL:openMode:error:
func (DIOpenParams) Autorelease ¶ added in v0.5.0
func (d DIOpenParams) Autorelease() DIOpenParams
Autorelease adds the receiver to the current autorelease pool.
func (DIOpenParams) Init ¶ added in v0.5.0
func (d DIOpenParams) Init() DIOpenParams
Init initializes the instance.
func (DIOpenParams) InitWithURLOpenModeError ¶ added in v0.5.0
func (d DIOpenParams) InitWithURLOpenModeError(url foundation.INSURL, mode int64) (DIOpenParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIOpenParams/initWithURL:openMode:error:
func (DIOpenParams) OpenWithError ¶ added in v0.5.0
func (d DIOpenParams) OpenWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIOpenParams/openWithError:
func (DIOpenParams) UIOOpenMode ¶ added in v0.5.0
func (d DIOpenParams) UIOOpenMode() int
See: https://developer.apple.com/documentation/DiskImages2/DIOpenParams/UIOOpenMode
func (DIOpenParams) UnlockImageWithOpenParams ¶ added in v0.5.0
func (d DIOpenParams) UnlockImageWithOpenParams(params objectivec.IObject) objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIOpenParams/unlockImageWithOpenParams:
type DIOpenParamsClass ¶ added in v0.5.0
type DIOpenParamsClass struct {
// contains filtered or unexported fields
}
func GetDIOpenParamsClass ¶ added in v0.5.0
func GetDIOpenParamsClass() DIOpenParamsClass
GetDIOpenParamsClass returns the class object for DIOpenParams.
func (DIOpenParamsClass) Alloc ¶ added in v0.5.0
func (dc DIOpenParamsClass) Alloc() DIOpenParams
Alloc allocates memory for a new instance of the class.
func (DIOpenParamsClass) Class ¶ added in v0.5.0
func (dc DIOpenParamsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIResizeParams ¶
type DIResizeParams struct {
DIBaseParams
}
Methods ¶
- DIResizeParams.Size
- DIResizeParams.SetSize
- DIResizeParams.ResizeWithError
- DIResizeParams.InitWithURLSizeError
- DIResizeParams.InitWithExistingParamsSizeError
See: https://developer.apple.com/documentation/DiskImages2/DIResizeParams
func DIResizeParamsFromID ¶
func DIResizeParamsFromID(id objc.ID) DIResizeParams
DIResizeParamsFromID constructs a DIResizeParams from an objc.ID.
func NewDIResizeParams ¶
func NewDIResizeParams() DIResizeParams
NewDIResizeParams creates a new DIResizeParams instance.
func NewDIResizeParamsWithCoder ¶ added in v0.5.0
func NewDIResizeParamsWithCoder(coder objectivec.IObject) DIResizeParams
See: https://developer.apple.com/documentation/DiskImages2/DIResizeParams/initWithCoder:
func NewDIResizeParamsWithExistingParamsSizeError ¶
func NewDIResizeParamsWithExistingParamsSizeError(params IDIResizeParams, size uint64) (DIResizeParams, error)
func NewDIResizeParamsWithURLError ¶ added in v0.5.0
func NewDIResizeParamsWithURLError(url foundation.INSURL) (DIResizeParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/initWithURL:error:
func NewDIResizeParamsWithURLSizeError ¶
func NewDIResizeParamsWithURLSizeError(url foundation.INSURL, size uint64) (DIResizeParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIResizeParams/initWithURL:size:error:
func (DIResizeParams) Autorelease ¶
func (d DIResizeParams) Autorelease() DIResizeParams
Autorelease adds the receiver to the current autorelease pool.
func (DIResizeParams) Init ¶
func (d DIResizeParams) Init() DIResizeParams
Init initializes the instance.
func (DIResizeParams) InitWithExistingParamsSizeError ¶
func (d DIResizeParams) InitWithExistingParamsSizeError(params IDIResizeParams, size uint64) (DIResizeParams, error)
func (DIResizeParams) InitWithURLSizeError ¶
func (d DIResizeParams) InitWithURLSizeError(url foundation.INSURL, size uint64) (DIResizeParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIResizeParams/initWithURL:size:error:
func (DIResizeParams) ResizeWithError ¶
func (d DIResizeParams) ResizeWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIResizeParams/resizeWithError:
func (DIResizeParams) SetSize ¶
func (d DIResizeParams) SetSize(value uint64)
func (DIResizeParams) Size ¶
func (d DIResizeParams) Size() uint64
See: https://developer.apple.com/documentation/DiskImages2/DIResizeParams/size
type DIResizeParamsClass ¶
type DIResizeParamsClass struct {
// contains filtered or unexported fields
}
func GetDIResizeParamsClass ¶
func GetDIResizeParamsClass() DIResizeParamsClass
GetDIResizeParamsClass returns the class object for DIResizeParams.
func (DIResizeParamsClass) Alloc ¶
func (dc DIResizeParamsClass) Alloc() DIResizeParams
Alloc allocates memory for a new instance of the class.
func (DIResizeParamsClass) Class ¶ added in v0.5.0
func (dc DIResizeParamsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIShadowChain ¶ added in v0.5.0
type DIShadowChain struct {
objectivec.Object
}
Methods ¶
- DIShadowChain.ActiveShadowURL
- DIShadowChain.AddShadowNodesError
- DIShadowChain.AddShadowNodesWrapReadOnlyError
- DIShadowChain.AddShadowURLsError
- DIShadowChain.EncodeWithCoder
- DIShadowChain.HasBaseImageCache
- DIShadowChain.IsEmpty
- DIShadowChain.MountPoints
- DIShadowChain.Nodes
- DIShadowChain.NonCacheNodes
- DIShadowChain.OpenWritableCreateNonExisting
- DIShadowChain.ShadowStats
- DIShadowChain.ShouldValidate
- DIShadowChain.SetShouldValidate
- DIShadowChain.StatWithError
- DIShadowChain.TopDiskImageNumBlocks
- DIShadowChain.VerifyNodesError
- DIShadowChain.InitWithCoder
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain
func DIShadowChainFromID ¶ added in v0.5.0
func DIShadowChainFromID(id objc.ID) DIShadowChain
DIShadowChainFromID constructs a DIShadowChain from an objc.ID.
func NewDIShadowChain ¶ added in v0.5.0
func NewDIShadowChain() DIShadowChain
NewDIShadowChain creates a new DIShadowChain instance.
func NewDIShadowChainWithCoder ¶ added in v0.5.0
func NewDIShadowChainWithCoder(coder objectivec.IObject) DIShadowChain
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain/initWithCoder:
func (DIShadowChain) ActiveShadowURL ¶ added in v0.5.0
func (d DIShadowChain) ActiveShadowURL() foundation.INSURL
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain/activeShadowURL
func (DIShadowChain) AddShadowNodesError ¶ added in v0.5.0
func (d DIShadowChain) AddShadowNodesError(nodes objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain/addShadowNodes:error:
func (DIShadowChain) AddShadowNodesWrapReadOnlyError ¶ added in v0.5.0
func (d DIShadowChain) AddShadowNodesWrapReadOnlyError(nodes objectivec.IObject, only bool) (bool, error)
func (DIShadowChain) AddShadowURLsError ¶ added in v0.5.0
func (d DIShadowChain) AddShadowURLsError(uRLs objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain/addShadowURLs:error:
func (DIShadowChain) Autorelease ¶ added in v0.5.0
func (d DIShadowChain) Autorelease() DIShadowChain
Autorelease adds the receiver to the current autorelease pool.
func (DIShadowChain) EncodeWithCoder ¶ added in v0.5.0
func (d DIShadowChain) EncodeWithCoder(coder foundation.INSCoder)
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain/encodeWithCoder:
func (DIShadowChain) HasBaseImageCache ¶ added in v0.5.0
func (d DIShadowChain) HasBaseImageCache() bool
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain/hasBaseImageCache
func (DIShadowChain) Init ¶ added in v0.5.0
func (d DIShadowChain) Init() DIShadowChain
Init initializes the instance.
func (DIShadowChain) InitWithCoder ¶ added in v0.5.0
func (d DIShadowChain) InitWithCoder(coder foundation.INSCoder) DIShadowChain
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain/initWithCoder:
func (DIShadowChain) IsEmpty ¶ added in v0.5.0
func (d DIShadowChain) IsEmpty() bool
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain/isEmpty
func (DIShadowChain) MountPoints ¶ added in v0.5.0
func (d DIShadowChain) MountPoints() foundation.INSArray
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain/mountPoints
func (DIShadowChain) Nodes ¶ added in v0.5.0
func (d DIShadowChain) Nodes() foundation.INSArray
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain/nodes
func (DIShadowChain) NonCacheNodes ¶ added in v0.5.0
func (d DIShadowChain) NonCacheNodes() foundation.INSArray
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain/nonCacheNodes
func (DIShadowChain) OpenWritableCreateNonExisting ¶ added in v0.5.0
func (d DIShadowChain) OpenWritableCreateNonExisting(writable bool, existing bool)
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain/openWritable:createNonExisting:
func (DIShadowChain) SetShouldValidate ¶ added in v0.5.0
func (d DIShadowChain) SetShouldValidate(value bool)
func (DIShadowChain) ShadowStats ¶ added in v0.5.0
func (d DIShadowChain) ShadowStats() foundation.INSArray
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain/shadowStats
func (DIShadowChain) ShouldValidate ¶ added in v0.5.0
func (d DIShadowChain) ShouldValidate() bool
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain/shouldValidate
func (DIShadowChain) StatWithError ¶ added in v0.5.0
func (d DIShadowChain) StatWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain/statWithError:
func (DIShadowChain) TopDiskImageNumBlocks ¶ added in v0.5.0
func (d DIShadowChain) TopDiskImageNumBlocks() int64
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain/topDiskImageNumBlocks
func (DIShadowChain) VerifyNodesError ¶ added in v0.5.0
func (d DIShadowChain) VerifyNodesError(nodes objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain/verifyNodes:error:
type DIShadowChainClass ¶ added in v0.5.0
type DIShadowChainClass struct {
// contains filtered or unexported fields
}
func GetDIShadowChainClass ¶ added in v0.5.0
func GetDIShadowChainClass() DIShadowChainClass
GetDIShadowChainClass returns the class object for DIShadowChain.
func (DIShadowChainClass) Alloc ¶ added in v0.5.0
func (dc DIShadowChainClass) Alloc() DIShadowChain
Alloc allocates memory for a new instance of the class.
func (DIShadowChainClass) Class ¶ added in v0.5.0
func (dc DIShadowChainClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DIShadowChainClass) SupportsSecureCoding ¶ added in v0.5.0
func (_DIShadowChainClass DIShadowChainClass) SupportsSecureCoding() bool
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain/supportsSecureCoding
type DIShadowNode ¶ added in v0.5.0
type DIShadowNode struct {
objectivec.Object
}
Methods ¶
- DIShadowNode.URL
- DIShadowNode.CreateBackendWithFlags
- DIShadowNode.EncodeWithCoder
- DIShadowNode.FileBackend
- DIShadowNode.SetFileBackend
- DIShadowNode.IsCache
- DIShadowNode.NumBlocks
- DIShadowNode.SetNumBlocks
- DIShadowNode.InitWithCoder
- DIShadowNode.InitWithURLIsCache
See: https://developer.apple.com/documentation/DiskImages2/DIShadowNode
func DIShadowNodeFromID ¶ added in v0.5.0
func DIShadowNodeFromID(id objc.ID) DIShadowNode
DIShadowNodeFromID constructs a DIShadowNode from an objc.ID.
func NewDIShadowNode ¶ added in v0.5.0
func NewDIShadowNode() DIShadowNode
NewDIShadowNode creates a new DIShadowNode instance.
func NewDIShadowNodeWithCoder ¶ added in v0.5.0
func NewDIShadowNodeWithCoder(coder objectivec.IObject) DIShadowNode
See: https://developer.apple.com/documentation/DiskImages2/DIShadowNode/initWithCoder:
func NewDIShadowNodeWithURLIsCache ¶ added in v0.5.0
func NewDIShadowNodeWithURLIsCache(url foundation.INSURL, cache bool) DIShadowNode
See: https://developer.apple.com/documentation/DiskImages2/DIShadowNode/initWithURL:isCache:
func (DIShadowNode) Autorelease ¶ added in v0.5.0
func (d DIShadowNode) Autorelease() DIShadowNode
Autorelease adds the receiver to the current autorelease pool.
func (DIShadowNode) CreateBackendWithFlags ¶ added in v0.5.0
func (d DIShadowNode) CreateBackendWithFlags(flags int)
See: https://developer.apple.com/documentation/DiskImages2/DIShadowNode/createBackendWithFlags:
func (DIShadowNode) EncodeWithCoder ¶ added in v0.5.0
func (d DIShadowNode) EncodeWithCoder(coder foundation.INSCoder)
See: https://developer.apple.com/documentation/DiskImages2/DIShadowNode/encodeWithCoder:
func (DIShadowNode) FileBackend ¶ added in v0.5.0
func (d DIShadowNode) FileBackend() IFileLocalXPC
See: https://developer.apple.com/documentation/DiskImages2/DIShadowNode/fileBackend
func (DIShadowNode) Init ¶ added in v0.5.0
func (d DIShadowNode) Init() DIShadowNode
Init initializes the instance.
func (DIShadowNode) InitWithCoder ¶ added in v0.5.0
func (d DIShadowNode) InitWithCoder(coder foundation.INSCoder) DIShadowNode
See: https://developer.apple.com/documentation/DiskImages2/DIShadowNode/initWithCoder:
func (DIShadowNode) InitWithURLIsCache ¶ added in v0.5.0
func (d DIShadowNode) InitWithURLIsCache(url foundation.INSURL, cache bool) DIShadowNode
See: https://developer.apple.com/documentation/DiskImages2/DIShadowNode/initWithURL:isCache:
func (DIShadowNode) IsCache ¶ added in v0.5.0
func (d DIShadowNode) IsCache() bool
See: https://developer.apple.com/documentation/DiskImages2/DIShadowNode/isCache
func (DIShadowNode) NumBlocks ¶ added in v0.5.0
func (d DIShadowNode) NumBlocks() uint64
See: https://developer.apple.com/documentation/DiskImages2/DIShadowNode/numBlocks
func (DIShadowNode) SetFileBackend ¶ added in v0.5.0
func (d DIShadowNode) SetFileBackend(value IFileLocalXPC)
func (DIShadowNode) SetNumBlocks ¶ added in v0.5.0
func (d DIShadowNode) SetNumBlocks(value uint64)
func (DIShadowNode) URL ¶ added in v0.5.0
func (d DIShadowNode) URL() IDIURL
See: https://developer.apple.com/documentation/DiskImages2/DIShadowNode/URL
type DIShadowNodeClass ¶ added in v0.5.0
type DIShadowNodeClass struct {
// contains filtered or unexported fields
}
func GetDIShadowNodeClass ¶ added in v0.5.0
func GetDIShadowNodeClass() DIShadowNodeClass
GetDIShadowNodeClass returns the class object for DIShadowNode.
func (DIShadowNodeClass) Alloc ¶ added in v0.5.0
func (dc DIShadowNodeClass) Alloc() DIShadowNode
Alloc allocates memory for a new instance of the class.
func (DIShadowNodeClass) Class ¶ added in v0.5.0
func (dc DIShadowNodeClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DIShadowNodeClass) SupportsSecureCoding ¶ added in v0.5.0
func (_DIShadowNodeClass DIShadowNodeClass) SupportsSecureCoding() bool
See: https://developer.apple.com/documentation/DiskImages2/DIShadowNode/supportsSecureCoding
type DIStackParams ¶ added in v0.5.0
type DIStackParams struct {
DIBaseParams
}
Methods ¶
See: https://developer.apple.com/documentation/DiskImages2/DIStackParams
func DIStackParamsFromID ¶ added in v0.5.0
func DIStackParamsFromID(id objc.ID) DIStackParams
DIStackParamsFromID constructs a DIStackParams from an objc.ID.
func NewDIStackParams ¶ added in v0.5.0
func NewDIStackParams() DIStackParams
NewDIStackParams creates a new DIStackParams instance.
func NewDIStackParamsWithCoder ¶ added in v0.5.0
func NewDIStackParamsWithCoder(coder objectivec.IObject) DIStackParams
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/initWithCoder:
func NewDIStackParamsWithURLError ¶ added in v0.5.0
func NewDIStackParamsWithURLError(url foundation.INSURL) (DIStackParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIStackParams/initWithURL:error:
func (DIStackParams) AppendWithURLIsCacheError ¶ added in v0.5.0
func (d DIStackParams) AppendWithURLIsCacheError(url foundation.INSURL, cache bool) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIStackParams/appendWithURL:isCache:error:
func (DIStackParams) AppendWithURLIsCacheNumBlocksError ¶ added in v0.5.0
func (d DIStackParams) AppendWithURLIsCacheNumBlocksError(url foundation.INSURL, cache bool, blocks uint64) (bool, error)
func (DIStackParams) Autorelease ¶ added in v0.5.0
func (d DIStackParams) Autorelease() DIStackParams
Autorelease adds the receiver to the current autorelease pool.
func (DIStackParams) Init ¶ added in v0.5.0
func (d DIStackParams) Init() DIStackParams
Init initializes the instance.
type DIStackParamsClass ¶ added in v0.5.0
type DIStackParamsClass struct {
// contains filtered or unexported fields
}
func GetDIStackParamsClass ¶ added in v0.5.0
func GetDIStackParamsClass() DIStackParamsClass
GetDIStackParamsClass returns the class object for DIStackParams.
func (DIStackParamsClass) Alloc ¶ added in v0.5.0
func (dc DIStackParamsClass) Alloc() DIStackParams
Alloc allocates memory for a new instance of the class.
func (DIStackParamsClass) Class ¶ added in v0.5.0
func (dc DIStackParamsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIStatFS ¶ added in v0.5.0
type DIStatFS struct {
objectivec.Object
}
Methods ¶
- DIStatFS.BlockSize
- DIStatFS.EncodeWithCoder
- DIStatFS.LogWithHeader
- DIStatFS.MountedFrom
- DIStatFS.MountedOnURL
- DIStatFS.SupportsBarrier
- DIStatFS.InitWithCoder
- DIStatFS.InitWithFileDescriptorError
See: https://developer.apple.com/documentation/DiskImages2/DIStatFS
func DIStatFSFromID ¶ added in v0.5.0
DIStatFSFromID constructs a DIStatFS from an objc.ID.
func NewDIStatFS ¶ added in v0.5.0
func NewDIStatFS() DIStatFS
NewDIStatFS creates a new DIStatFS instance.
func NewDIStatFSWithCoder ¶ added in v0.5.0
func NewDIStatFSWithCoder(coder objectivec.IObject) DIStatFS
See: https://developer.apple.com/documentation/DiskImages2/DIStatFS/initWithCoder:
func NewDIStatFSWithFileDescriptorError ¶ added in v0.5.0
See: https://developer.apple.com/documentation/DiskImages2/DIStatFS/initWithFileDescriptor:error:
func (DIStatFS) Autorelease ¶ added in v0.5.0
Autorelease adds the receiver to the current autorelease pool.
func (DIStatFS) BlockSize ¶ added in v0.5.0
See: https://developer.apple.com/documentation/DiskImages2/DIStatFS/blockSize
func (DIStatFS) EncodeWithCoder ¶ added in v0.5.0
func (d DIStatFS) EncodeWithCoder(coder foundation.INSCoder)
See: https://developer.apple.com/documentation/DiskImages2/DIStatFS/encodeWithCoder:
func (DIStatFS) InitWithCoder ¶ added in v0.5.0
func (d DIStatFS) InitWithCoder(coder foundation.INSCoder) DIStatFS
See: https://developer.apple.com/documentation/DiskImages2/DIStatFS/initWithCoder:
func (DIStatFS) InitWithFileDescriptorError ¶ added in v0.5.0
See: https://developer.apple.com/documentation/DiskImages2/DIStatFS/initWithFileDescriptor:error:
func (DIStatFS) LogWithHeader ¶ added in v0.5.0
func (d DIStatFS) LogWithHeader(header objectivec.IObject)
See: https://developer.apple.com/documentation/DiskImages2/DIStatFS/logWithHeader:
func (DIStatFS) MountedFrom ¶ added in v0.5.0
See: https://developer.apple.com/documentation/DiskImages2/DIStatFS/mountedFrom
func (DIStatFS) MountedOnURL ¶ added in v0.5.0
func (d DIStatFS) MountedOnURL() foundation.INSURL
See: https://developer.apple.com/documentation/DiskImages2/DIStatFS/mountedOnURL
func (DIStatFS) SupportsBarrier ¶ added in v0.5.0
See: https://developer.apple.com/documentation/DiskImages2/DIStatFS/supportsBarrier
type DIStatFSClass ¶ added in v0.5.0
type DIStatFSClass struct {
// contains filtered or unexported fields
}
func GetDIStatFSClass ¶ added in v0.5.0
func GetDIStatFSClass() DIStatFSClass
GetDIStatFSClass returns the class object for DIStatFS.
func (DIStatFSClass) Alloc ¶ added in v0.5.0
func (dc DIStatFSClass) Alloc() DIStatFS
Alloc allocates memory for a new instance of the class.
func (DIStatFSClass) Class ¶ added in v0.5.0
func (dc DIStatFSClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DIStatFSClass) SupportsSecureCoding ¶ added in v0.5.0
func (_DIStatFSClass DIStatFSClass) SupportsSecureCoding() bool
See: https://developer.apple.com/documentation/DiskImages2/DIStatFS/supportsSecureCoding
type DIStatsParams ¶ added in v0.5.0
type DIStatsParams struct {
DIBaseParams
}
Methods ¶
See: https://developer.apple.com/documentation/DiskImages2/DIStatsParams
func DIStatsParamsFromID ¶ added in v0.5.0
func DIStatsParamsFromID(id objc.ID) DIStatsParams
DIStatsParamsFromID constructs a DIStatsParams from an objc.ID.
func NewDIStatsParams ¶ added in v0.5.0
func NewDIStatsParams() DIStatsParams
NewDIStatsParams creates a new DIStatsParams instance.
func NewDIStatsParamsWithCoder ¶ added in v0.5.0
func NewDIStatsParamsWithCoder(coder objectivec.IObject) DIStatsParams
See: https://developer.apple.com/documentation/DiskImages2/DIStatsParams/initWithCoder:
func NewDIStatsParamsWithURLError ¶ added in v0.5.0
func NewDIStatsParamsWithURLError(url foundation.INSURL) (DIStatsParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/initWithURL:error:
func NewDIStatsParamsWithURLInstanceIdError ¶ added in v0.5.0
func NewDIStatsParamsWithURLInstanceIdError(url foundation.INSURL, id objectivec.IObject) (DIStatsParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIStatsParams/initWithURL:instanceId:error:
func (DIStatsParams) Autorelease ¶ added in v0.5.0
func (d DIStatsParams) Autorelease() DIStatsParams
Autorelease adds the receiver to the current autorelease pool.
func (DIStatsParams) Init ¶ added in v0.5.0
func (d DIStatsParams) Init() DIStatsParams
Init initializes the instance.
func (DIStatsParams) InitWithURLInstanceIdError ¶ added in v0.5.0
func (d DIStatsParams) InitWithURLInstanceIdError(url foundation.INSURL, id objectivec.IObject) (DIStatsParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIStatsParams/initWithURL:instanceId:error:
func (DIStatsParams) StatInstanceID ¶ added in v0.5.0
func (d DIStatsParams) StatInstanceID() foundation.NSUUID
See: https://developer.apple.com/documentation/DiskImages2/DIStatsParams/statInstanceID
func (DIStatsParams) StatsWithError ¶ added in v0.5.0
func (d DIStatsParams) StatsWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DIStatsParams/statsWithError:
type DIStatsParamsClass ¶ added in v0.5.0
type DIStatsParamsClass struct {
// contains filtered or unexported fields
}
func GetDIStatsParamsClass ¶ added in v0.5.0
func GetDIStatsParamsClass() DIStatsParamsClass
GetDIStatsParamsClass returns the class object for DIStatsParams.
func (DIStatsParamsClass) Alloc ¶ added in v0.5.0
func (dc DIStatsParamsClass) Alloc() DIStatsParams
Alloc allocates memory for a new instance of the class.
func (DIStatsParamsClass) Class ¶ added in v0.5.0
func (dc DIStatsParamsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DITemporaryPassphrase ¶ added in v0.5.0
type DITemporaryPassphrase struct {
objectivec.Object
}
Methods ¶
See: https://developer.apple.com/documentation/DiskImages2/DITemporaryPassphrase
func DITemporaryPassphraseFromID ¶ added in v0.5.0
func DITemporaryPassphraseFromID(id objc.ID) DITemporaryPassphrase
DITemporaryPassphraseFromID constructs a DITemporaryPassphrase from an objc.ID.
func NewDITemporaryPassphrase ¶ added in v0.5.0
func NewDITemporaryPassphrase() DITemporaryPassphrase
NewDITemporaryPassphrase creates a new DITemporaryPassphrase instance.
func NewDITemporaryPassphraseWithPassphrase ¶ added in v0.5.0
func NewDITemporaryPassphraseWithPassphrase(passphrase string) DITemporaryPassphrase
See: https://developer.apple.com/documentation/DiskImages2/DITemporaryPassphrase/initWithPassphrase:
func (DITemporaryPassphrase) Autorelease ¶ added in v0.5.0
func (d DITemporaryPassphrase) Autorelease() DITemporaryPassphrase
Autorelease adds the receiver to the current autorelease pool.
func (DITemporaryPassphrase) Buf ¶ added in v0.5.0
func (d DITemporaryPassphrase) Buf() string
See: https://developer.apple.com/documentation/DiskImages2/DITemporaryPassphrase/buf
func (DITemporaryPassphrase) Init ¶ added in v0.5.0
func (d DITemporaryPassphrase) Init() DITemporaryPassphrase
Init initializes the instance.
func (DITemporaryPassphrase) InitWithPassphrase ¶ added in v0.5.0
func (d DITemporaryPassphrase) InitWithPassphrase(passphrase string) DITemporaryPassphrase
See: https://developer.apple.com/documentation/DiskImages2/DITemporaryPassphrase/initWithPassphrase:
func (DITemporaryPassphrase) SetBuf ¶ added in v0.5.0
func (d DITemporaryPassphrase) SetBuf(value string)
type DITemporaryPassphraseClass ¶ added in v0.5.0
type DITemporaryPassphraseClass struct {
// contains filtered or unexported fields
}
func GetDITemporaryPassphraseClass ¶ added in v0.5.0
func GetDITemporaryPassphraseClass() DITemporaryPassphraseClass
GetDITemporaryPassphraseClass returns the class object for DITemporaryPassphrase.
func (DITemporaryPassphraseClass) Alloc ¶ added in v0.5.0
func (dc DITemporaryPassphraseClass) Alloc() DITemporaryPassphrase
Alloc allocates memory for a new instance of the class.
func (DITemporaryPassphraseClass) Class ¶ added in v0.5.0
func (dc DITemporaryPassphraseClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIURL ¶ added in v0.5.0
type DIURL struct {
foundation.NSURL
}
Methods ¶
See: https://developer.apple.com/documentation/DiskImages2/DIURL
func DIURLFromID ¶ added in v0.5.0
DIURLFromID constructs a DIURL from an objc.ID.
func NewDIURLWithCoder ¶ added in v0.5.0
func NewDIURLWithCoder(coder objectivec.IObject) DIURL
See: https://developer.apple.com/documentation/DiskImages2/DIURL/initWithCoder:
func NewDIURLWithPluginNameParams ¶ added in v0.5.0
func NewDIURLWithPluginNameParams(name objectivec.IObject, params objectivec.IObject) DIURL
See: https://developer.apple.com/documentation/DiskImages2/DIURL/initWithPluginName:params:
func (DIURL) Autorelease ¶ added in v0.5.0
Autorelease adds the receiver to the current autorelease pool.
func (DIURL) InitWithPluginNameParams ¶ added in v0.5.0
func (d DIURL) InitWithPluginNameParams(name objectivec.IObject, params objectivec.IObject) DIURL
See: https://developer.apple.com/documentation/DiskImages2/DIURL/initWithPluginName:params:
func (DIURL) IsPlugin ¶ added in v0.5.0
See: https://developer.apple.com/documentation/DiskImages2/DIURL/isPlugin
func (DIURL) PluginName ¶ added in v0.5.0
See: https://developer.apple.com/documentation/DiskImages2/DIURL/pluginName
func (DIURL) PluginParams ¶ added in v0.5.0
func (d DIURL) PluginParams() foundation.INSDictionary
See: https://developer.apple.com/documentation/DiskImages2/DIURL/pluginParams
type DIURLClass ¶ added in v0.5.0
type DIURLClass struct {
// contains filtered or unexported fields
}
func GetDIURLClass ¶ added in v0.5.0
func GetDIURLClass() DIURLClass
GetDIURLClass returns the class object for DIURL.
func (DIURLClass) Alloc ¶ added in v0.5.0
func (dc DIURLClass) Alloc() DIURL
Alloc allocates memory for a new instance of the class.
func (DIURLClass) Class ¶ added in v0.5.0
func (dc DIURLClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DIURLClass) NewDIURLWithNSURL ¶ added in v0.5.0
func (_DIURLClass DIURLClass) NewDIURLWithNSURL(nsurl foundation.INSURL) objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIURL/newDIURLWithNSURL:
func (DIURLClass) NewDIURLWithPluginNameParams ¶ added in v0.5.0
func (_DIURLClass DIURLClass) NewDIURLWithPluginNameParams(name objectivec.IObject, params objectivec.IObject) objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DIURL/newDIURLWithPluginName:params:
func (DIURLClass) SupportsSecureCoding ¶ added in v0.5.0
func (_DIURLClass DIURLClass) SupportsSecureCoding() bool
See: https://developer.apple.com/documentation/DiskImages2/DIURL/supportsSecureCoding
type DIUserDataParams ¶ added in v0.5.0
type DIUserDataParams struct {
DIBaseParams
}
Methods ¶
- DIUserDataParams.EmbedWithError
- DIUserDataParams.RetrieveWithError
- DIUserDataParams.UserDict
- DIUserDataParams.SetUserDict
See: https://developer.apple.com/documentation/DiskImages2/DIUserDataParams
func DIUserDataParamsFromID ¶ added in v0.5.0
func DIUserDataParamsFromID(id objc.ID) DIUserDataParams
DIUserDataParamsFromID constructs a DIUserDataParams from an objc.ID.
func NewDIUserDataParams ¶ added in v0.5.0
func NewDIUserDataParams() DIUserDataParams
NewDIUserDataParams creates a new DIUserDataParams instance.
func NewDIUserDataParamsWithCoder ¶ added in v0.5.0
func NewDIUserDataParamsWithCoder(coder objectivec.IObject) DIUserDataParams
See: https://developer.apple.com/documentation/DiskImages2/DIUserDataParams/initWithCoder:
func NewDIUserDataParamsWithURLError ¶ added in v0.5.0
func NewDIUserDataParamsWithURLError(url foundation.INSURL) (DIUserDataParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIUserDataParams/initWithURL:error:
func (DIUserDataParams) Autorelease ¶ added in v0.5.0
func (d DIUserDataParams) Autorelease() DIUserDataParams
Autorelease adds the receiver to the current autorelease pool.
func (DIUserDataParams) EmbedWithError ¶ added in v0.5.0
func (d DIUserDataParams) EmbedWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIUserDataParams/embedWithError:
func (DIUserDataParams) Init ¶ added in v0.5.0
func (d DIUserDataParams) Init() DIUserDataParams
Init initializes the instance.
func (DIUserDataParams) RetrieveWithError ¶ added in v0.5.0
func (d DIUserDataParams) RetrieveWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIUserDataParams/retrieveWithError:
func (DIUserDataParams) SetUserDict ¶ added in v0.5.0
func (d DIUserDataParams) SetUserDict(value foundation.INSDictionary)
func (DIUserDataParams) UserDict ¶ added in v0.5.0
func (d DIUserDataParams) UserDict() foundation.INSDictionary
See: https://developer.apple.com/documentation/DiskImages2/DIUserDataParams/userDict
type DIUserDataParamsClass ¶ added in v0.5.0
type DIUserDataParamsClass struct {
// contains filtered or unexported fields
}
func GetDIUserDataParamsClass ¶ added in v0.5.0
func GetDIUserDataParamsClass() DIUserDataParamsClass
GetDIUserDataParamsClass returns the class object for DIUserDataParams.
func (DIUserDataParamsClass) Alloc ¶ added in v0.5.0
func (dc DIUserDataParamsClass) Alloc() DIUserDataParams
Alloc allocates memory for a new instance of the class.
func (DIUserDataParamsClass) Class ¶ added in v0.5.0
func (dc DIUserDataParamsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DIVerifyParams ¶ added in v0.5.0
type DIVerifyParams struct {
DIBaseParams
}
Methods ¶
- DIVerifyParams.ShouldValidateShadows
- DIVerifyParams.SetShouldValidateShadows
- DIVerifyParams.VerifyWithError
- DIVerifyParams.InitWithURLShadowURLsError
See: https://developer.apple.com/documentation/DiskImages2/DIVerifyParams
func DIVerifyParamsFromID ¶ added in v0.5.0
func DIVerifyParamsFromID(id objc.ID) DIVerifyParams
DIVerifyParamsFromID constructs a DIVerifyParams from an objc.ID.
func NewDIVerifyParams ¶ added in v0.5.0
func NewDIVerifyParams() DIVerifyParams
NewDIVerifyParams creates a new DIVerifyParams instance.
func NewDIVerifyParamsWithCoder ¶ added in v0.5.0
func NewDIVerifyParamsWithCoder(coder objectivec.IObject) DIVerifyParams
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams/initWithCoder:
func NewDIVerifyParamsWithURLError ¶ added in v0.5.0
func NewDIVerifyParamsWithURLError(url foundation.INSURL) (DIVerifyParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIVerifyParams/initWithURL:error:
func NewDIVerifyParamsWithURLShadowURLsError ¶ added in v0.5.0
func NewDIVerifyParamsWithURLShadowURLsError(url foundation.INSURL, uRLs objectivec.IObject) (DIVerifyParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIVerifyParams/initWithURL:shadowURLs:error:
func (DIVerifyParams) Autorelease ¶ added in v0.5.0
func (d DIVerifyParams) Autorelease() DIVerifyParams
Autorelease adds the receiver to the current autorelease pool.
func (DIVerifyParams) Init ¶ added in v0.5.0
func (d DIVerifyParams) Init() DIVerifyParams
Init initializes the instance.
func (DIVerifyParams) InitWithURLShadowURLsError ¶ added in v0.5.0
func (d DIVerifyParams) InitWithURLShadowURLsError(url foundation.INSURL, uRLs objectivec.IObject) (DIVerifyParams, error)
See: https://developer.apple.com/documentation/DiskImages2/DIVerifyParams/initWithURL:shadowURLs:error:
func (DIVerifyParams) SetShouldValidateShadows ¶ added in v0.5.0
func (d DIVerifyParams) SetShouldValidateShadows(value bool)
func (DIVerifyParams) ShouldValidateShadows ¶ added in v0.5.0
func (d DIVerifyParams) ShouldValidateShadows() bool
See: https://developer.apple.com/documentation/DiskImages2/DIVerifyParams/shouldValidateShadows
func (DIVerifyParams) VerifyWithError ¶ added in v0.5.0
func (d DIVerifyParams) VerifyWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DIVerifyParams/verifyWithError:
type DIVerifyParamsClass ¶ added in v0.5.0
type DIVerifyParamsClass struct {
// contains filtered or unexported fields
}
func GetDIVerifyParamsClass ¶ added in v0.5.0
func GetDIVerifyParamsClass() DIVerifyParamsClass
GetDIVerifyParamsClass returns the class object for DIVerifyParams.
func (DIVerifyParamsClass) Alloc ¶ added in v0.5.0
func (dc DIVerifyParamsClass) Alloc() DIVerifyParams
Alloc allocates memory for a new instance of the class.
func (DIVerifyParamsClass) Class ¶ added in v0.5.0
func (dc DIVerifyParamsClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DiskImageCreatorFromDevice ¶ added in v0.5.0
type DiskImageCreatorFromDevice struct {
BaseDiskImageCreator
}
Methods ¶
- DiskImageCreatorFromDevice.CreateImageWithSrcDeviceError
- DiskImageCreatorFromDevice.InitWithURLError
See: https://developer.apple.com/documentation/DiskImages2/DiskImageCreatorFromDevice
func DiskImageCreatorFromDeviceFromID ¶ added in v0.5.0
func DiskImageCreatorFromDeviceFromID(id objc.ID) DiskImageCreatorFromDevice
DiskImageCreatorFromDeviceFromID constructs a DiskImageCreatorFromDevice from an objc.ID.
func NewDiskImageCreatorFromDevice ¶ added in v0.5.0
func NewDiskImageCreatorFromDevice() DiskImageCreatorFromDevice
NewDiskImageCreatorFromDevice creates a new DiskImageCreatorFromDevice instance.
func NewDiskImageCreatorFromDeviceWithURLDefaultFormatError ¶ added in v0.5.0
func NewDiskImageCreatorFromDeviceWithURLDefaultFormatError(url foundation.INSURL, format int64) (DiskImageCreatorFromDevice, error)
func NewDiskImageCreatorFromDeviceWithURLError ¶ added in v0.5.0
func NewDiskImageCreatorFromDeviceWithURLError(url foundation.INSURL) (DiskImageCreatorFromDevice, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageCreatorFromDevice/initWithURL:error:
func (DiskImageCreatorFromDevice) Autorelease ¶ added in v0.5.0
func (d DiskImageCreatorFromDevice) Autorelease() DiskImageCreatorFromDevice
Autorelease adds the receiver to the current autorelease pool.
func (DiskImageCreatorFromDevice) CreateImageWithSrcDeviceError ¶ added in v0.5.0
func (d DiskImageCreatorFromDevice) CreateImageWithSrcDeviceError(device objectivec.IObject) (bool, error)
func (DiskImageCreatorFromDevice) Init ¶ added in v0.5.0
func (d DiskImageCreatorFromDevice) Init() DiskImageCreatorFromDevice
Init initializes the instance.
func (DiskImageCreatorFromDevice) InitWithURLError ¶ added in v0.5.0
func (d DiskImageCreatorFromDevice) InitWithURLError(url foundation.INSURL) (DiskImageCreatorFromDevice, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageCreatorFromDevice/initWithURL:error:
type DiskImageCreatorFromDeviceClass ¶ added in v0.5.0
type DiskImageCreatorFromDeviceClass struct {
// contains filtered or unexported fields
}
func GetDiskImageCreatorFromDeviceClass ¶ added in v0.5.0
func GetDiskImageCreatorFromDeviceClass() DiskImageCreatorFromDeviceClass
GetDiskImageCreatorFromDeviceClass returns the class object for DiskImageCreatorFromDevice.
func (DiskImageCreatorFromDeviceClass) Alloc ¶ added in v0.5.0
func (dc DiskImageCreatorFromDeviceClass) Alloc() DiskImageCreatorFromDevice
Alloc allocates memory for a new instance of the class.
func (DiskImageCreatorFromDeviceClass) Class ¶ added in v0.5.0
func (dc DiskImageCreatorFromDeviceClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DiskImageCreatorFromFolder ¶ added in v0.5.0
type DiskImageCreatorFromFolder struct {
BaseDiskImageCreator
}
Methods ¶
- DiskImageCreatorFromFolder.CompactAndEjectWithCreateParamsError
- DiskImageCreatorFromFolder.CreateImageWithSrcFolderCompletionBlock
- DiskImageCreatorFromFolder.CreateImageWithSrcFolderProgressCreateParamsConvertParamsError
- DiskImageCreatorFromFolder.ResizeDataPartitionWithError
- DiskImageCreatorFromFolder.UpdateNumBlocksWithFolderSizeNumFiles
- DiskImageCreatorFromFolder.UpdatePartitionMapWithError
- DiskImageCreatorFromFolder.InitWithURLError
See: https://developer.apple.com/documentation/DiskImages2/DiskImageCreatorFromFolder
func DiskImageCreatorFromFolderFromID ¶ added in v0.5.0
func DiskImageCreatorFromFolderFromID(id objc.ID) DiskImageCreatorFromFolder
DiskImageCreatorFromFolderFromID constructs a DiskImageCreatorFromFolder from an objc.ID.
func NewDiskImageCreatorFromFolder ¶ added in v0.5.0
func NewDiskImageCreatorFromFolder() DiskImageCreatorFromFolder
NewDiskImageCreatorFromFolder creates a new DiskImageCreatorFromFolder instance.
func NewDiskImageCreatorFromFolderWithURLDefaultFormatError ¶ added in v0.5.0
func NewDiskImageCreatorFromFolderWithURLDefaultFormatError(url foundation.INSURL, format int64) (DiskImageCreatorFromFolder, error)
func NewDiskImageCreatorFromFolderWithURLError ¶ added in v0.5.0
func NewDiskImageCreatorFromFolderWithURLError(url foundation.INSURL) (DiskImageCreatorFromFolder, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageCreatorFromFolder/initWithURL:error:
func (DiskImageCreatorFromFolder) Autorelease ¶ added in v0.5.0
func (d DiskImageCreatorFromFolder) Autorelease() DiskImageCreatorFromFolder
Autorelease adds the receiver to the current autorelease pool.
func (DiskImageCreatorFromFolder) CompactAndEjectWithCreateParamsError ¶ added in v0.5.0
func (d DiskImageCreatorFromFolder) CompactAndEjectWithCreateParamsError(params objectivec.IObject) (bool, error)
func (DiskImageCreatorFromFolder) CreateImageWithSrcFolderCompletionBlock ¶ added in v0.5.0
func (d DiskImageCreatorFromFolder) CreateImageWithSrcFolderCompletionBlock(folder objectivec.IObject, block VoidHandler) objectivec.IObject
func (DiskImageCreatorFromFolder) CreateImageWithSrcFolderCompletionBlockSync ¶ added in v0.5.0
func (d DiskImageCreatorFromFolder) CreateImageWithSrcFolderCompletionBlockSync(ctx context.Context, folder objectivec.IObject) error
CreateImageWithSrcFolderCompletionBlockSync is a synchronous wrapper around DiskImageCreatorFromFolder.CreateImageWithSrcFolderCompletionBlock. It blocks until the completion handler fires or the context is cancelled.
func (DiskImageCreatorFromFolder) CreateImageWithSrcFolderProgressCreateParamsConvertParamsError ¶ added in v0.5.0
func (d DiskImageCreatorFromFolder) CreateImageWithSrcFolderProgressCreateParamsConvertParamsError(folder objectivec.IObject, progress objectivec.IObject, params objectivec.IObject, params2 []objectivec.IObject) (bool, error)
func (DiskImageCreatorFromFolder) Init ¶ added in v0.5.0
func (d DiskImageCreatorFromFolder) Init() DiskImageCreatorFromFolder
Init initializes the instance.
func (DiskImageCreatorFromFolder) InitWithURLError ¶ added in v0.5.0
func (d DiskImageCreatorFromFolder) InitWithURLError(url foundation.INSURL) (DiskImageCreatorFromFolder, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageCreatorFromFolder/initWithURL:error:
func (DiskImageCreatorFromFolder) ResizeDataPartitionWithError ¶ added in v0.5.0
func (d DiskImageCreatorFromFolder) ResizeDataPartitionWithError() (bool, error)
func (DiskImageCreatorFromFolder) UpdateNumBlocksWithFolderSizeNumFiles ¶ added in v0.5.0
func (d DiskImageCreatorFromFolder) UpdateNumBlocksWithFolderSizeNumFiles(size uint64, files uint64)
func (DiskImageCreatorFromFolder) UpdatePartitionMapWithError ¶ added in v0.5.0
func (d DiskImageCreatorFromFolder) UpdatePartitionMapWithError() (bool, error)
type DiskImageCreatorFromFolderClass ¶ added in v0.5.0
type DiskImageCreatorFromFolderClass struct {
// contains filtered or unexported fields
}
func GetDiskImageCreatorFromFolderClass ¶ added in v0.5.0
func GetDiskImageCreatorFromFolderClass() DiskImageCreatorFromFolderClass
GetDiskImageCreatorFromFolderClass returns the class object for DiskImageCreatorFromFolder.
func (DiskImageCreatorFromFolderClass) Alloc ¶ added in v0.5.0
func (dc DiskImageCreatorFromFolderClass) Alloc() DiskImageCreatorFromFolder
Alloc allocates memory for a new instance of the class.
func (DiskImageCreatorFromFolderClass) AllowParallelModeWithURLOutModeError ¶ added in v0.5.0
func (_DiskImageCreatorFromFolderClass DiskImageCreatorFromFolderClass) AllowParallelModeWithURLOutModeError(url foundation.NSURL) (bool, error)
func (DiskImageCreatorFromFolderClass) Class ¶ added in v0.5.0
func (dc DiskImageCreatorFromFolderClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DiskImageGraph ¶ added in v0.5.0
type DiskImageGraph struct {
objectivec.Object
}
Methods ¶
- DiskImageGraph.URLRelativeToPstackParentWithURL
- DiskImageGraph.ActiveInfoWithExtraError
- DiskImageGraph.ActiveNode
- DiskImageGraph.SetActiveNode
- DiskImageGraph.AppendCacheWithURLTagError
- DiskImageGraph.AppendOverlayWithURLTagError
- DiskImageGraph.AppendOverlayWithURLTagNumBlocksError
- DiskImageGraph.AppendWithURLIsCacheTagNumBlocksSetNewActiveError
- DiskImageGraph.AppendWithURLIsCacheTagNumBlocksToNodeSetNewActiveError
- DiskImageGraph.AppendWithURLTagError
- DiskImageGraph.BaseNode
- DiskImageGraph.CheckStackValidityWithError
- DiskImageGraph.CloneToURLError
- DiskImageGraph.GetImageWithTagError
- DiskImageGraph.GetImageWithUUIDError
- DiskImageGraph.GraphDB
- DiskImageGraph.SetGraphDB
- DiskImageGraph.ImagesDictsArray
- DiskImageGraph.SetImagesDictsArray
- DiskImageGraph.InfoWithExtraError
- DiskImageGraph.Nodes
- DiskImageGraph.SetNodes
- DiskImageGraph.RemoveNodeWithTagRecursiveError
- DiskImageGraph.RemoveNodeWithUUIDRecursiveError
- DiskImageGraph.RemoveWithNodeRecursiveError
- DiskImageGraph.RootNode
- DiskImageGraph.SavePstackWithError
- DiskImageGraph.SavePstackWithURLError
- DiskImageGraph.SetActiveNodeWithTagError
- DiskImageGraph.SetActiveNodeWithUUIDError
- DiskImageGraph.ValidateAppendedImageWithURLParentNodeIsCacheError
- DiskImageGraph.InitWithBaseImageURLNewPstackURLTagError
- DiskImageGraph.InitWithBaseImageURLTagError
- DiskImageGraph.InitWithGraphDBError
- DiskImageGraph.InitWithGraphDBWorkDirError
- DiskImageGraph.InitWithPluginNamePluginParamsTagError
- DiskImageGraph.InitWithPstackURLError
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph
func DiskImageGraphFromID ¶ added in v0.5.0
func DiskImageGraphFromID(id objc.ID) DiskImageGraph
DiskImageGraphFromID constructs a DiskImageGraph from an objc.ID.
func NewDiskImageGraph ¶ added in v0.5.0
func NewDiskImageGraph() DiskImageGraph
NewDiskImageGraph creates a new DiskImageGraph instance.
func NewDiskImageGraphWithBaseImageURLNewPstackURLTagError ¶ added in v0.5.0
func NewDiskImageGraphWithBaseImageURLNewPstackURLTagError(url foundation.INSURL, url2 foundation.INSURL, tag objectivec.IObject) (DiskImageGraph, error)
func NewDiskImageGraphWithBaseImageURLTagError ¶ added in v0.5.0
func NewDiskImageGraphWithBaseImageURLTagError(url foundation.INSURL, tag objectivec.IObject) (DiskImageGraph, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/initWithBaseImageURL:tag:error:
func NewDiskImageGraphWithGraphDBError ¶ added in v0.5.0
func NewDiskImageGraphWithGraphDBError(db objectivec.IObject) (DiskImageGraph, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/initWithGraphDB:error:
func NewDiskImageGraphWithGraphDBWorkDirError ¶ added in v0.5.0
func NewDiskImageGraphWithGraphDBWorkDirError(db objectivec.IObject, dir objectivec.IObject) (DiskImageGraph, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/initWithGraphDB:workDir:error:
func NewDiskImageGraphWithPluginNamePluginParamsTagError ¶ added in v0.5.0
func NewDiskImageGraphWithPluginNamePluginParamsTagError(name objectivec.IObject, params objectivec.IObject, tag objectivec.IObject) (DiskImageGraph, error)
func NewDiskImageGraphWithPstackURLError ¶ added in v0.5.0
func NewDiskImageGraphWithPstackURLError(url foundation.INSURL) (DiskImageGraph, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/initWithPstackURL:error:
func (DiskImageGraph) ActiveInfoWithExtraError ¶ added in v0.5.0
func (d DiskImageGraph) ActiveInfoWithExtraError(extra bool) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/activeInfoWithExtra:error:
func (DiskImageGraph) ActiveNode ¶ added in v0.5.0
func (d DiskImageGraph) ActiveNode() IDiskImageGraphNode
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/activeNode
func (DiskImageGraph) AppendCacheWithURLTagError ¶ added in v0.5.0
func (d DiskImageGraph) AppendCacheWithURLTagError(url foundation.INSURL, tag objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/appendCacheWithURL:tag:error:
func (DiskImageGraph) AppendOverlayWithURLTagError ¶ added in v0.5.0
func (d DiskImageGraph) AppendOverlayWithURLTagError(url foundation.INSURL, tag objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/appendOverlayWithURL:tag:error:
func (DiskImageGraph) AppendOverlayWithURLTagNumBlocksError ¶ added in v0.5.0
func (d DiskImageGraph) AppendOverlayWithURLTagNumBlocksError(url foundation.INSURL, tag objectivec.IObject, blocks uint64) (bool, error)
func (DiskImageGraph) AppendWithURLIsCacheTagNumBlocksSetNewActiveError ¶ added in v0.5.0
func (d DiskImageGraph) AppendWithURLIsCacheTagNumBlocksSetNewActiveError(url foundation.INSURL, cache bool, tag objectivec.IObject, blocks uint64, active bool) (bool, error)
func (DiskImageGraph) AppendWithURLIsCacheTagNumBlocksToNodeSetNewActiveError ¶ added in v0.5.0
func (d DiskImageGraph) AppendWithURLIsCacheTagNumBlocksToNodeSetNewActiveError(url foundation.INSURL, cache bool, tag objectivec.IObject, blocks uint64, node objectivec.IObject, active bool) (bool, error)
func (DiskImageGraph) AppendWithURLTagError ¶ added in v0.5.0
func (d DiskImageGraph) AppendWithURLTagError(url foundation.INSURL, tag objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/appendWithURL:tag:error:
func (DiskImageGraph) Autorelease ¶ added in v0.5.0
func (d DiskImageGraph) Autorelease() DiskImageGraph
Autorelease adds the receiver to the current autorelease pool.
func (DiskImageGraph) BaseNode ¶ added in v0.5.0
func (d DiskImageGraph) BaseNode() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/baseNode
func (DiskImageGraph) CheckStackValidityWithError ¶ added in v0.5.0
func (d DiskImageGraph) CheckStackValidityWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/checkStackValidityWithError:
func (DiskImageGraph) CloneToURLError ¶ added in v0.5.0
func (d DiskImageGraph) CloneToURLError(url foundation.INSURL) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/cloneToURL:error:
func (DiskImageGraph) GetImageWithTagError ¶ added in v0.5.0
func (d DiskImageGraph) GetImageWithTagError(tag objectivec.IObject) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/getImageWithTag:error:
func (DiskImageGraph) GetImageWithUUIDError ¶ added in v0.5.0
func (d DiskImageGraph) GetImageWithUUIDError(uuid objectivec.IObject) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/getImageWithUUID:error:
func (DiskImageGraph) GraphDB ¶ added in v0.5.0
func (d DiskImageGraph) GraphDB() foundation.INSDictionary
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/graphDB
func (DiskImageGraph) ImagesDictsArray ¶ added in v0.5.0
func (d DiskImageGraph) ImagesDictsArray() foundation.INSArray
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/imagesDictsArray
func (DiskImageGraph) InfoWithExtraError ¶ added in v0.5.0
func (d DiskImageGraph) InfoWithExtraError(extra bool) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/infoWithExtra:error:
func (DiskImageGraph) Init ¶ added in v0.5.0
func (d DiskImageGraph) Init() DiskImageGraph
Init initializes the instance.
func (DiskImageGraph) InitWithBaseImageURLNewPstackURLTagError ¶ added in v0.5.0
func (d DiskImageGraph) InitWithBaseImageURLNewPstackURLTagError(url foundation.INSURL, url2 foundation.INSURL, tag objectivec.IObject) (DiskImageGraph, error)
func (DiskImageGraph) InitWithBaseImageURLTagError ¶ added in v0.5.0
func (d DiskImageGraph) InitWithBaseImageURLTagError(url foundation.INSURL, tag objectivec.IObject) (DiskImageGraph, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/initWithBaseImageURL:tag:error:
func (DiskImageGraph) InitWithGraphDBError ¶ added in v0.5.0
func (d DiskImageGraph) InitWithGraphDBError(db objectivec.IObject) (DiskImageGraph, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/initWithGraphDB:error:
func (DiskImageGraph) InitWithGraphDBWorkDirError ¶ added in v0.5.0
func (d DiskImageGraph) InitWithGraphDBWorkDirError(db objectivec.IObject, dir objectivec.IObject) (DiskImageGraph, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/initWithGraphDB:workDir:error:
func (DiskImageGraph) InitWithPluginNamePluginParamsTagError ¶ added in v0.5.0
func (d DiskImageGraph) InitWithPluginNamePluginParamsTagError(name objectivec.IObject, params objectivec.IObject, tag objectivec.IObject) (DiskImageGraph, error)
func (DiskImageGraph) InitWithPstackURLError ¶ added in v0.5.0
func (d DiskImageGraph) InitWithPstackURLError(url foundation.INSURL) (DiskImageGraph, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/initWithPstackURL:error:
func (DiskImageGraph) Nodes ¶ added in v0.5.0
func (d DiskImageGraph) Nodes() foundation.INSDictionary
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/nodes
func (DiskImageGraph) RemoveNodeWithTagRecursiveError ¶ added in v0.5.0
func (d DiskImageGraph) RemoveNodeWithTagRecursiveError(tag objectivec.IObject, recursive bool) (bool, error)
func (DiskImageGraph) RemoveNodeWithUUIDRecursiveError ¶ added in v0.5.0
func (d DiskImageGraph) RemoveNodeWithUUIDRecursiveError(uuid objectivec.IObject, recursive bool) (bool, error)
func (DiskImageGraph) RemoveWithNodeRecursiveError ¶ added in v0.5.0
func (d DiskImageGraph) RemoveWithNodeRecursiveError(node objectivec.IObject, recursive bool) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/removeWithNode:recursive:error:
func (DiskImageGraph) RootNode ¶ added in v0.5.0
func (d DiskImageGraph) RootNode() IDiskImageGraphNode
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/rootNode
func (DiskImageGraph) SavePstackWithError ¶ added in v0.5.0
func (d DiskImageGraph) SavePstackWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/savePstackWithError:
func (DiskImageGraph) SavePstackWithURLError ¶ added in v0.5.0
func (d DiskImageGraph) SavePstackWithURLError(url foundation.INSURL) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/savePstackWithURL:error:
func (DiskImageGraph) SetActiveNode ¶ added in v0.5.0
func (d DiskImageGraph) SetActiveNode(value IDiskImageGraphNode)
func (DiskImageGraph) SetActiveNodeWithTagError ¶ added in v0.5.0
func (d DiskImageGraph) SetActiveNodeWithTagError(tag objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/setActiveNodeWithTag:error:
func (DiskImageGraph) SetActiveNodeWithUUIDError ¶ added in v0.5.0
func (d DiskImageGraph) SetActiveNodeWithUUIDError(uuid objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/setActiveNodeWithUUID:error:
func (DiskImageGraph) SetGraphDB ¶ added in v0.5.0
func (d DiskImageGraph) SetGraphDB(value foundation.INSDictionary)
func (DiskImageGraph) SetImagesDictsArray ¶ added in v0.5.0
func (d DiskImageGraph) SetImagesDictsArray(value foundation.INSArray)
func (DiskImageGraph) SetNodes ¶ added in v0.5.0
func (d DiskImageGraph) SetNodes(value foundation.INSDictionary)
func (DiskImageGraph) URLRelativeToPstackParentWithURL ¶ added in v0.5.0
func (d DiskImageGraph) URLRelativeToPstackParentWithURL(url foundation.INSURL) objectivec.IObject
func (DiskImageGraph) ValidateAppendedImageWithURLParentNodeIsCacheError ¶ added in v0.5.0
func (d DiskImageGraph) ValidateAppendedImageWithURLParentNodeIsCacheError(url foundation.INSURL, node objectivec.IObject, cache bool) (bool, error)
type DiskImageGraphClass ¶ added in v0.5.0
type DiskImageGraphClass struct {
// contains filtered or unexported fields
}
func GetDiskImageGraphClass ¶ added in v0.5.0
func GetDiskImageGraphClass() DiskImageGraphClass
GetDiskImageGraphClass returns the class object for DiskImageGraph.
func (DiskImageGraphClass) Alloc ¶ added in v0.5.0
func (dc DiskImageGraphClass) Alloc() DiskImageGraph
Alloc allocates memory for a new instance of the class.
func (DiskImageGraphClass) Class ¶ added in v0.5.0
func (dc DiskImageGraphClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DiskImageGraphClass) CopyDictNodesToFolderDictError ¶ added in v0.5.0
func (_DiskImageGraphClass DiskImageGraphClass) CopyDictNodesToFolderDictError(folder objectivec.IObject, dict objectivec.IObject) (bool, error)
func (DiskImageGraphClass) CreateGraphDictWithNode ¶ added in v0.5.0
func (_DiskImageGraphClass DiskImageGraphClass) CreateGraphDictWithNode(node objectivec.IObject) objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/createGraphDictWithNode:
func (DiskImageGraphClass) CreateNodesConnectivityWithNodesDictError ¶ added in v0.5.0
func (_DiskImageGraphClass DiskImageGraphClass) CreateNodesConnectivityWithNodesDictError(dict objectivec.IObject) (bool, error)
func (DiskImageGraphClass) FailWithNoPstackError ¶ added in v0.5.0
func (_DiskImageGraphClass DiskImageGraphClass) FailWithNoPstackError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/failWithNoPstackError:
func (DiskImageGraphClass) GetFirstNonCacheAncestorWithNodeError ¶ added in v0.5.0
func (_DiskImageGraphClass DiskImageGraphClass) GetFirstNonCacheAncestorWithNodeError(node objectivec.IObject) (objectivec.IObject, error)
func (DiskImageGraphClass) GetImageInfoDictWithURLError ¶ added in v0.5.0
func (_DiskImageGraphClass DiskImageGraphClass) GetImageInfoDictWithURLError(url foundation.INSURL) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/getImageInfoDictWithURL:error:
func (DiskImageGraphClass) GetImageUUIDStrWithIdentityInfoStackableUUIDFallbackError ¶ added in v0.5.0
func (_DiskImageGraphClass DiskImageGraphClass) GetImageUUIDStrWithIdentityInfoStackableUUIDFallbackError(info objectivec.IObject, uUIDFallback bool) (objectivec.IObject, error)
func (DiskImageGraphClass) GetImageUUIDWithURLAllowMissingUUIDError ¶ added in v0.5.0
func (_DiskImageGraphClass DiskImageGraphClass) GetImageUUIDWithURLAllowMissingUUIDError(url foundation.INSURL, uuid bool) (objectivec.IObject, error)
func (DiskImageGraphClass) LoadPlistDictFromFileHandleDictError ¶ added in v0.5.0
func (_DiskImageGraphClass DiskImageGraphClass) LoadPlistDictFromFileHandleDictError(handle objectivec.IObject, dict []objectivec.IObject) (bool, error)
func (DiskImageGraphClass) PopulateNodesDictsWithArrayWorkDirNodesDictError ¶ added in v0.5.0
func (_DiskImageGraphClass DiskImageGraphClass) PopulateNodesDictsWithArrayWorkDirNodesDictError(array objectivec.IObject, dir objectivec.IObject, dict objectivec.IObject) (bool, error)
func (DiskImageGraphClass) SaveToPlistWithDictionaryURLError ¶ added in v0.5.0
func (_DiskImageGraphClass DiskImageGraphClass) SaveToPlistWithDictionaryURLError(dictionary objectivec.IObject, rl objectivec.IObject) (bool, error)
func (DiskImageGraphClass) ValidateWithDictionaryError ¶ added in v0.5.0
func (_DiskImageGraphClass DiskImageGraphClass) ValidateWithDictionaryError(dictionary objectivec.IObject) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/validateWithDictionary:error:
type DiskImageGraphNode ¶ added in v0.5.0
type DiskImageGraphNode struct {
objectivec.Object
}
Methods ¶
- DiskImageGraphNode.URL
- DiskImageGraphNode.UUID
- DiskImageGraphNode.SetUUID
- DiskImageGraphNode.AddDecendantsToArray
- DiskImageGraphNode.Children
- DiskImageGraphNode.ChildrenInfoWithExtraError
- DiskImageGraphNode.DeleteImage
- DiskImageGraphNode.GetChildren
- DiskImageGraphNode.GetDescendants
- DiskImageGraphNode.InfoWithExtraError
- DiskImageGraphNode.IsCache
- DiskImageGraphNode.Metadata
- DiskImageGraphNode.SetMetadata
- DiskImageGraphNode.MutableChildren
- DiskImageGraphNode.SetMutableChildren
- DiskImageGraphNode.Parent
- DiskImageGraphNode.SetParent
- DiskImageGraphNode.ParentUUID
- DiskImageGraphNode.PstackDict
- DiskImageGraphNode.SetPstackDict
- DiskImageGraphNode.RecursiveInfoWithExtraError
- DiskImageGraphNode.Tag
- DiskImageGraphNode.SetTag
- DiskImageGraphNode.ToDIShadowNode
- DiskImageGraphNode.ToDictionary
- DiskImageGraphNode.ValidateAppendedImageWithInfoError
- DiskImageGraphNode.InitWithDictionaryWorkDirError
- DiskImageGraphNode.InitWithTagUUIDParentNodeMetadataIsCache
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode
func DiskImageGraphNodeFromID ¶ added in v0.5.0
func DiskImageGraphNodeFromID(id objc.ID) DiskImageGraphNode
DiskImageGraphNodeFromID constructs a DiskImageGraphNode from an objc.ID.
func NewDiskImageGraphNode ¶ added in v0.5.0
func NewDiskImageGraphNode() DiskImageGraphNode
NewDiskImageGraphNode creates a new DiskImageGraphNode instance.
func NewDiskImageGraphNodeWithDictionaryWorkDirError ¶ added in v0.5.0
func NewDiskImageGraphNodeWithDictionaryWorkDirError(dictionary objectivec.IObject, dir objectivec.IObject) (DiskImageGraphNode, error)
func NewDiskImageGraphNodeWithTagUUIDParentNodeMetadataIsCache ¶ added in v0.5.0
func NewDiskImageGraphNodeWithTagUUIDParentNodeMetadataIsCache(tag objectivec.IObject, uid objectivec.IObject, node objectivec.IObject, metadata objectivec.IObject, cache bool) DiskImageGraphNode
func (DiskImageGraphNode) AddDecendantsToArray ¶ added in v0.5.0
func (d DiskImageGraphNode) AddDecendantsToArray(array objectivec.IObject)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode/addDecendantsToArray:
func (DiskImageGraphNode) Autorelease ¶ added in v0.5.0
func (d DiskImageGraphNode) Autorelease() DiskImageGraphNode
Autorelease adds the receiver to the current autorelease pool.
func (DiskImageGraphNode) Children ¶ added in v0.5.0
func (d DiskImageGraphNode) Children() foundation.INSArray
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode/children
func (DiskImageGraphNode) ChildrenInfoWithExtraError ¶ added in v0.5.0
func (d DiskImageGraphNode) ChildrenInfoWithExtraError(extra bool) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode/childrenInfoWithExtra:error:
func (DiskImageGraphNode) DeleteImage ¶ added in v0.5.0
func (d DiskImageGraphNode) DeleteImage() bool
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode/deleteImage
func (DiskImageGraphNode) GetChildren ¶ added in v0.5.0
func (d DiskImageGraphNode) GetChildren() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode/getChildren
func (DiskImageGraphNode) GetDescendants ¶ added in v0.5.0
func (d DiskImageGraphNode) GetDescendants() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode/getDescendants
func (DiskImageGraphNode) InfoWithExtraError ¶ added in v0.5.0
func (d DiskImageGraphNode) InfoWithExtraError(extra bool) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode/infoWithExtra:error:
func (DiskImageGraphNode) Init ¶ added in v0.5.0
func (d DiskImageGraphNode) Init() DiskImageGraphNode
Init initializes the instance.
func (DiskImageGraphNode) InitWithDictionaryWorkDirError ¶ added in v0.5.0
func (d DiskImageGraphNode) InitWithDictionaryWorkDirError(dictionary objectivec.IObject, dir objectivec.IObject) (DiskImageGraphNode, error)
func (DiskImageGraphNode) InitWithTagUUIDParentNodeMetadataIsCache ¶ added in v0.5.0
func (d DiskImageGraphNode) InitWithTagUUIDParentNodeMetadataIsCache(tag objectivec.IObject, uid objectivec.IObject, node objectivec.IObject, metadata objectivec.IObject, cache bool) DiskImageGraphNode
func (DiskImageGraphNode) IsCache ¶ added in v0.5.0
func (d DiskImageGraphNode) IsCache() bool
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode/isCache
func (DiskImageGraphNode) Metadata ¶ added in v0.5.0
func (d DiskImageGraphNode) Metadata() foundation.INSDictionary
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode/metadata
func (DiskImageGraphNode) MutableChildren ¶ added in v0.5.0
func (d DiskImageGraphNode) MutableChildren() foundation.INSArray
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode/mutableChildren
func (DiskImageGraphNode) Parent ¶ added in v0.5.0
func (d DiskImageGraphNode) Parent() IDiskImageGraphNode
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode/parent
func (DiskImageGraphNode) ParentUUID ¶ added in v0.5.0
func (d DiskImageGraphNode) ParentUUID() foundation.NSUUID
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode/parentUUID
func (DiskImageGraphNode) PstackDict ¶ added in v0.5.0
func (d DiskImageGraphNode) PstackDict() foundation.INSDictionary
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode/pstackDict
func (DiskImageGraphNode) RecursiveInfoWithExtraError ¶ added in v0.5.0
func (d DiskImageGraphNode) RecursiveInfoWithExtraError(extra bool) (objectivec.IObject, error)
func (DiskImageGraphNode) SetMetadata ¶ added in v0.5.0
func (d DiskImageGraphNode) SetMetadata(value foundation.INSDictionary)
func (DiskImageGraphNode) SetMutableChildren ¶ added in v0.5.0
func (d DiskImageGraphNode) SetMutableChildren(value foundation.INSArray)
func (DiskImageGraphNode) SetParent ¶ added in v0.5.0
func (d DiskImageGraphNode) SetParent(value IDiskImageGraphNode)
func (DiskImageGraphNode) SetPstackDict ¶ added in v0.5.0
func (d DiskImageGraphNode) SetPstackDict(value foundation.INSDictionary)
func (DiskImageGraphNode) SetTag ¶ added in v0.5.0
func (d DiskImageGraphNode) SetTag(value string)
func (DiskImageGraphNode) SetUUID ¶ added in v0.5.0
func (d DiskImageGraphNode) SetUUID(value foundation.NSUUID)
func (DiskImageGraphNode) Tag ¶ added in v0.5.0
func (d DiskImageGraphNode) Tag() string
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode/tag
func (DiskImageGraphNode) ToDIShadowNode ¶ added in v0.5.0
func (d DiskImageGraphNode) ToDIShadowNode() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode/toDIShadowNode
func (DiskImageGraphNode) ToDictionary ¶ added in v0.5.0
func (d DiskImageGraphNode) ToDictionary() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode/toDictionary
func (DiskImageGraphNode) URL ¶ added in v0.5.0
func (d DiskImageGraphNode) URL() foundation.INSURL
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode/URL
func (DiskImageGraphNode) UUID ¶ added in v0.5.0
func (d DiskImageGraphNode) UUID() foundation.NSUUID
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode/UUID
func (DiskImageGraphNode) ValidateAppendedImageWithInfoError ¶ added in v0.5.0
func (d DiskImageGraphNode) ValidateAppendedImageWithInfoError(info objectivec.IObject) (bool, error)
type DiskImageGraphNodeClass ¶ added in v0.5.0
type DiskImageGraphNodeClass struct {
// contains filtered or unexported fields
}
func GetDiskImageGraphNodeClass ¶ added in v0.5.0
func GetDiskImageGraphNodeClass() DiskImageGraphNodeClass
GetDiskImageGraphNodeClass returns the class object for DiskImageGraphNode.
func (DiskImageGraphNodeClass) Alloc ¶ added in v0.5.0
func (dc DiskImageGraphNodeClass) Alloc() DiskImageGraphNode
Alloc allocates memory for a new instance of the class.
func (DiskImageGraphNodeClass) Class ¶ added in v0.5.0
func (dc DiskImageGraphNodeClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DiskImageGraphNodeClass) GraphNodeWithDictionaryWorkDirError ¶ added in v0.5.0
func (_DiskImageGraphNodeClass DiskImageGraphNodeClass) GraphNodeWithDictionaryWorkDirError(dictionary objectivec.IObject, dir objectivec.IObject) (objectivec.IObject, error)
func (DiskImageGraphNodeClass) ValidateWithDictionaryError ¶ added in v0.5.0
func (_DiskImageGraphNodeClass DiskImageGraphNodeClass) ValidateWithDictionaryError(dictionary objectivec.IObject) (bool, error)
type DiskImageParamsASIF_XPC ¶ added in v0.5.0
type DiskImageParamsASIF_XPC struct {
DiskImageParamsXPC
}
Methods ¶
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsASIF_XPC
func DiskImageParamsASIF_XPCFromID ¶ added in v0.5.0
func DiskImageParamsASIF_XPCFromID(id objc.ID) DiskImageParamsASIF_XPC
DiskImageParamsASIF_XPCFromID constructs a DiskImageParamsASIF_XPC from an objc.ID.
func NewDiskImageParamsASIF_XPC ¶ added in v0.5.0
func NewDiskImageParamsASIF_XPC() DiskImageParamsASIF_XPC
NewDiskImageParamsASIF_XPC creates a new DiskImageParamsASIF_XPC instance.
func NewDiskImageParamsASIF_XPCWithBackendXPC ¶ added in v0.5.0
func NewDiskImageParamsASIF_XPCWithBackendXPC(xpc objectivec.IObject) DiskImageParamsASIF_XPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/initWithBackendXPC:
func NewDiskImageParamsASIF_XPCWithBackendXPCBlockSize ¶ added in v0.5.0
func NewDiskImageParamsASIF_XPCWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsASIF_XPC
func NewDiskImageParamsASIF_XPCWithBackendXPCHeader ¶ added in v0.5.0
func NewDiskImageParamsASIF_XPCWithBackendXPCHeader(xpc objectivec.IObject, header objectivec.IObject) DiskImageParamsASIF_XPC
func NewDiskImageParamsASIF_XPCWithCoder ¶ added in v0.5.0
func NewDiskImageParamsASIF_XPCWithCoder(coder objectivec.IObject) DiskImageParamsASIF_XPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsASIF_XPC/initWithCoder:
func (DiskImageParamsASIF_XPC) Autorelease ¶ added in v0.5.0
func (d DiskImageParamsASIF_XPC) Autorelease() DiskImageParamsASIF_XPC
Autorelease adds the receiver to the current autorelease pool.
func (DiskImageParamsASIF_XPC) Init ¶ added in v0.5.0
func (d DiskImageParamsASIF_XPC) Init() DiskImageParamsASIF_XPC
Init initializes the instance.
func (DiskImageParamsASIF_XPC) InitWithBackendXPCHeader ¶ added in v0.5.0
func (d DiskImageParamsASIF_XPC) InitWithBackendXPCHeader(xpc objectivec.IObject, header objectivec.IObject) DiskImageParamsASIF_XPC
func (DiskImageParamsASIF_XPC) SetHeader ¶ added in v0.5.0
func (d DiskImageParamsASIF_XPC) SetHeader(header objectivec.IObject)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsASIF_XPC/setHeader:
type DiskImageParamsASIF_XPCClass ¶ added in v0.5.0
type DiskImageParamsASIF_XPCClass struct {
// contains filtered or unexported fields
}
func GetDiskImageParamsASIF_XPCClass ¶ added in v0.5.0
func GetDiskImageParamsASIF_XPCClass() DiskImageParamsASIF_XPCClass
GetDiskImageParamsASIF_XPCClass returns the class object for DiskImageParamsASIF_XPC.
func (DiskImageParamsASIF_XPCClass) Alloc ¶ added in v0.5.0
func (dc DiskImageParamsASIF_XPCClass) Alloc() DiskImageParamsASIF_XPC
Alloc allocates memory for a new instance of the class.
func (DiskImageParamsASIF_XPCClass) Class ¶ added in v0.5.0
func (dc DiskImageParamsASIF_XPCClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DiskImageParamsLocked_XPC ¶ added in v0.5.0
type DiskImageParamsLocked_XPC struct {
DiskImageParamsXPC
}
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsLocked_XPC
func DiskImageParamsLocked_XPCFromID ¶ added in v0.5.0
func DiskImageParamsLocked_XPCFromID(id objc.ID) DiskImageParamsLocked_XPC
DiskImageParamsLocked_XPCFromID constructs a DiskImageParamsLocked_XPC from an objc.ID.
func NewDiskImageParamsLocked_XPC ¶ added in v0.5.0
func NewDiskImageParamsLocked_XPC() DiskImageParamsLocked_XPC
NewDiskImageParamsLocked_XPC creates a new DiskImageParamsLocked_XPC instance.
func NewDiskImageParamsLocked_XPCWithBackendXPC ¶ added in v0.5.0
func NewDiskImageParamsLocked_XPCWithBackendXPC(xpc objectivec.IObject) DiskImageParamsLocked_XPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/initWithBackendXPC:
func NewDiskImageParamsLocked_XPCWithBackendXPCBlockSize ¶ added in v0.5.0
func NewDiskImageParamsLocked_XPCWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsLocked_XPC
func NewDiskImageParamsLocked_XPCWithCoder ¶ added in v0.5.0
func NewDiskImageParamsLocked_XPCWithCoder(coder objectivec.IObject) DiskImageParamsLocked_XPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/initWithCoder:
func (DiskImageParamsLocked_XPC) Autorelease ¶ added in v0.5.0
func (d DiskImageParamsLocked_XPC) Autorelease() DiskImageParamsLocked_XPC
Autorelease adds the receiver to the current autorelease pool.
func (DiskImageParamsLocked_XPC) Init ¶ added in v0.5.0
func (d DiskImageParamsLocked_XPC) Init() DiskImageParamsLocked_XPC
Init initializes the instance.
type DiskImageParamsLocked_XPCClass ¶ added in v0.5.0
type DiskImageParamsLocked_XPCClass struct {
// contains filtered or unexported fields
}
func GetDiskImageParamsLocked_XPCClass ¶ added in v0.5.0
func GetDiskImageParamsLocked_XPCClass() DiskImageParamsLocked_XPCClass
GetDiskImageParamsLocked_XPCClass returns the class object for DiskImageParamsLocked_XPC.
func (DiskImageParamsLocked_XPCClass) Alloc ¶ added in v0.5.0
func (dc DiskImageParamsLocked_XPCClass) Alloc() DiskImageParamsLocked_XPC
Alloc allocates memory for a new instance of the class.
func (DiskImageParamsLocked_XPCClass) Class ¶ added in v0.5.0
func (dc DiskImageParamsLocked_XPCClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DiskImageParamsPlugin_XPC ¶ added in v0.5.0
type DiskImageParamsPlugin_XPC struct {
DiskImageParamsXPC
}
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsPlugin_XPC
func DiskImageParamsPlugin_XPCFromID ¶ added in v0.5.0
func DiskImageParamsPlugin_XPCFromID(id objc.ID) DiskImageParamsPlugin_XPC
DiskImageParamsPlugin_XPCFromID constructs a DiskImageParamsPlugin_XPC from an objc.ID.
func NewDiskImageParamsPlugin_XPC ¶ added in v0.5.0
func NewDiskImageParamsPlugin_XPC() DiskImageParamsPlugin_XPC
NewDiskImageParamsPlugin_XPC creates a new DiskImageParamsPlugin_XPC instance.
func NewDiskImageParamsPlugin_XPCWithBackendXPC ¶ added in v0.5.0
func NewDiskImageParamsPlugin_XPCWithBackendXPC(xpc objectivec.IObject) DiskImageParamsPlugin_XPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/initWithBackendXPC:
func NewDiskImageParamsPlugin_XPCWithBackendXPCBlockSize ¶ added in v0.5.0
func NewDiskImageParamsPlugin_XPCWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsPlugin_XPC
func NewDiskImageParamsPlugin_XPCWithCoder ¶ added in v0.5.0
func NewDiskImageParamsPlugin_XPCWithCoder(coder objectivec.IObject) DiskImageParamsPlugin_XPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/initWithCoder:
func (DiskImageParamsPlugin_XPC) Autorelease ¶ added in v0.5.0
func (d DiskImageParamsPlugin_XPC) Autorelease() DiskImageParamsPlugin_XPC
Autorelease adds the receiver to the current autorelease pool.
func (DiskImageParamsPlugin_XPC) Init ¶ added in v0.5.0
func (d DiskImageParamsPlugin_XPC) Init() DiskImageParamsPlugin_XPC
Init initializes the instance.
type DiskImageParamsPlugin_XPCClass ¶ added in v0.5.0
type DiskImageParamsPlugin_XPCClass struct {
// contains filtered or unexported fields
}
func GetDiskImageParamsPlugin_XPCClass ¶ added in v0.5.0
func GetDiskImageParamsPlugin_XPCClass() DiskImageParamsPlugin_XPCClass
GetDiskImageParamsPlugin_XPCClass returns the class object for DiskImageParamsPlugin_XPC.
func (DiskImageParamsPlugin_XPCClass) Alloc ¶ added in v0.5.0
func (dc DiskImageParamsPlugin_XPCClass) Alloc() DiskImageParamsPlugin_XPC
Alloc allocates memory for a new instance of the class.
func (DiskImageParamsPlugin_XPCClass) Class ¶ added in v0.5.0
func (dc DiskImageParamsPlugin_XPCClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DiskImageParamsRAM_XPC ¶ added in v0.5.0
type DiskImageParamsRAM_XPC struct {
DiskImageParamsRaw_XPC
}
Methods ¶
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsRAM_XPC
func DiskImageParamsRAM_XPCFromID ¶ added in v0.5.0
func DiskImageParamsRAM_XPCFromID(id objc.ID) DiskImageParamsRAM_XPC
DiskImageParamsRAM_XPCFromID constructs a DiskImageParamsRAM_XPC from an objc.ID.
func NewDiskImageParamsRAM_XPC ¶ added in v0.5.0
func NewDiskImageParamsRAM_XPC() DiskImageParamsRAM_XPC
NewDiskImageParamsRAM_XPC creates a new DiskImageParamsRAM_XPC instance.
func NewDiskImageParamsRAM_XPCWithBackendXPC ¶ added in v0.5.0
func NewDiskImageParamsRAM_XPCWithBackendXPC(xpc objectivec.IObject) DiskImageParamsRAM_XPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/initWithBackendXPC:
func NewDiskImageParamsRAM_XPCWithBackendXPCBlockSize ¶ added in v0.5.0
func NewDiskImageParamsRAM_XPCWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsRAM_XPC
func NewDiskImageParamsRAM_XPCWithCoder ¶ added in v0.5.0
func NewDiskImageParamsRAM_XPCWithCoder(coder objectivec.IObject) DiskImageParamsRAM_XPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/initWithCoder:
func NewDiskImageParamsRAM_XPCWithURLError ¶ added in v0.5.0
func NewDiskImageParamsRAM_XPCWithURLError(url foundation.INSURL) (DiskImageParamsRAM_XPC, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsRAM_XPC/initWithURL:error:
func (DiskImageParamsRAM_XPC) Autorelease ¶ added in v0.5.0
func (d DiskImageParamsRAM_XPC) Autorelease() DiskImageParamsRAM_XPC
Autorelease adds the receiver to the current autorelease pool.
func (DiskImageParamsRAM_XPC) Init ¶ added in v0.5.0
func (d DiskImageParamsRAM_XPC) Init() DiskImageParamsRAM_XPC
Init initializes the instance.
func (DiskImageParamsRAM_XPC) InitWithURLError ¶ added in v0.5.0
func (d DiskImageParamsRAM_XPC) InitWithURLError(url foundation.INSURL) (DiskImageParamsRAM_XPC, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsRAM_XPC/initWithURL:error:
func (DiskImageParamsRAM_XPC) RamSizeStr ¶ added in v0.5.0
func (d DiskImageParamsRAM_XPC) RamSizeStr() string
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsRAM_XPC/ramSizeStr
type DiskImageParamsRAM_XPCClass ¶ added in v0.5.0
type DiskImageParamsRAM_XPCClass struct {
// contains filtered or unexported fields
}
func GetDiskImageParamsRAM_XPCClass ¶ added in v0.5.0
func GetDiskImageParamsRAM_XPCClass() DiskImageParamsRAM_XPCClass
GetDiskImageParamsRAM_XPCClass returns the class object for DiskImageParamsRAM_XPC.
func (DiskImageParamsRAM_XPCClass) Alloc ¶ added in v0.5.0
func (dc DiskImageParamsRAM_XPCClass) Alloc() DiskImageParamsRAM_XPC
Alloc allocates memory for a new instance of the class.
func (DiskImageParamsRAM_XPCClass) Class ¶ added in v0.5.0
func (dc DiskImageParamsRAM_XPCClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DiskImageParamsRaw_XPC ¶ added in v0.5.0
type DiskImageParamsRaw_XPC struct {
DiskImageParamsXPC
}
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsRaw_XPC
func DiskImageParamsRaw_XPCFromID ¶ added in v0.5.0
func DiskImageParamsRaw_XPCFromID(id objc.ID) DiskImageParamsRaw_XPC
DiskImageParamsRaw_XPCFromID constructs a DiskImageParamsRaw_XPC from an objc.ID.
func NewDiskImageParamsRaw_XPC ¶ added in v0.5.0
func NewDiskImageParamsRaw_XPC() DiskImageParamsRaw_XPC
NewDiskImageParamsRaw_XPC creates a new DiskImageParamsRaw_XPC instance.
func NewDiskImageParamsRaw_XPCWithBackendXPC ¶ added in v0.5.0
func NewDiskImageParamsRaw_XPCWithBackendXPC(xpc objectivec.IObject) DiskImageParamsRaw_XPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/initWithBackendXPC:
func NewDiskImageParamsRaw_XPCWithBackendXPCBlockSize ¶ added in v0.5.0
func NewDiskImageParamsRaw_XPCWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsRaw_XPC
func NewDiskImageParamsRaw_XPCWithCoder ¶ added in v0.5.0
func NewDiskImageParamsRaw_XPCWithCoder(coder objectivec.IObject) DiskImageParamsRaw_XPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/initWithCoder:
func (DiskImageParamsRaw_XPC) Autorelease ¶ added in v0.5.0
func (d DiskImageParamsRaw_XPC) Autorelease() DiskImageParamsRaw_XPC
Autorelease adds the receiver to the current autorelease pool.
func (DiskImageParamsRaw_XPC) Init ¶ added in v0.5.0
func (d DiskImageParamsRaw_XPC) Init() DiskImageParamsRaw_XPC
Init initializes the instance.
type DiskImageParamsRaw_XPCClass ¶ added in v0.5.0
type DiskImageParamsRaw_XPCClass struct {
// contains filtered or unexported fields
}
func GetDiskImageParamsRaw_XPCClass ¶ added in v0.5.0
func GetDiskImageParamsRaw_XPCClass() DiskImageParamsRaw_XPCClass
GetDiskImageParamsRaw_XPCClass returns the class object for DiskImageParamsRaw_XPC.
func (DiskImageParamsRaw_XPCClass) Alloc ¶ added in v0.5.0
func (dc DiskImageParamsRaw_XPCClass) Alloc() DiskImageParamsRaw_XPC
Alloc allocates memory for a new instance of the class.
func (DiskImageParamsRaw_XPCClass) Class ¶ added in v0.5.0
func (dc DiskImageParamsRaw_XPCClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DiskImageParamsSparseBundle_XPC ¶ added in v0.5.0
type DiskImageParamsSparseBundle_XPC struct {
DiskImageParamsXPC
}
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsSparseBundle_XPC
func DiskImageParamsSparseBundle_XPCFromID ¶ added in v0.5.0
func DiskImageParamsSparseBundle_XPCFromID(id objc.ID) DiskImageParamsSparseBundle_XPC
DiskImageParamsSparseBundle_XPCFromID constructs a DiskImageParamsSparseBundle_XPC from an objc.ID.
func NewDiskImageParamsSparseBundle_XPC ¶ added in v0.5.0
func NewDiskImageParamsSparseBundle_XPC() DiskImageParamsSparseBundle_XPC
NewDiskImageParamsSparseBundle_XPC creates a new DiskImageParamsSparseBundle_XPC instance.
func NewDiskImageParamsSparseBundle_XPCWithBackendXPC ¶ added in v0.5.0
func NewDiskImageParamsSparseBundle_XPCWithBackendXPC(xpc objectivec.IObject) DiskImageParamsSparseBundle_XPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/initWithBackendXPC:
func NewDiskImageParamsSparseBundle_XPCWithBackendXPCBlockSize ¶ added in v0.5.0
func NewDiskImageParamsSparseBundle_XPCWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsSparseBundle_XPC
func NewDiskImageParamsSparseBundle_XPCWithCoder ¶ added in v0.5.0
func NewDiskImageParamsSparseBundle_XPCWithCoder(coder objectivec.IObject) DiskImageParamsSparseBundle_XPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/initWithCoder:
func (DiskImageParamsSparseBundle_XPC) Autorelease ¶ added in v0.5.0
func (d DiskImageParamsSparseBundle_XPC) Autorelease() DiskImageParamsSparseBundle_XPC
Autorelease adds the receiver to the current autorelease pool.
func (DiskImageParamsSparseBundle_XPC) Init ¶ added in v0.5.0
func (d DiskImageParamsSparseBundle_XPC) Init() DiskImageParamsSparseBundle_XPC
Init initializes the instance.
type DiskImageParamsSparseBundle_XPCClass ¶ added in v0.5.0
type DiskImageParamsSparseBundle_XPCClass struct {
// contains filtered or unexported fields
}
func GetDiskImageParamsSparseBundle_XPCClass ¶ added in v0.5.0
func GetDiskImageParamsSparseBundle_XPCClass() DiskImageParamsSparseBundle_XPCClass
GetDiskImageParamsSparseBundle_XPCClass returns the class object for DiskImageParamsSparseBundle_XPC.
func (DiskImageParamsSparseBundle_XPCClass) Alloc ¶ added in v0.5.0
func (dc DiskImageParamsSparseBundle_XPCClass) Alloc() DiskImageParamsSparseBundle_XPC
Alloc allocates memory for a new instance of the class.
func (DiskImageParamsSparseBundle_XPCClass) Class ¶ added in v0.5.0
func (dc DiskImageParamsSparseBundle_XPCClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DiskImageParamsUDIF_XPC ¶ added in v0.5.0
type DiskImageParamsUDIF_XPC struct {
DiskImageParamsXPC
}
Methods ¶
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsUDIF_XPC
func DiskImageParamsUDIF_XPCFromID ¶ added in v0.5.0
func DiskImageParamsUDIF_XPCFromID(id objc.ID) DiskImageParamsUDIF_XPC
DiskImageParamsUDIF_XPCFromID constructs a DiskImageParamsUDIF_XPC from an objc.ID.
func NewDiskImageParamsUDIF_XPC ¶ added in v0.5.0
func NewDiskImageParamsUDIF_XPC() DiskImageParamsUDIF_XPC
NewDiskImageParamsUDIF_XPC creates a new DiskImageParamsUDIF_XPC instance.
func NewDiskImageParamsUDIF_XPCWithBackendXPC ¶ added in v0.5.0
func NewDiskImageParamsUDIF_XPCWithBackendXPC(xpc objectivec.IObject) DiskImageParamsUDIF_XPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/initWithBackendXPC:
func NewDiskImageParamsUDIF_XPCWithBackendXPCBlockSize ¶ added in v0.5.0
func NewDiskImageParamsUDIF_XPCWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsUDIF_XPC
func NewDiskImageParamsUDIF_XPCWithBackendXPCHeader ¶ added in v0.5.0
func NewDiskImageParamsUDIF_XPCWithBackendXPCHeader(xpc objectivec.IObject, header objectivec.IObject) DiskImageParamsUDIF_XPC
func NewDiskImageParamsUDIF_XPCWithCoder ¶ added in v0.5.0
func NewDiskImageParamsUDIF_XPCWithCoder(coder objectivec.IObject) DiskImageParamsUDIF_XPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsUDIF_XPC/initWithCoder:
func (DiskImageParamsUDIF_XPC) Autorelease ¶ added in v0.5.0
func (d DiskImageParamsUDIF_XPC) Autorelease() DiskImageParamsUDIF_XPC
Autorelease adds the receiver to the current autorelease pool.
func (DiskImageParamsUDIF_XPC) Init ¶ added in v0.5.0
func (d DiskImageParamsUDIF_XPC) Init() DiskImageParamsUDIF_XPC
Init initializes the instance.
func (DiskImageParamsUDIF_XPC) InitWithBackendXPCHeader ¶ added in v0.5.0
func (d DiskImageParamsUDIF_XPC) InitWithBackendXPCHeader(xpc objectivec.IObject, header objectivec.IObject) DiskImageParamsUDIF_XPC
type DiskImageParamsUDIF_XPCClass ¶ added in v0.5.0
type DiskImageParamsUDIF_XPCClass struct {
// contains filtered or unexported fields
}
func GetDiskImageParamsUDIF_XPCClass ¶ added in v0.5.0
func GetDiskImageParamsUDIF_XPCClass() DiskImageParamsUDIF_XPCClass
GetDiskImageParamsUDIF_XPCClass returns the class object for DiskImageParamsUDIF_XPC.
func (DiskImageParamsUDIF_XPCClass) Alloc ¶ added in v0.5.0
func (dc DiskImageParamsUDIF_XPCClass) Alloc() DiskImageParamsUDIF_XPC
Alloc allocates memory for a new instance of the class.
func (DiskImageParamsUDIF_XPCClass) Class ¶ added in v0.5.0
func (dc DiskImageParamsUDIF_XPCClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type DiskImageParamsXPC ¶ added in v0.5.0
type DiskImageParamsXPC struct {
objectivec.Object
}
Methods ¶
- DiskImageParamsXPC.AllowOnDiskCacheWithSinkDiskImage
- DiskImageParamsXPC.BackendXPC
- DiskImageParamsXPC.SetBackendXPC
- DiskImageParamsXPC.BlockSize
- DiskImageParamsXPC.SetBlockSize
- DiskImageParamsXPC.CacheBackendXPC
- DiskImageParamsXPC.SetCacheBackendXPC
- DiskImageParamsXPC.CacheURL
- DiskImageParamsXPC.SetCacheURL
- DiskImageParamsXPC.CreateDiskImageWithCacheShadowValidation
- DiskImageParamsXPC.CreateShadowDiskImageWithBackendNumBlocksSinkDiskImageCache_onlyStack_size
- DiskImageParamsXPC.CreateSinkDiskImage
- DiskImageParamsXPC.EncodeWithCoder
- DiskImageParamsXPC.GetImageInfoWithExtraError
- DiskImageParamsXPC.InstanceID
- DiskImageParamsXPC.SetInstanceID
- DiskImageParamsXPC.IsSparseFormat
- DiskImageParamsXPC.IsWritableFormat
- DiskImageParamsXPC.LockBackendsWithError
- DiskImageParamsXPC.LockBackendsWithWritableOnlyError
- DiskImageParamsXPC.LockWritableBackendsWithError
- DiskImageParamsXPC.LockableResources
- DiskImageParamsXPC.MountedOnAPFS
- DiskImageParamsXPC.NumBlocks
- DiskImageParamsXPC.SetBlockSizeError
- DiskImageParamsXPC.SetSizeWithDiskImageNewSize
- DiskImageParamsXPC.ShadowChain
- DiskImageParamsXPC.SetShadowChain
- DiskImageParamsXPC.InitWithBackendXPC
- DiskImageParamsXPC.InitWithBackendXPCBlockSize
- DiskImageParamsXPC.InitWithCoder
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC
func DiskImageParamsXPCFromID ¶ added in v0.5.0
func DiskImageParamsXPCFromID(id objc.ID) DiskImageParamsXPC
DiskImageParamsXPCFromID constructs a DiskImageParamsXPC from an objc.ID.
func NewDiskImageParamsXPC ¶ added in v0.5.0
func NewDiskImageParamsXPC() DiskImageParamsXPC
NewDiskImageParamsXPC creates a new DiskImageParamsXPC instance.
func NewDiskImageParamsXPCWithBackendXPC ¶ added in v0.5.0
func NewDiskImageParamsXPCWithBackendXPC(xpc objectivec.IObject) DiskImageParamsXPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/initWithBackendXPC:
func NewDiskImageParamsXPCWithBackendXPCBlockSize ¶ added in v0.5.0
func NewDiskImageParamsXPCWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsXPC
func NewDiskImageParamsXPCWithCoder ¶ added in v0.5.0
func NewDiskImageParamsXPCWithCoder(coder objectivec.IObject) DiskImageParamsXPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/initWithCoder:
func (DiskImageParamsXPC) AllowOnDiskCacheWithSinkDiskImage ¶ added in v0.5.0
func (d DiskImageParamsXPC) AllowOnDiskCacheWithSinkDiskImage(image unsafe.Pointer) bool
func (DiskImageParamsXPC) Autorelease ¶ added in v0.5.0
func (d DiskImageParamsXPC) Autorelease() DiskImageParamsXPC
Autorelease adds the receiver to the current autorelease pool.
func (DiskImageParamsXPC) BackendXPC ¶ added in v0.5.0
func (d DiskImageParamsXPC) BackendXPC() IBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/backendXPC
func (DiskImageParamsXPC) BlockSize ¶ added in v0.5.0
func (d DiskImageParamsXPC) BlockSize() uint64
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/blockSize
func (DiskImageParamsXPC) CacheBackendXPC ¶ added in v0.5.0
func (d DiskImageParamsXPC) CacheBackendXPC() IBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/cacheBackendXPC
func (DiskImageParamsXPC) CacheURL ¶ added in v0.5.0
func (d DiskImageParamsXPC) CacheURL() foundation.INSURL
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/cacheURL
func (DiskImageParamsXPC) CreateDiskImageWithCacheShadowValidation ¶ added in v0.5.0
func (d DiskImageParamsXPC) CreateDiskImageWithCacheShadowValidation(cache bool, validation bool) objectivec.IObject
func (DiskImageParamsXPC) CreateShadowDiskImageWithBackendNumBlocksSinkDiskImageCache_onlyStack_size ¶ added in v0.5.0
func (d DiskImageParamsXPC) CreateShadowDiskImageWithBackendNumBlocksSinkDiskImageCache_onlyStack_size(backend objectivec.IObject, blocks uint64, image unsafe.Pointer, cache_only bool, stack_size uint64) objectivec.IObject
func (DiskImageParamsXPC) CreateSinkDiskImage ¶ added in v0.5.0
func (d DiskImageParamsXPC) CreateSinkDiskImage() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/createSinkDiskImage
func (DiskImageParamsXPC) EncodeWithCoder ¶ added in v0.5.0
func (d DiskImageParamsXPC) EncodeWithCoder(coder foundation.INSCoder)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/encodeWithCoder:
func (DiskImageParamsXPC) GetImageInfoWithExtraError ¶ added in v0.5.0
func (d DiskImageParamsXPC) GetImageInfoWithExtraError(extra bool) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/getImageInfoWithExtra:error:
func (DiskImageParamsXPC) Init ¶ added in v0.5.0
func (d DiskImageParamsXPC) Init() DiskImageParamsXPC
Init initializes the instance.
func (DiskImageParamsXPC) InitWithBackendXPC ¶ added in v0.5.0
func (d DiskImageParamsXPC) InitWithBackendXPC(xpc objectivec.IObject) DiskImageParamsXPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/initWithBackendXPC:
func (DiskImageParamsXPC) InitWithBackendXPCBlockSize ¶ added in v0.5.0
func (d DiskImageParamsXPC) InitWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsXPC
func (DiskImageParamsXPC) InitWithCoder ¶ added in v0.5.0
func (d DiskImageParamsXPC) InitWithCoder(coder foundation.INSCoder) DiskImageParamsXPC
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/initWithCoder:
func (DiskImageParamsXPC) InstanceID ¶ added in v0.5.0
func (d DiskImageParamsXPC) InstanceID() foundation.NSUUID
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/instanceID
func (DiskImageParamsXPC) IsSparseFormat ¶ added in v0.5.0
func (d DiskImageParamsXPC) IsSparseFormat() bool
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/isSparseFormat
func (DiskImageParamsXPC) IsWritableFormat ¶ added in v0.5.0
func (d DiskImageParamsXPC) IsWritableFormat() bool
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/isWritableFormat
func (DiskImageParamsXPC) LockBackendsWithError ¶ added in v0.5.0
func (d DiskImageParamsXPC) LockBackendsWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/lockBackendsWithError:
func (DiskImageParamsXPC) LockBackendsWithWritableOnlyError ¶ added in v0.5.0
func (d DiskImageParamsXPC) LockBackendsWithWritableOnlyError(only bool) (bool, error)
func (DiskImageParamsXPC) LockWritableBackendsWithError ¶ added in v0.5.0
func (d DiskImageParamsXPC) LockWritableBackendsWithError() (bool, error)
func (DiskImageParamsXPC) LockableResources ¶ added in v0.5.0
func (d DiskImageParamsXPC) LockableResources() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/lockableResources
func (DiskImageParamsXPC) MountedOnAPFS ¶ added in v0.5.0
func (d DiskImageParamsXPC) MountedOnAPFS() bool
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/mountedOnAPFS
func (DiskImageParamsXPC) NumBlocks ¶ added in v0.5.0
func (d DiskImageParamsXPC) NumBlocks() uint64
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/numBlocks
func (DiskImageParamsXPC) SetBackendXPC ¶ added in v0.5.0
func (d DiskImageParamsXPC) SetBackendXPC(value IBackendXPC)
func (DiskImageParamsXPC) SetBlockSize ¶ added in v0.5.0
func (d DiskImageParamsXPC) SetBlockSize(value uint64)
func (DiskImageParamsXPC) SetBlockSizeError ¶ added in v0.5.0
func (d DiskImageParamsXPC) SetBlockSizeError(size uint64) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/setBlockSize:error:
func (DiskImageParamsXPC) SetCacheBackendXPC ¶ added in v0.5.0
func (d DiskImageParamsXPC) SetCacheBackendXPC(value IBackendXPC)
func (DiskImageParamsXPC) SetCacheURL ¶ added in v0.5.0
func (d DiskImageParamsXPC) SetCacheURL(value foundation.INSURL)
func (DiskImageParamsXPC) SetInstanceID ¶ added in v0.5.0
func (d DiskImageParamsXPC) SetInstanceID(value foundation.NSUUID)
func (DiskImageParamsXPC) SetShadowChain ¶ added in v0.5.0
func (d DiskImageParamsXPC) SetShadowChain(value IDIShadowChain)
func (DiskImageParamsXPC) SetSizeWithDiskImageNewSize ¶ added in v0.5.0
func (d DiskImageParamsXPC) SetSizeWithDiskImageNewSize(image unsafe.Pointer, size uint64) int
func (DiskImageParamsXPC) ShadowChain ¶ added in v0.5.0
func (d DiskImageParamsXPC) ShadowChain() IDIShadowChain
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/shadowChain
type DiskImageParamsXPCClass ¶ added in v0.5.0
type DiskImageParamsXPCClass struct {
// contains filtered or unexported fields
}
func GetDiskImageParamsXPCClass ¶ added in v0.5.0
func GetDiskImageParamsXPCClass() DiskImageParamsXPCClass
GetDiskImageParamsXPCClass returns the class object for DiskImageParamsXPC.
func (DiskImageParamsXPCClass) Alloc ¶ added in v0.5.0
func (dc DiskImageParamsXPCClass) Alloc() DiskImageParamsXPC
Alloc allocates memory for a new instance of the class.
func (DiskImageParamsXPCClass) Class ¶ added in v0.5.0
func (dc DiskImageParamsXPCClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (DiskImageParamsXPCClass) GetAEAKeyFromSAKSWithMetadataKeyError ¶ added in v0.5.0
func (_DiskImageParamsXPCClass DiskImageParamsXPCClass) GetAEAKeyFromSAKSWithMetadataKeyError(metadata objectivec.IObject, key string) (bool, error)
func (DiskImageParamsXPCClass) GetAEAKeyWithHelperKeyBufferBufferSizeError ¶ added in v0.5.0
func (DiskImageParamsXPCClass) NewAEABackendThrowsWithBackendXPCError ¶ added in v0.5.0
func (_DiskImageParamsXPCClass DiskImageParamsXPCClass) NewAEABackendThrowsWithBackendXPCError(xpc objectivec.IObject) (objectivec.IObject, error)
func (DiskImageParamsXPCClass) NewWithBackendXPCError ¶ added in v0.5.0
func (_DiskImageParamsXPCClass DiskImageParamsXPCClass) NewWithBackendXPCError(xpc objectivec.IObject) (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/newWithBackendXPC:error:
func (DiskImageParamsXPCClass) NewWithURLFileOpenFlagsError ¶ added in v0.5.0
func (_DiskImageParamsXPCClass DiskImageParamsXPCClass) NewWithURLFileOpenFlagsError(url foundation.INSURL, flags int) (objectivec.IObject, error)
func (DiskImageParamsXPCClass) NewWithUnlockedBackendXPCError ¶ added in v0.5.0
func (_DiskImageParamsXPCClass DiskImageParamsXPCClass) NewWithUnlockedBackendXPCError(xpc objectivec.IObject) (objectivec.IObject, error)
func (DiskImageParamsXPCClass) SupportsSecureCoding ¶ added in v0.5.0
func (_DiskImageParamsXPCClass DiskImageParamsXPCClass) SupportsSecureCoding() bool
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC/supportsSecureCoding
func (DiskImageParamsXPCClass) ValidateSupportedFormatWithBackendXPCError ¶ added in v0.5.0
func (_DiskImageParamsXPCClass DiskImageParamsXPCClass) ValidateSupportedFormatWithBackendXPCError(xpc objectivec.IObject) (bool, error)
type ErrorHandler ¶
type ErrorHandler = func(error)
ErrorHandler is the signature for a completion handler block.
Used by:
- DIAttachParams.SetHandleRefCount
- DIBaseParams.PrepareImageWithXpcHandlerFileModeError
- DIChpassParams.ChangePassWithXpcHandlerError
- DIChpassParams.PrepareImageWithXpcHandlerFileModeEncChpassError
- [DIController2ClientProtocol.AttachCompletedWithHandleReply]
- DICreateParams.CreateEncryptionWithXPCHandlerError
- DICreateParams.SetFolderCopyXPCHandler
- DIDeviceHandle.SetClient2IOhandler
- DIDeviceHandle.SetHandleRefCount
- DIEncryptionChpass.ReplacePassWithXpcHandlerParamsError
- DIEncryptionCreator.AddPublicKeyEntryWithXpcHandlerError
- DIEncryptionCreator.CreateWithXpcHandlerError
- DIEncryptionFrontend.AddPassphraseEntryWithXpcHandlerFlagsUsageError
- DIEncryptionFrontend.LookupLegacyKeychainWithXpcHandlerError
- DIEncryptionFrontend.UnlockWithXpcHandlerError
type FastFolderCopierWrapper ¶ added in v0.5.0
type FastFolderCopierWrapper struct {
objectivec.Object
}
Methods ¶
- FastFolderCopierWrapper.Copier
- FastFolderCopierWrapper.SetCopier
- FastFolderCopierWrapper.CopyWithDstFolderProgressError
- FastFolderCopierWrapper.FolderSize
- FastFolderCopierWrapper.NumFiles
- FastFolderCopierWrapper.Progress
- FastFolderCopierWrapper.SetProgress
- FastFolderCopierWrapper.TraverseSrcFolderWithProgressError
- FastFolderCopierWrapper.InitWithSrcFolderParallelModeAuditToken
See: https://developer.apple.com/documentation/DiskImages2/FastFolderCopierWrapper
func FastFolderCopierWrapperFromID ¶ added in v0.5.0
func FastFolderCopierWrapperFromID(id objc.ID) FastFolderCopierWrapper
FastFolderCopierWrapperFromID constructs a FastFolderCopierWrapper from an objc.ID.
func NewFastFolderCopierWrapper ¶ added in v0.5.0
func NewFastFolderCopierWrapper() FastFolderCopierWrapper
NewFastFolderCopierWrapper creates a new FastFolderCopierWrapper instance.
func NewFastFolderCopierWrapperWithSrcFolderParallelModeAuditToken ¶ added in v0.5.0
func NewFastFolderCopierWrapperWithSrcFolderParallelModeAuditToken(folder objectivec.IObject, mode bool, token objectivec.IObject) FastFolderCopierWrapper
func (FastFolderCopierWrapper) Autorelease ¶ added in v0.5.0
func (f FastFolderCopierWrapper) Autorelease() FastFolderCopierWrapper
Autorelease adds the receiver to the current autorelease pool.
func (FastFolderCopierWrapper) Copier ¶ added in v0.5.0
func (f FastFolderCopierWrapper) Copier() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/FastFolderCopierWrapper/copier
func (FastFolderCopierWrapper) CopyWithDstFolderProgressError ¶ added in v0.5.0
func (f FastFolderCopierWrapper) CopyWithDstFolderProgressError(folder objectivec.IObject, progress objectivec.IObject) (bool, error)
func (FastFolderCopierWrapper) FolderSize ¶ added in v0.5.0
func (f FastFolderCopierWrapper) FolderSize() uint64
See: https://developer.apple.com/documentation/DiskImages2/FastFolderCopierWrapper/folderSize
func (FastFolderCopierWrapper) Init ¶ added in v0.5.0
func (f FastFolderCopierWrapper) Init() FastFolderCopierWrapper
Init initializes the instance.
func (FastFolderCopierWrapper) InitWithSrcFolderParallelModeAuditToken ¶ added in v0.5.0
func (f FastFolderCopierWrapper) InitWithSrcFolderParallelModeAuditToken(folder objectivec.IObject, mode bool, token objectivec.IObject) FastFolderCopierWrapper
func (FastFolderCopierWrapper) NumFiles ¶ added in v0.5.0
func (f FastFolderCopierWrapper) NumFiles() uint64
See: https://developer.apple.com/documentation/DiskImages2/FastFolderCopierWrapper/numFiles
func (FastFolderCopierWrapper) Progress ¶ added in v0.5.0
func (f FastFolderCopierWrapper) Progress() *foundation.NSProgress
See: https://developer.apple.com/documentation/DiskImages2/FastFolderCopierWrapper/progress
func (FastFolderCopierWrapper) SetCopier ¶ added in v0.5.0
func (f FastFolderCopierWrapper) SetCopier(value objectivec.IObject)
func (FastFolderCopierWrapper) SetProgress ¶ added in v0.5.0
func (f FastFolderCopierWrapper) SetProgress(value *foundation.NSProgress)
func (FastFolderCopierWrapper) TraverseSrcFolderWithProgressError ¶ added in v0.5.0
func (f FastFolderCopierWrapper) TraverseSrcFolderWithProgressError(progress objectivec.IObject) (bool, error)
type FastFolderCopierWrapperClass ¶ added in v0.5.0
type FastFolderCopierWrapperClass struct {
// contains filtered or unexported fields
}
func GetFastFolderCopierWrapperClass ¶ added in v0.5.0
func GetFastFolderCopierWrapperClass() FastFolderCopierWrapperClass
GetFastFolderCopierWrapperClass returns the class object for FastFolderCopierWrapper.
func (FastFolderCopierWrapperClass) Alloc ¶ added in v0.5.0
func (fc FastFolderCopierWrapperClass) Alloc() FastFolderCopierWrapper
Alloc allocates memory for a new instance of the class.
func (FastFolderCopierWrapperClass) Class ¶ added in v0.5.0
func (fc FastFolderCopierWrapperClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type FetchRestoreKeysCryptoKitWrapper ¶ added in v0.5.0
type FetchRestoreKeysCryptoKitWrapper struct {
objectivec.Object
}
See: https://developer.apple.com/documentation/DiskImages2/FetchRestoreKeys.CryptoKitWrapper
func FetchRestoreKeysCryptoKitWrapperFromID ¶ added in v0.5.0
func FetchRestoreKeysCryptoKitWrapperFromID(id objc.ID) FetchRestoreKeysCryptoKitWrapper
FetchRestoreKeysCryptoKitWrapperFromID constructs a FetchRestoreKeysCryptoKitWrapper from an objc.ID.
func NewFetchRestoreKeysCryptoKitWrapper ¶ added in v0.5.0
func NewFetchRestoreKeysCryptoKitWrapper() FetchRestoreKeysCryptoKitWrapper
NewFetchRestoreKeysCryptoKitWrapper creates a new FetchRestoreKeysCryptoKitWrapper instance.
func (FetchRestoreKeysCryptoKitWrapper) Autorelease ¶ added in v0.5.0
func (f FetchRestoreKeysCryptoKitWrapper) Autorelease() FetchRestoreKeysCryptoKitWrapper
Autorelease adds the receiver to the current autorelease pool.
func (FetchRestoreKeysCryptoKitWrapper) Init ¶ added in v0.5.0
func (f FetchRestoreKeysCryptoKitWrapper) Init() FetchRestoreKeysCryptoKitWrapper
Init initializes the instance.
type FetchRestoreKeysCryptoKitWrapperClass ¶ added in v0.5.0
type FetchRestoreKeysCryptoKitWrapperClass struct {
// contains filtered or unexported fields
}
func GetFetchRestoreKeysCryptoKitWrapperClass ¶ added in v0.5.0
func GetFetchRestoreKeysCryptoKitWrapperClass() FetchRestoreKeysCryptoKitWrapperClass
GetFetchRestoreKeysCryptoKitWrapperClass returns the class object for FetchRestoreKeys.CryptoKitWrapper.
func (FetchRestoreKeysCryptoKitWrapperClass) Alloc ¶ added in v0.5.0
func (fc FetchRestoreKeysCryptoKitWrapperClass) Alloc() FetchRestoreKeysCryptoKitWrapper
Alloc allocates memory for a new instance of the class.
func (FetchRestoreKeysCryptoKitWrapperClass) Class ¶ added in v0.5.0
func (fc FetchRestoreKeysCryptoKitWrapperClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (FetchRestoreKeysCryptoKitWrapperClass) ConvertPrivateKeyToPEMWithX963PrivateKeyError ¶ added in v0.5.0
func (_FetchRestoreKeysCryptoKitWrapperClass FetchRestoreKeysCryptoKitWrapperClass) ConvertPrivateKeyToPEMWithX963PrivateKeyError(key objectivec.IObject) (objectivec.IObject, error)
func (FetchRestoreKeysCryptoKitWrapperClass) ConvertPrivateKeyTox963WithPemPrivateKeyError ¶ added in v0.5.0
func (_FetchRestoreKeysCryptoKitWrapperClass FetchRestoreKeysCryptoKitWrapperClass) ConvertPrivateKeyTox963WithPemPrivateKeyError(key objectivec.IObject) (objectivec.IObject, error)
func (FetchRestoreKeysCryptoKitWrapperClass) UnwrapEncryptionKeyWithWrappedKeyEncapsulatedKeyPrivateKeyError ¶ added in v0.5.0
func (_FetchRestoreKeysCryptoKitWrapperClass FetchRestoreKeysCryptoKitWrapperClass) UnwrapEncryptionKeyWithWrappedKeyEncapsulatedKeyPrivateKeyError(key objectivec.IObject, key2 objectivec.IObject, key3 objectivec.IObject) (objectivec.IObject, error)
func (FetchRestoreKeysCryptoKitWrapperClass) WrappedDataDictionaryWithCertWithPlainTextCertificateError ¶ added in v0.5.0
func (_FetchRestoreKeysCryptoKitWrapperClass FetchRestoreKeysCryptoKitWrapperClass) WrappedDataDictionaryWithCertWithPlainTextCertificateError(text objectivec.IObject, certificate objectivec.IObject) (objectivec.IObject, error)
type FileLocalXPC ¶ added in v0.5.0
type FileLocalXPC struct {
BackendXPC
}
Methods ¶
- FileLocalXPC.InitWithBackend
- FileLocalXPC.InitWithFileDescriptorWritableLocked
- FileLocalXPC.InitWithURLFileOpenFlags
See: https://developer.apple.com/documentation/DiskImages2/FileLocalXPC
func FileLocalXPCFromID ¶ added in v0.5.0
func FileLocalXPCFromID(id objc.ID) FileLocalXPC
FileLocalXPCFromID constructs a FileLocalXPC from an objc.ID.
func NewFileLocalXPC ¶ added in v0.5.0
func NewFileLocalXPC() FileLocalXPC
NewFileLocalXPC creates a new FileLocalXPC instance.
func NewFileLocalXPCWithBackend ¶ added in v0.5.0
func NewFileLocalXPCWithBackend(backend unsafe.Pointer) FileLocalXPC
See: https://developer.apple.com/documentation/DiskImages2/FileLocalXPC/initWithBackend:
func NewFileLocalXPCWithCoder ¶ added in v0.5.0
func NewFileLocalXPCWithCoder(coder objectivec.IObject) FileLocalXPC
See: https://developer.apple.com/documentation/DiskImages2/FileLocalXPC/initWithCoder:
func NewFileLocalXPCWithFileDescriptorWritableLocked ¶ added in v0.5.0
func NewFileLocalXPCWithFileDescriptorWritableLocked(descriptor int, writable bool, locked bool) FileLocalXPC
func NewFileLocalXPCWithURLFileOpenFlags ¶ added in v0.5.0
func NewFileLocalXPCWithURLFileOpenFlags(url foundation.INSURL, flags int) FileLocalXPC
See: https://developer.apple.com/documentation/DiskImages2/FileLocalXPC/initWithURL:fileOpenFlags:
func (FileLocalXPC) Autorelease ¶ added in v0.5.0
func (f FileLocalXPC) Autorelease() FileLocalXPC
Autorelease adds the receiver to the current autorelease pool.
func (FileLocalXPC) Init ¶ added in v0.5.0
func (f FileLocalXPC) Init() FileLocalXPC
Init initializes the instance.
func (FileLocalXPC) InitWithBackend ¶ added in v0.5.0
func (f FileLocalXPC) InitWithBackend(backend unsafe.Pointer) FileLocalXPC
See: https://developer.apple.com/documentation/DiskImages2/FileLocalXPC/initWithBackend:
func (FileLocalXPC) InitWithFileDescriptorWritableLocked ¶ added in v0.5.0
func (f FileLocalXPC) InitWithFileDescriptorWritableLocked(descriptor int, writable bool, locked bool) FileLocalXPC
func (FileLocalXPC) InitWithURLFileOpenFlags ¶ added in v0.5.0
func (f FileLocalXPC) InitWithURLFileOpenFlags(url foundation.INSURL, flags int) FileLocalXPC
See: https://developer.apple.com/documentation/DiskImages2/FileLocalXPC/initWithURL:fileOpenFlags:
type FileLocalXPCClass ¶ added in v0.5.0
type FileLocalXPCClass struct {
// contains filtered or unexported fields
}
func GetFileLocalXPCClass ¶ added in v0.5.0
func GetFileLocalXPCClass() FileLocalXPCClass
GetFileLocalXPCClass returns the class object for FileLocalXPC.
func (FileLocalXPCClass) Alloc ¶ added in v0.5.0
func (fc FileLocalXPCClass) Alloc() FileLocalXPC
Alloc allocates memory for a new instance of the class.
func (FileLocalXPCClass) Class ¶ added in v0.5.0
func (fc FileLocalXPCClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type HTTPBackendXPC ¶ added in v0.5.0
type HTTPBackendXPC struct {
BackendXPC
}
Methods ¶
- HTTPBackendXPC.URL
- HTTPBackendXPC.SetURL
- HTTPBackendXPC.AddToURLWithUserPassword
- HTTPBackendXPC.AskForPasswordUsingGUI
- HTTPBackendXPC.AskForPasswordUsingTTY
- HTTPBackendXPC.CreateBackend
- HTTPBackendXPC.CreateBackendWithSize
- HTTPBackendXPC.LookupPasswordInKeychainWithRealm
- HTTPBackendXPC.InitWithURL
See: https://developer.apple.com/documentation/DiskImages2/HTTPBackendXPC
func HTTPBackendXPCFromID ¶ added in v0.5.0
func HTTPBackendXPCFromID(id objc.ID) HTTPBackendXPC
HTTPBackendXPCFromID constructs a HTTPBackendXPC from an objc.ID.
func NewHTTPBackendXPC ¶ added in v0.5.0
func NewHTTPBackendXPC() HTTPBackendXPC
NewHTTPBackendXPC creates a new HTTPBackendXPC instance.
func NewHTTPBackendXPCWithCoder ¶ added in v0.5.0
func NewHTTPBackendXPCWithCoder(coder objectivec.IObject) HTTPBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/HTTPBackendXPC/initWithCoder:
func NewHTTPBackendXPCWithURL ¶ added in v0.5.0
func NewHTTPBackendXPCWithURL(url foundation.INSURL) HTTPBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/HTTPBackendXPC/initWithURL:
func (HTTPBackendXPC) AddToURLWithUserPassword ¶ added in v0.5.0
func (h HTTPBackendXPC) AddToURLWithUserPassword(user objectivec.IObject, password objectivec.IObject)
See: https://developer.apple.com/documentation/DiskImages2/HTTPBackendXPC/addToURLWithUser:password:
func (HTTPBackendXPC) AskForPasswordUsingGUI ¶ added in v0.5.0
func (h HTTPBackendXPC) AskForPasswordUsingGUI() bool
See: https://developer.apple.com/documentation/DiskImages2/HTTPBackendXPC/askForPasswordUsingGUI
func (HTTPBackendXPC) AskForPasswordUsingTTY ¶ added in v0.5.0
func (h HTTPBackendXPC) AskForPasswordUsingTTY() bool
See: https://developer.apple.com/documentation/DiskImages2/HTTPBackendXPC/askForPasswordUsingTTY
func (HTTPBackendXPC) Autorelease ¶ added in v0.5.0
func (h HTTPBackendXPC) Autorelease() HTTPBackendXPC
Autorelease adds the receiver to the current autorelease pool.
func (HTTPBackendXPC) CreateBackend ¶ added in v0.5.0
func (h HTTPBackendXPC) CreateBackend()
See: https://developer.apple.com/documentation/DiskImages2/HTTPBackendXPC/createBackend
func (HTTPBackendXPC) CreateBackendWithSize ¶ added in v0.5.0
func (h HTTPBackendXPC) CreateBackendWithSize(size uint64)
See: https://developer.apple.com/documentation/DiskImages2/HTTPBackendXPC/createBackendWithSize:
func (HTTPBackendXPC) Init ¶ added in v0.5.0
func (h HTTPBackendXPC) Init() HTTPBackendXPC
Init initializes the instance.
func (HTTPBackendXPC) InitWithURL ¶ added in v0.5.0
func (h HTTPBackendXPC) InitWithURL(url foundation.INSURL) HTTPBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/HTTPBackendXPC/initWithURL:
func (HTTPBackendXPC) LookupPasswordInKeychainWithRealm ¶ added in v0.5.0
func (h HTTPBackendXPC) LookupPasswordInKeychainWithRealm(realm objectivec.IObject) bool
func (HTTPBackendXPC) SetURL ¶ added in v0.5.0
func (h HTTPBackendXPC) SetURL(value IDIURL)
func (HTTPBackendXPC) URL ¶ added in v0.5.0
func (h HTTPBackendXPC) URL() IDIURL
See: https://developer.apple.com/documentation/DiskImages2/HTTPBackendXPC/URL
type HTTPBackendXPCClass ¶ added in v0.5.0
type HTTPBackendXPCClass struct {
// contains filtered or unexported fields
}
func GetHTTPBackendXPCClass ¶ added in v0.5.0
func GetHTTPBackendXPCClass() HTTPBackendXPCClass
GetHTTPBackendXPCClass returns the class object for HTTPBackendXPC.
func (HTTPBackendXPCClass) Alloc ¶ added in v0.5.0
func (hc HTTPBackendXPCClass) Alloc() HTTPBackendXPC
Alloc allocates memory for a new instance of the class.
func (HTTPBackendXPCClass) Class ¶ added in v0.5.0
func (hc HTTPBackendXPCClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type IAAS3DownloadRequest ¶ added in v0.5.0
type IAAS3DownloadRequest interface {
objectivec.IObject
Buf() string
SetBuf(value string)
CreateAndResumeTask() int
DownloadSession() IAAS3DownloadSession
SetDownloadSession(value IAAS3DownloadSession)
Nbyte() uint64
SetNbyte(value uint64)
Offset() int64
SetOffset(value int64)
PauseInterval() float32
SetPauseInterval(value float32)
RemainingAttempts() uint32
SetRemainingAttempts(value uint32)
Sem() objectivec.Object
SetSem(value objectivec.Object)
Status() int
SetStatus(value int)
Stream() unsafe.Pointer
SetStream(value unsafe.Pointer)
UrlRequest() foundation.NSMutableURLRequest
SetUrlRequest(value foundation.NSMutableURLRequest)
InitWithSessionSizeAtOffsetDestinationBufferDestinationStreamCompletionSemaphore(session objectivec.IObject, size uint64, offset int64, buffer string, stream unsafe.Pointer, semaphore objectivec.IObject) AAS3DownloadRequest
}
An interface definition for the AAS3DownloadRequest class.
Methods ¶
- [IAAS3DownloadRequest.Buf]
- [IAAS3DownloadRequest.SetBuf]
- [IAAS3DownloadRequest.CreateAndResumeTask]
- [IAAS3DownloadRequest.DownloadSession]
- [IAAS3DownloadRequest.SetDownloadSession]
- [IAAS3DownloadRequest.Nbyte]
- [IAAS3DownloadRequest.SetNbyte]
- [IAAS3DownloadRequest.Offset]
- [IAAS3DownloadRequest.SetOffset]
- [IAAS3DownloadRequest.PauseInterval]
- [IAAS3DownloadRequest.SetPauseInterval]
- [IAAS3DownloadRequest.RemainingAttempts]
- [IAAS3DownloadRequest.SetRemainingAttempts]
- [IAAS3DownloadRequest.Sem]
- [IAAS3DownloadRequest.SetSem]
- [IAAS3DownloadRequest.Status]
- [IAAS3DownloadRequest.SetStatus]
- [IAAS3DownloadRequest.Stream]
- [IAAS3DownloadRequest.SetStream]
- [IAAS3DownloadRequest.UrlRequest]
- [IAAS3DownloadRequest.SetUrlRequest]
- [IAAS3DownloadRequest.InitWithSessionSizeAtOffsetDestinationBufferDestinationStreamCompletionSemaphore]
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadRequest
type IAAS3DownloadSession ¶ added in v0.5.0
type IAAS3DownloadSession interface {
objectivec.IObject
AddBytesDownloaded(downloaded uint64)
AddRequest(request objectivec.IObject) int
BytesDownloaded() objectivec.IObject
SetBytesDownloaded(value objectivec.IObject)
Cache() foundation.INSData
SetCache(value foundation.INSData)
CacheDocument(document objectivec.IObject)
CacheLock() foundation.NSLock
Cancelled() objectivec.IObject
SetCancelled(value objectivec.IObject)
EnqueueRequestWithSizeAtOffsetDestinationBufferDestinationStreamCompletionSemaphore(size uint64, offset int64, buffer string, stream unsafe.Pointer, semaphore objectivec.IObject) objectivec.IObject
InvalidateAndCancel()
IsCancelled() int
MaxAttempts() uint32
MaxRequests() uint32
PauseInterval() float32
ReadToAsyncByteStreamSizeAtOffset(stream unsafe.Pointer, size uint64, offset int64) int
ReadToBufferSizeAtOffset(buffer unsafe.Pointer, size uint64, offset int64) int64
RemoveRequest(request objectivec.IObject)
Requests() foundation.INSSet
RequestsLock() foundation.NSLock
RequestsSem() objectivec.Object
StreamBase() objectivec.IObject
SyncRequests() int
Url() foundation.INSURL
UrlSession() *foundation.NSURLSession
InitWithURLStreamBaseMaxAttemptsPauseIntervalMaxRequestsInFlight(url foundation.INSURL, base objectivec.IObject, attempts uint32, interval float32, flight uint32) AAS3DownloadSession
}
An interface definition for the AAS3DownloadSession class.
Methods ¶
- [IAAS3DownloadSession.AddBytesDownloaded]
- [IAAS3DownloadSession.AddRequest]
- [IAAS3DownloadSession.BytesDownloaded]
- [IAAS3DownloadSession.SetBytesDownloaded]
- [IAAS3DownloadSession.Cache]
- [IAAS3DownloadSession.SetCache]
- [IAAS3DownloadSession.CacheDocument]
- [IAAS3DownloadSession.CacheLock]
- [IAAS3DownloadSession.Cancelled]
- [IAAS3DownloadSession.SetCancelled]
- [IAAS3DownloadSession.EnqueueRequestWithSizeAtOffsetDestinationBufferDestinationStreamCompletionSemaphore]
- [IAAS3DownloadSession.InvalidateAndCancel]
- [IAAS3DownloadSession.IsCancelled]
- [IAAS3DownloadSession.MaxAttempts]
- [IAAS3DownloadSession.MaxRequests]
- [IAAS3DownloadSession.PauseInterval]
- [IAAS3DownloadSession.ReadToAsyncByteStreamSizeAtOffset]
- [IAAS3DownloadSession.ReadToBufferSizeAtOffset]
- [IAAS3DownloadSession.RemoveRequest]
- [IAAS3DownloadSession.Requests]
- [IAAS3DownloadSession.RequestsLock]
- [IAAS3DownloadSession.RequestsSem]
- [IAAS3DownloadSession.StreamBase]
- [IAAS3DownloadSession.SyncRequests]
- [IAAS3DownloadSession.Url]
- [IAAS3DownloadSession.UrlSession]
- [IAAS3DownloadSession.InitWithURLStreamBaseMaxAttemptsPauseIntervalMaxRequestsInFlight]
See: https://developer.apple.com/documentation/DiskImages2/AAS3DownloadSession
type IAEABackendXPC ¶ added in v0.5.0
type IAEABackendXPC interface {
IBackendXPC
BaseBackendXPC() IBackendXPC
Key() objectivec.IObject
InitWithBackendKey(backend objectivec.IObject, key objectivec.IObject) AEABackendXPC
}
An interface definition for the AEABackendXPC class.
Methods ¶
- [IAEABackendXPC.BaseBackendXPC]
- [IAEABackendXPC.Key]
- [IAEABackendXPC.InitWithBackendKey]
See: https://developer.apple.com/documentation/DiskImages2/AEABackendXPC
type IBackendXPC ¶ added in v0.5.0
type IBackendXPC interface {
objectivec.IObject
Backend() objectivec.IObject
SetBackend(value objectivec.IObject)
CryptoHeader() unsafe.Pointer
EncodeWithCoder(coder foundation.INSCoder)
GetCryptoHeaderBackend() objectivec.IObject
InstanceID() foundation.NSUUID
IsUnlocked() bool
Lock() int
NewWithCryptoFormatError(format unsafe.Pointer) (objectivec.IObject, error)
ReplaceWithBackendXPC(xpc objectivec.IObject)
TryCreatingCryptoHeader() bool
InitWithCoder(coder foundation.INSCoder) BackendXPC
}
An interface definition for the BackendXPC class.
Methods ¶
- [IBackendXPC.Backend]
- [IBackendXPC.SetBackend]
- [IBackendXPC.CryptoHeader]
- [IBackendXPC.EncodeWithCoder]
- [IBackendXPC.GetCryptoHeaderBackend]
- [IBackendXPC.InstanceID]
- [IBackendXPC.IsUnlocked]
- [IBackendXPC.Lock]
- [IBackendXPC.NewWithCryptoFormatError]
- [IBackendXPC.ReplaceWithBackendXPC]
- [IBackendXPC.TryCreatingCryptoHeader]
- [IBackendXPC.InitWithCoder]
See: https://developer.apple.com/documentation/DiskImages2/BackendXPC
type IBaseDiskImageCreator ¶
type IBaseDiskImageCreator interface {
objectivec.IObject
URL() foundation.INSURL
BlockSize() uint32
SetBlockSize(value uint32)
Certificate() string
SetCertificate(value string)
CreateEmptyImageWithError() (objectivec.IObject, error)
DataPartition() IDIDataPartition
SetDataPartition(value IDIDataPartition)
DevBSDName() string
SetDevBSDName(value string)
EjectWithError() (bool, error)
EncryptionMethod() uint64
SetEncryptionMethod(value uint64)
FileSystem() uint64
SetFileSystem(value uint64)
FormatImageWithCreateParamsError(params objectivec.IObject) (objectivec.IObject, error)
ImageFormat() int64
SetImageFormat(value int64)
MutableSymmetricKey() foundation.NSMutableData
NewAttachWithCreateParamsError(params objectivec.IObject) (objectivec.IObject, error)
NewMKDIDeviceWithError() (objectivec.IObject, error)
NumBlocks() uint64
SetNumBlocks(value uint64)
PartitionDiskWithError() (bool, error)
Passphrase() bool
SetPassphrase(value bool)
PublicKey() string
SetPublicKey(value string)
ReadPassphraseFlags() uint64
SetReadPassphraseFlags(value uint64)
SetPassphraseEncryptionMethod(passphrase string, method uint64)
SparseBundleBandSize() uint64
SetSparseBundleBandSize(value uint64)
SymmetricKey() foundation.INSData
SetSymmetricKey(value foundation.INSData)
TemporaryPassphrase() IDITemporaryPassphrase
SetTemporaryPassphrase(value IDITemporaryPassphrase)
VolumeName() string
SetVolumeName(value string)
InitWithURLDefaultFormatError(url foundation.INSURL, format int64) (BaseDiskImageCreator, error)
}
An interface definition for the BaseDiskImageCreator class.
Methods ¶
- [IBaseDiskImageCreator.URL]
- [IBaseDiskImageCreator.BlockSize]
- [IBaseDiskImageCreator.SetBlockSize]
- [IBaseDiskImageCreator.Certificate]
- [IBaseDiskImageCreator.SetCertificate]
- [IBaseDiskImageCreator.CreateEmptyImageWithError]
- [IBaseDiskImageCreator.DataPartition]
- [IBaseDiskImageCreator.SetDataPartition]
- [IBaseDiskImageCreator.DevBSDName]
- [IBaseDiskImageCreator.SetDevBSDName]
- [IBaseDiskImageCreator.EjectWithError]
- [IBaseDiskImageCreator.EncryptionMethod]
- [IBaseDiskImageCreator.SetEncryptionMethod]
- [IBaseDiskImageCreator.FileSystem]
- [IBaseDiskImageCreator.SetFileSystem]
- [IBaseDiskImageCreator.FormatImageWithCreateParamsError]
- [IBaseDiskImageCreator.ImageFormat]
- [IBaseDiskImageCreator.SetImageFormat]
- [IBaseDiskImageCreator.MutableSymmetricKey]
- [IBaseDiskImageCreator.NewAttachWithCreateParamsError]
- [IBaseDiskImageCreator.NewMKDIDeviceWithError]
- [IBaseDiskImageCreator.NumBlocks]
- [IBaseDiskImageCreator.SetNumBlocks]
- [IBaseDiskImageCreator.PartitionDiskWithError]
- [IBaseDiskImageCreator.Passphrase]
- [IBaseDiskImageCreator.SetPassphrase]
- [IBaseDiskImageCreator.PublicKey]
- [IBaseDiskImageCreator.SetPublicKey]
- [IBaseDiskImageCreator.ReadPassphraseFlags]
- [IBaseDiskImageCreator.SetReadPassphraseFlags]
- [IBaseDiskImageCreator.SetPassphraseEncryptionMethod]
- [IBaseDiskImageCreator.SparseBundleBandSize]
- [IBaseDiskImageCreator.SetSparseBundleBandSize]
- [IBaseDiskImageCreator.SymmetricKey]
- [IBaseDiskImageCreator.SetSymmetricKey]
- [IBaseDiskImageCreator.TemporaryPassphrase]
- [IBaseDiskImageCreator.SetTemporaryPassphrase]
- [IBaseDiskImageCreator.VolumeName]
- [IBaseDiskImageCreator.SetVolumeName]
- [IBaseDiskImageCreator.InitWithURLDefaultFormatError]
See: https://developer.apple.com/documentation/DiskImages2/BaseDiskImageCreator
type IBlankDiskImageCreator ¶
type IBlankDiskImageCreator interface {
IBaseDiskImageCreator
CreateImageWithNumBlocksError(numBlocks uint64) (bool, error)
InitWithURLError(url foundation.INSURL) (BlankDiskImageCreator, error)
}
An interface definition for the BlankDiskImageCreator class.
Methods ¶
- [IBlankDiskImageCreator.CreateImageWithNumBlocksError]
- [IBlankDiskImageCreator.InitWithURLError]
See: https://developer.apple.com/documentation/DiskImages2/BlankDiskImageCreator
type ICryptoBackendXPC ¶ added in v0.5.0
type ICryptoBackendXPC interface {
IBackendXPC
BaseBackendXPC() IBackendXPC
InitWithFormatBaseBackendXPC(format unsafe.Pointer, xpc objectivec.IObject) CryptoBackendXPC
}
An interface definition for the CryptoBackendXPC class.
Methods ¶
- [ICryptoBackendXPC.BaseBackendXPC]
- [ICryptoBackendXPC.InitWithFormatBaseBackendXPC]
See: https://developer.apple.com/documentation/DiskImages2/CryptoBackendXPC
type IDIAPFSPartition ¶ added in v0.5.0
type IDIAPFSPartition interface {
IDIDataPartition
}
An interface definition for the DIAPFSPartition class.
See: https://developer.apple.com/documentation/DiskImages2/DIAPFSPartition
type IDIAttachParams ¶
type IDIAttachParams interface {
IDIBaseParams
AutoMount() bool
SetAutoMount(value bool)
FileMode() int64
SetFileMode(value int64)
EmulateExternalDisk() bool
SetEmulateExternalDisk(value bool)
OnDiskCache() bool
SetOnDiskCache(value bool)
UniqueDevice() bool
SetUniqueDevice(value bool)
HandleRefCount() bool
SetHandleRefCount(value bool)
SingleInstanceDaemon() bool
SetSingleInstanceDaemon(value bool)
SuppressSsdFlags() bool
SetSuppressSsdFlags(value bool)
ShouldValidateShadows() bool
SetShouldValidateShadows(value bool)
CommandSize() uint64
SetCommandSize(value uint64)
RegEntryID() uint64
SetRegEntryID(value uint64)
CustomCacheURL() foundation.INSURL
SetCustomCacheURL(value foundation.INSURL)
InputMountedFrom() string
SetInputMountedFrom(value string)
SetPassphraseError(passphrase string) (bool, error)
NewAttachWithError() (IDIDeviceHandle, error)
SetupDefaults()
InputStatFS() IDIStatFS
SetInputStatFS(value IDIStatFS)
IsDeviceHighThroughputWithRegistryEntryID(id uint64) bool
IsDeviceSolidStateWithRegistryEntryID(id uint64) bool
IsDeviceWithPropertyRegistryEntryIDPredicate(property string, id uint64, predicate objectivec.IObject) bool
ReOpenIfWritableWithError() (bool, error)
ToDI1ParamsWithError() (objectivec.IObject, error)
UpdateStatFSWithError() (bool, error)
InitWithURLShadowURLsError(url foundation.INSURL, shadowURLs foundation.INSArray) (DIAttachParams, error)
InitWithExistingParamsError(params IDIAttachParams) (DIAttachParams, error)
}
An interface definition for the DIAttachParams class.
Methods ¶
- [IDIAttachParams.AutoMount]
- [IDIAttachParams.SetAutoMount]
- [IDIAttachParams.FileMode]
- [IDIAttachParams.SetFileMode]
- [IDIAttachParams.EmulateExternalDisk]
- [IDIAttachParams.SetEmulateExternalDisk]
- [IDIAttachParams.OnDiskCache]
- [IDIAttachParams.SetOnDiskCache]
- [IDIAttachParams.UniqueDevice]
- [IDIAttachParams.SetUniqueDevice]
- [IDIAttachParams.HandleRefCount]
- [IDIAttachParams.SetHandleRefCount]
- [IDIAttachParams.SingleInstanceDaemon]
- [IDIAttachParams.SetSingleInstanceDaemon]
- [IDIAttachParams.SuppressSsdFlags]
- [IDIAttachParams.SetSuppressSsdFlags]
- [IDIAttachParams.ShouldValidateShadows]
- [IDIAttachParams.SetShouldValidateShadows]
- [IDIAttachParams.CommandSize]
- [IDIAttachParams.SetCommandSize]
- [IDIAttachParams.RegEntryID]
- [IDIAttachParams.SetRegEntryID]
- [IDIAttachParams.CustomCacheURL]
- [IDIAttachParams.SetCustomCacheURL]
- [IDIAttachParams.InputMountedFrom]
- [IDIAttachParams.SetInputMountedFrom]
- [IDIAttachParams.SetPassphraseError]
- [IDIAttachParams.NewAttachWithError]
- [IDIAttachParams.SetupDefaults]
- [IDIAttachParams.InputStatFS]
- [IDIAttachParams.SetInputStatFS]
- [IDIAttachParams.IsDeviceHighThroughputWithRegistryEntryID]
- [IDIAttachParams.IsDeviceSolidStateWithRegistryEntryID]
- [IDIAttachParams.IsDeviceWithPropertyRegistryEntryIDPredicate]
- [IDIAttachParams.ReOpenIfWritableWithError]
- [IDIAttachParams.ToDI1ParamsWithError]
- [IDIAttachParams.UpdateStatFSWithError]
- [IDIAttachParams.InitWithURLShadowURLsError]
- [IDIAttachParams.InitWithExistingParamsError]
See: https://developer.apple.com/documentation/DiskImages2/DIAttachParams
type IDIAttachedDeviceInfo ¶ added in v0.5.0
type IDIAttachedDeviceInfo interface {
objectivec.IObject
BSDName() string
BlockSize() foundation.NSNumber
CacheURL() foundation.INSURL
CopyEntitiesList() objectivec.IObject
FillDI1InfoWithDeviceError(device objectivec.IObject) (bool, error)
FillDI2InfoWithDeviceError(device objectivec.IObject) (bool, error)
FrameworkNum() int64
ImageURL() foundation.INSURL
InstanceId() string
IoMedia() IDIIOMedia
SetIoMedia(value IDIIOMedia)
MediaSize() foundation.NSNumber
Pid() foundation.NSNumber
SetDI2PIDWithDeviceError(device objectivec.IObject) (bool, error)
ShadowURL() foundation.INSURL
ToDictionary() objectivec.IObject
InitWithBSDNameError(bSDName objectivec.IObject) (DIAttachedDeviceInfo, error)
InitWithDeviceError(device objectivec.IObject) (DIAttachedDeviceInfo, error)
}
An interface definition for the DIAttachedDeviceInfo class.
Methods ¶
- [IDIAttachedDeviceInfo.BSDName]
- [IDIAttachedDeviceInfo.BlockSize]
- [IDIAttachedDeviceInfo.CacheURL]
- [IDIAttachedDeviceInfo.CopyEntitiesList]
- [IDIAttachedDeviceInfo.FillDI1InfoWithDeviceError]
- [IDIAttachedDeviceInfo.FillDI2InfoWithDeviceError]
- [IDIAttachedDeviceInfo.FrameworkNum]
- [IDIAttachedDeviceInfo.ImageURL]
- [IDIAttachedDeviceInfo.InstanceId]
- [IDIAttachedDeviceInfo.IoMedia]
- [IDIAttachedDeviceInfo.SetIoMedia]
- [IDIAttachedDeviceInfo.MediaSize]
- [IDIAttachedDeviceInfo.Pid]
- [IDIAttachedDeviceInfo.SetDI2PIDWithDeviceError]
- [IDIAttachedDeviceInfo.ShadowURL]
- [IDIAttachedDeviceInfo.ToDictionary]
- [IDIAttachedDeviceInfo.InitWithBSDNameError]
- [IDIAttachedDeviceInfo.InitWithDeviceError]
See: https://developer.apple.com/documentation/DiskImages2/DIAttachedDeviceInfo
type IDIBaseAgentDelegate ¶ added in v0.5.0
type IDIBaseAgentDelegate interface {
IDIBaseServiceDelegate
}
An interface definition for the DIBaseAgentDelegate class.
See: https://developer.apple.com/documentation/DiskImages2/DIBaseAgentDelegate
type IDIBaseAgentXPCHandler ¶ added in v0.5.0
type IDIBaseAgentXPCHandler interface {
IDIBaseXPCHandler
SetConnectionMode()
}
An interface definition for the DIBaseAgentXPCHandler class.
Methods ¶
- [IDIBaseAgentXPCHandler.SetConnectionMode]
See: https://developer.apple.com/documentation/DiskImages2/DIBaseAgentXPCHandler
type IDIBaseParams ¶
type IDIBaseParams interface {
objectivec.IObject
RAMdisk() bool
Backend() objectivec.IObject
BlockSize() uint32
SetBlockSize(value uint32)
CryptoHeader() unsafe.Pointer
DeserializationError() foundation.INSError
SetDeserializationError(value foundation.INSError)
DiskImageParamsXPC() IDiskImageParamsXPC
SetDiskImageParamsXPC(value IDiskImageParamsXPC)
EncodeWithCoder(coder foundation.INSCoder)
EncryptionUUID() foundation.NSUUID
HasUnlockedBackend() bool
InputURL() IDIURL
SetInputURL(value IDIURL)
InstanceID() foundation.NSUUID
Invalidate()
IsPstack() bool
MutableSymmetricKey() foundation.NSMutableData
OpenExistingImageWithError() (bool, error)
OpenExistingImageWithFlagsError(flags int) (bool, error)
OverrideBlockSize() foundation.NSNumber
PrepareImageWithXpcHandlerFileModeError(handler objectivec.IObject, mode int64) (bool, error)
ReadPassphraseFlags() uint64
SetReadPassphraseFlags(value uint64)
ReplaceDiskImageWithUnlockedBackendXPCError(xpc objectivec.IObject) (bool, error)
RequiresRootDaemon() bool
ShadowChain() IDIShadowChain
SupportsPstack() bool
SymmetricKey() foundation.INSData
SetSymmetricKey(value foundation.INSData)
TryResolvePstackChain(chain []objectivec.IObject) bool
UnlockWithPassphraseError(passphrase string) (bool, error)
ValidateDeserializationWithError() (bool, error)
InitWithCoder(coder foundation.INSCoder) DIBaseParams
InitWithURLError(url foundation.INSURL) (DIBaseParams, error)
}
An interface definition for the DIBaseParams class.
Methods ¶
- [IDIBaseParams.RAMdisk]
- [IDIBaseParams.Backend]
- [IDIBaseParams.BlockSize]
- [IDIBaseParams.SetBlockSize]
- [IDIBaseParams.CryptoHeader]
- [IDIBaseParams.DeserializationError]
- [IDIBaseParams.SetDeserializationError]
- [IDIBaseParams.DiskImageParamsXPC]
- [IDIBaseParams.SetDiskImageParamsXPC]
- [IDIBaseParams.EncodeWithCoder]
- [IDIBaseParams.EncryptionUUID]
- [IDIBaseParams.HasUnlockedBackend]
- [IDIBaseParams.InputURL]
- [IDIBaseParams.SetInputURL]
- [IDIBaseParams.InstanceID]
- [IDIBaseParams.Invalidate]
- [IDIBaseParams.IsPstack]
- [IDIBaseParams.MutableSymmetricKey]
- [IDIBaseParams.OpenExistingImageWithError]
- [IDIBaseParams.OpenExistingImageWithFlagsError]
- [IDIBaseParams.OverrideBlockSize]
- [IDIBaseParams.PrepareImageWithXpcHandlerFileModeError]
- [IDIBaseParams.ReadPassphraseFlags]
- [IDIBaseParams.SetReadPassphraseFlags]
- [IDIBaseParams.ReplaceDiskImageWithUnlockedBackendXPCError]
- [IDIBaseParams.RequiresRootDaemon]
- [IDIBaseParams.ShadowChain]
- [IDIBaseParams.SupportsPstack]
- [IDIBaseParams.SymmetricKey]
- [IDIBaseParams.SetSymmetricKey]
- [IDIBaseParams.TryResolvePstackChain]
- [IDIBaseParams.UnlockWithPassphraseError]
- [IDIBaseParams.ValidateDeserializationWithError]
- [IDIBaseParams.InitWithCoder]
- [IDIBaseParams.InitWithURLError]
See: https://developer.apple.com/documentation/DiskImages2/DIBaseParams
type IDIBaseServiceDelegate ¶ added in v0.5.0
type IDIBaseServiceDelegate interface {
objectivec.IObject
CreateListener()
DispatchQueue() objectivec.Object
EnterSandbox()
Listener() foundation.NSXPCListener
SetListener(value foundation.NSXPCListener)
ListenerShouldAcceptNewConnection(listener objectivec.IObject, connection objectivec.IObject) bool
SandboxProfile() objectivec.IObject
ServiceName() objectivec.IObject
SetupNewConnection(connection objectivec.IObject) bool
StartXPClistener()
ValidateConnection()
DebugDescription() string
Description() string
Hash() uint64
Superclass() objc.Class
}
An interface definition for the DIBaseServiceDelegate class.
Methods ¶
- [IDIBaseServiceDelegate.CreateListener]
- [IDIBaseServiceDelegate.DispatchQueue]
- [IDIBaseServiceDelegate.EnterSandbox]
- [IDIBaseServiceDelegate.Listener]
- [IDIBaseServiceDelegate.SetListener]
- [IDIBaseServiceDelegate.ListenerShouldAcceptNewConnection]
- [IDIBaseServiceDelegate.SandboxProfile]
- [IDIBaseServiceDelegate.ServiceName]
- [IDIBaseServiceDelegate.SetupNewConnection]
- [IDIBaseServiceDelegate.StartXPClistener]
- [IDIBaseServiceDelegate.ValidateConnection]
- [IDIBaseServiceDelegate.DebugDescription]
- [IDIBaseServiceDelegate.Description]
- [IDIBaseServiceDelegate.Hash]
- [IDIBaseServiceDelegate.Superclass]
See: https://developer.apple.com/documentation/DiskImages2/DIBaseServiceDelegate
type IDIBaseXPCHandler ¶ added in v0.5.0
type IDIBaseXPCHandler interface {
objectivec.IObject
CloseConnection()
CompleteCommandWithError() (bool, error)
ConnectWithError() (bool, error)
Connection() foundation.NSXPCConnection
SetConnection(value foundation.NSXPCConnection)
CreateConnection()
DupStderrWithError() (bool, error)
IsPrivileged() bool
SetIsPrivileged(value bool)
RemoteObjectInterface() objectivec.IObject
RemoteProxy() objectivec.IObject
SetRemoteProxy(value objectivec.IObject)
Semaphore() objectivec.Object
SetSemaphore(value objectivec.Object)
ServiceName() objectivec.IObject
SignalCommandCompletedWithXpcError(error_ objectivec.IObject)
XpcError() foundation.INSError
SetXpcError(value foundation.INSError)
}
An interface definition for the DIBaseXPCHandler class.
Methods ¶
- [IDIBaseXPCHandler.CloseConnection]
- [IDIBaseXPCHandler.CompleteCommandWithError]
- [IDIBaseXPCHandler.ConnectWithError]
- [IDIBaseXPCHandler.Connection]
- [IDIBaseXPCHandler.SetConnection]
- [IDIBaseXPCHandler.CreateConnection]
- [IDIBaseXPCHandler.DupStderrWithError]
- [IDIBaseXPCHandler.IsPrivileged]
- [IDIBaseXPCHandler.SetIsPrivileged]
- [IDIBaseXPCHandler.RemoteObjectInterface]
- [IDIBaseXPCHandler.RemoteProxy]
- [IDIBaseXPCHandler.SetRemoteProxy]
- [IDIBaseXPCHandler.Semaphore]
- [IDIBaseXPCHandler.SetSemaphore]
- [IDIBaseXPCHandler.ServiceName]
- [IDIBaseXPCHandler.SignalCommandCompletedWithXpcError]
- [IDIBaseXPCHandler.XpcError]
- [IDIBaseXPCHandler.SetXpcError]
See: https://developer.apple.com/documentation/DiskImages2/DIBaseXPCHandler
type IDIBlockDevice ¶ added in v0.5.0
type IDIBlockDevice interface {
IDIIOObject
CopyIOMediaWithError() (objectivec.IObject, error)
CopyRootBlockDeviceWithError() (objectivec.IObject, error)
DiskImageDevice() bool
MediumType() string
}
An interface definition for the DIBlockDevice class.
Methods ¶
- [IDIBlockDevice.CopyIOMediaWithError]
- [IDIBlockDevice.CopyRootBlockDeviceWithError]
- [IDIBlockDevice.DiskImageDevice]
- [IDIBlockDevice.MediumType]
See: https://developer.apple.com/documentation/DiskImages2/DIBlockDevice
type IDIChpassParams ¶ added in v0.5.0
type IDIChpassParams interface {
IDIBaseParams
ChangePassWithXpcHandlerError(handler objectivec.IObject) (bool, error)
ChpassWithError() (bool, error)
PrepareImageWithXpcHandlerFileModeEncChpassError(handler objectivec.IObject, mode int64, chpass objectivec.IObject) (bool, error)
}
An interface definition for the DIChpassParams class.
Methods ¶
- [IDIChpassParams.ChangePassWithXpcHandlerError]
- [IDIChpassParams.ChpassWithError]
- [IDIChpassParams.PrepareImageWithXpcHandlerFileModeEncChpassError]
See: https://developer.apple.com/documentation/DiskImages2/DIChpassParams
type IDIClient2Controller_XPCHandler ¶ added in v0.5.0
type IDIClient2Controller_XPCHandler interface {
IDIBaseXPCHandler
GUIAskForPassphraseWithEncryptionFrontendUsageError(frontend objectivec.IObject, usage int64) (bool, error)
CreateAndStoreInSystemKeychainWithCreatorAccountError(creator objectivec.IObject, account objectivec.IObject) (bool, error)
KeychainUnlockWithEncryptionUnlockerError(unlocker objectivec.IObject) (bool, error)
NewAttachWithParamsError(params objectivec.IObject) (objectivec.IObject, error)
}
An interface definition for the DIClient2Controller_XPCHandler class.
Methods ¶
- [IDIClient2Controller_XPCHandler.GUIAskForPassphraseWithEncryptionFrontendUsageError]
- [IDIClient2Controller_XPCHandler.CreateAndStoreInSystemKeychainWithCreatorAccountError]
- [IDIClient2Controller_XPCHandler.KeychainUnlockWithEncryptionUnlockerError]
- [IDIClient2Controller_XPCHandler.NewAttachWithParamsError]
See: https://developer.apple.com/documentation/DiskImages2/DIClient2Controller_XPCHandler
type IDIClient2IODaemonXPCHandler ¶ added in v0.5.0
type IDIClient2IODaemonXPCHandler interface {
IDIBaseXPCHandler
AddToRefCountWithError() (bool, error)
XpcListenerEndpoint() foundation.NSXPCListenerEndpoint
SetXpcListenerEndpoint(value foundation.NSXPCListenerEndpoint)
InitWithEndpoint(endpoint objectivec.IObject) DIClient2IODaemonXPCHandler
}
An interface definition for the DIClient2IODaemonXPCHandler class.
Methods ¶
- [IDIClient2IODaemonXPCHandler.AddToRefCountWithError]
- [IDIClient2IODaemonXPCHandler.XpcListenerEndpoint]
- [IDIClient2IODaemonXPCHandler.SetXpcListenerEndpoint]
- [IDIClient2IODaemonXPCHandler.InitWithEndpoint]
See: https://developer.apple.com/documentation/DiskImages2/DIClient2IODaemonXPCHandler
type IDICommonAttach ¶
type IDICommonAttach interface {
objectivec.IObject
}
An interface definition for the DICommonAttach class.
See: https://developer.apple.com/documentation/DiskImages2/DICommonAttach
type IDIController2ClientDelegate ¶ added in v0.5.0
type IDIController2ClientDelegate interface {
objectivec.IObject
AttachCompletedWithHandleReply(handle objectivec.IObject, reply VoidHandler)
DeviceHandle() IDIDeviceHandle
SetDeviceHandle(value IDIDeviceHandle)
}
An interface definition for the DIController2ClientDelegate class.
Methods ¶
- [IDIController2ClientDelegate.AttachCompletedWithHandleReply]
- [IDIController2ClientDelegate.DeviceHandle]
- [IDIController2ClientDelegate.SetDeviceHandle]
See: https://developer.apple.com/documentation/DiskImages2/DIController2ClientDelegate
type IDIConvertParams ¶ added in v0.5.0
type IDIConvertParams interface {
IDIBaseParams
Certificate() string
SetCertificate(value string)
ConversionMethod() uint64
SetConversionMethod(value uint64)
ConvertWithCompletionBlock(block VoidHandler) objectivec.IObject
CopyUpdatedOutputURLWithError() (objectivec.IObject, error)
EncryptionMethod() uint64
SetEncryptionMethod(value uint64)
InPlaceConversion() bool
IsInputURLDevice() bool
MaxRawUDIFRunSize() uint64
SetMaxRawUDIFRunSize(value uint64)
OnConvertCompletionWithInErrorOutError(error_ objectivec.IObject) (bool, error)
OpenDeviceAsRootWithError() (objectivec.IObject, error)
OutputFormat() int64
SetOutputFormat(value int64)
OutputParams() IDIBaseParams
SetOutputParams(value IDIBaseParams)
OutputURL() IDIURL
SetOutputURL(value IDIURL)
Passphrase() bool
SetPassphrase(value bool)
PrepareConvertWithError() (objectivec.IObject, error)
PrepareParamsForSquashWithError() (bool, error)
PrepareParamsWithError() (bool, error)
PublicKey() string
SetPublicKey(value string)
SetPassphraseEncryptionMethodError(passphrase string, method uint64) (bool, error)
SetPassphraseError(passphrase string) (bool, error)
ShadowURLs() foundation.INSArray
ShouldPerformInplaceSquash() bool
ShouldValidateShadows() bool
SetShouldValidateShadows(value bool)
SparseBundleBandSize() uint64
SetSparseBundleBandSize(value uint64)
TemporaryPassphrase() IDITemporaryPassphrase
UseFormatMappingInfo() bool
SetUseFormatMappingInfo(value bool)
ValidateFileWithURLError(url foundation.INSURL) (bool, error)
ValidateSquashFormats() bool
InitForInplaceWithExistingParamsError(params objectivec.IObject) (DIConvertParams, error)
InitForInplaceWithURLError(url foundation.INSURL) (DIConvertParams, error)
InitWithInputURLOutputURLError(url foundation.INSURL, url2 foundation.INSURL) (DIConvertParams, error)
InitWithInputURLOutputURLShadowURLsError(url foundation.INSURL, url2 foundation.INSURL, uRLs objectivec.IObject) (DIConvertParams, error)
}
An interface definition for the DIConvertParams class.
Methods ¶
- [IDIConvertParams.Certificate]
- [IDIConvertParams.SetCertificate]
- [IDIConvertParams.ConversionMethod]
- [IDIConvertParams.SetConversionMethod]
- [IDIConvertParams.ConvertWithCompletionBlock]
- [IDIConvertParams.CopyUpdatedOutputURLWithError]
- [IDIConvertParams.EncryptionMethod]
- [IDIConvertParams.SetEncryptionMethod]
- [IDIConvertParams.InPlaceConversion]
- [IDIConvertParams.IsInputURLDevice]
- [IDIConvertParams.MaxRawUDIFRunSize]
- [IDIConvertParams.SetMaxRawUDIFRunSize]
- [IDIConvertParams.OnConvertCompletionWithInErrorOutError]
- [IDIConvertParams.OpenDeviceAsRootWithError]
- [IDIConvertParams.OutputFormat]
- [IDIConvertParams.SetOutputFormat]
- [IDIConvertParams.OutputParams]
- [IDIConvertParams.SetOutputParams]
- [IDIConvertParams.OutputURL]
- [IDIConvertParams.SetOutputURL]
- [IDIConvertParams.Passphrase]
- [IDIConvertParams.SetPassphrase]
- [IDIConvertParams.PrepareConvertWithError]
- [IDIConvertParams.PrepareParamsForSquashWithError]
- [IDIConvertParams.PrepareParamsWithError]
- [IDIConvertParams.PublicKey]
- [IDIConvertParams.SetPublicKey]
- [IDIConvertParams.SetPassphraseEncryptionMethodError]
- [IDIConvertParams.SetPassphraseError]
- [IDIConvertParams.ShadowURLs]
- [IDIConvertParams.ShouldPerformInplaceSquash]
- [IDIConvertParams.ShouldValidateShadows]
- [IDIConvertParams.SetShouldValidateShadows]
- [IDIConvertParams.SparseBundleBandSize]
- [IDIConvertParams.SetSparseBundleBandSize]
- [IDIConvertParams.TemporaryPassphrase]
- [IDIConvertParams.UseFormatMappingInfo]
- [IDIConvertParams.SetUseFormatMappingInfo]
- [IDIConvertParams.ValidateFileWithURLError]
- [IDIConvertParams.ValidateSquashFormats]
- [IDIConvertParams.InitForInplaceWithExistingParamsError]
- [IDIConvertParams.InitForInplaceWithURLError]
- [IDIConvertParams.InitWithInputURLOutputURLError]
- [IDIConvertParams.InitWithInputURLOutputURLShadowURLsError]
See: https://developer.apple.com/documentation/DiskImages2/DIConvertParams
type IDICreateASIFParams ¶
type IDICreateASIFParams interface {
IDICreateParams
}
An interface definition for the DICreateASIFParams class.
See: https://developer.apple.com/documentation/DiskImages2/DICreateASIFParams
type IDICreateParams ¶
type IDICreateParams interface {
IDIBaseParams
Certificate() string
SetCertificate(value string)
CreateDiskImageParamsWithError() (bool, error)
CreateDiskImageParamsXPC()
CreateEncryptionWithXPCHandlerError(xPCHandler objectivec.IObject) (bool, error)
CreateFromAuthRef() unsafe.Pointer
SetCreateFromAuthRef(value unsafe.Pointer)
CreateInternalWithError() (objectivec.IObject, error)
CreateWithError() (objectivec.IObject, error)
EncryptionMethod() uint64
SetEncryptionMethod(value uint64)
FolderCopyXPCHandler() IDIClient2Controller_XPCHandler
SetFolderCopyXPCHandler(value IDIClient2Controller_XPCHandler)
NumBlocks() uint64
SetNumBlocks(value uint64)
OnErrorCleanup() bool
Passphrase() bool
SetPassphrase(value bool)
PublicKey() string
SetPublicKey(value string)
ResizeWithDiskImageNumberOfBlocksError(image unsafe.Pointer, blocks uint64) (bool, error)
ResizeWithNumBlocksError(blocks uint64) (bool, error)
RootCopierWithDstFolderURLSrcFolderURLProgressError(url foundation.INSURL, url2 foundation.INSURL, progress objectivec.IObject) (bool, error)
SetPassphraseEncryptionMethodError(passphrase string, method uint64) (bool, error)
SystemKeychainAccount() string
SetSystemKeychainAccount(value string)
TemporaryPassphrase() IDITemporaryPassphrase
TraverseSrcFolderAsRootWithURLParallelModeProgressFolderSizeNumFilesError(url foundation.NSURL, mode bool, progress objectivec.IObject) (uint64, uint64, error)
ValidateBlockSizeSupport() bool
InitWithURLNumBlocksError(url foundation.INSURL, blocks uint64) (DICreateParams, error)
}
An interface definition for the DICreateParams class.
Methods ¶
- [IDICreateParams.Certificate]
- [IDICreateParams.SetCertificate]
- [IDICreateParams.CreateDiskImageParamsWithError]
- [IDICreateParams.CreateDiskImageParamsXPC]
- [IDICreateParams.CreateEncryptionWithXPCHandlerError]
- [IDICreateParams.CreateFromAuthRef]
- [IDICreateParams.SetCreateFromAuthRef]
- [IDICreateParams.CreateInternalWithError]
- [IDICreateParams.CreateWithError]
- [IDICreateParams.EncryptionMethod]
- [IDICreateParams.SetEncryptionMethod]
- [IDICreateParams.FolderCopyXPCHandler]
- [IDICreateParams.SetFolderCopyXPCHandler]
- [IDICreateParams.NumBlocks]
- [IDICreateParams.SetNumBlocks]
- [IDICreateParams.OnErrorCleanup]
- [IDICreateParams.Passphrase]
- [IDICreateParams.SetPassphrase]
- [IDICreateParams.PublicKey]
- [IDICreateParams.SetPublicKey]
- [IDICreateParams.ResizeWithDiskImageNumberOfBlocksError]
- [IDICreateParams.ResizeWithNumBlocksError]
- [IDICreateParams.RootCopierWithDstFolderURLSrcFolderURLProgressError]
- [IDICreateParams.SetPassphraseEncryptionMethodError]
- [IDICreateParams.SystemKeychainAccount]
- [IDICreateParams.SetSystemKeychainAccount]
- [IDICreateParams.TemporaryPassphrase]
- [IDICreateParams.TraverseSrcFolderAsRootWithURLParallelModeProgressFolderSizeNumFilesError]
- [IDICreateParams.ValidateBlockSizeSupport]
- [IDICreateParams.InitWithURLNumBlocksError]
See: https://developer.apple.com/documentation/DiskImages2/DICreateParams
type IDICreateRAWParams ¶ added in v0.5.0
type IDICreateRAWParams interface {
IDICreateParams
}
An interface definition for the DICreateRAWParams class.
See: https://developer.apple.com/documentation/DiskImages2/DICreateRAWParams
type IDICreateUDSBParams ¶ added in v0.5.0
type IDICreateUDSBParams interface {
IDICreateParams
SparseBundleBandSize() uint64
SetSparseBundleBandSize(value uint64)
}
An interface definition for the DICreateUDSBParams class.
Methods ¶
- [IDICreateUDSBParams.SparseBundleBandSize]
- [IDICreateUDSBParams.SetSparseBundleBandSize]
See: https://developer.apple.com/documentation/DiskImages2/DICreateUDSBParams
type IDIDataPartition ¶ added in v0.5.0
type IDIDataPartition interface {
objectivec.IObject
GPTTypeID() uint64
BlockSize() uint64
SetBlockSize(value uint64)
FindPartitionWithDeviceBSDNameError(bSDName objectivec.IObject) (bool, error)
FindVolumeBSDNameWithError() (bool, error)
FormatWithVolumeNameError(name objectivec.IObject) (bool, error)
GetFileSystemMinimalBlocks(blocks []objectivec.IObject) uint64
IoMedia() IDIIOMedia
SetIoMedia(value IDIIOMedia)
IoMediaUUID() string
SetIoMediaUUID(value string)
MediaContentUUID() string
NewMountVolumeWithDiskArbError(arb objectivec.IObject) (objectivec.IObject, error)
NumBlocks() uint64
SetNumBlocks(value uint64)
ResizeFileSystemToMinimumWithError() (bool, error)
ResizeFileSystemWithNumBlocksError(blocks uint64) (bool, error)
VolumeBSDName() string
SetVolumeBSDName(value string)
}
An interface definition for the DIDataPartition class.
Methods ¶
- [IDIDataPartition.GPTTypeID]
- [IDIDataPartition.BlockSize]
- [IDIDataPartition.SetBlockSize]
- [IDIDataPartition.FindPartitionWithDeviceBSDNameError]
- [IDIDataPartition.FindVolumeBSDNameWithError]
- [IDIDataPartition.FormatWithVolumeNameError]
- [IDIDataPartition.GetFileSystemMinimalBlocks]
- [IDIDataPartition.IoMedia]
- [IDIDataPartition.SetIoMedia]
- [IDIDataPartition.IoMediaUUID]
- [IDIDataPartition.SetIoMediaUUID]
- [IDIDataPartition.MediaContentUUID]
- [IDIDataPartition.NewMountVolumeWithDiskArbError]
- [IDIDataPartition.NumBlocks]
- [IDIDataPartition.SetNumBlocks]
- [IDIDataPartition.ResizeFileSystemToMinimumWithError]
- [IDIDataPartition.ResizeFileSystemWithNumBlocksError]
- [IDIDataPartition.VolumeBSDName]
- [IDIDataPartition.SetVolumeBSDName]
See: https://developer.apple.com/documentation/DiskImages2/DIDataPartition
type IDIDeviceHandle ¶
type IDIDeviceHandle interface {
objectivec.IObject
BSDName() string
SetBSDName(value string)
RegEntryID() uint64
HandleRefCount() bool
SetHandleRefCount(value bool)
WaitForDeviceWithError() (bool, error)
WaitForQuietWithServiceError(service uint32) (bool, error)
AddToRefCountWithError() (bool, error)
UpdateBSDNameWithBlockDeviceError(blockDevice string) (bool, error)
XpcEndpoint() foundation.NSXPCListenerEndpoint
SetXpcEndpoint(value foundation.NSXPCListenerEndpoint)
Client2IOhandler() IDIClient2IODaemonXPCHandler
SetClient2IOhandler(value IDIClient2IODaemonXPCHandler)
EncodeWithCoder(coder foundation.INSCoder)
InitWithRegEntryID(regEntryID uint64) DIDeviceHandle
InitWithRegEntryIDXpcEndpoint(regEntryID uint64, xpcEndpoint foundation.NSXPCListenerEndpoint) DIDeviceHandle
InitWithCoder(coder foundation.INSCoder) DIDeviceHandle
}
An interface definition for the DIDeviceHandle class.
Methods ¶
- [IDIDeviceHandle.BSDName]
- [IDIDeviceHandle.SetBSDName]
- [IDIDeviceHandle.RegEntryID]
- [IDIDeviceHandle.HandleRefCount]
- [IDIDeviceHandle.SetHandleRefCount]
- [IDIDeviceHandle.WaitForDeviceWithError]
- [IDIDeviceHandle.WaitForQuietWithServiceError]
- [IDIDeviceHandle.AddToRefCountWithError]
- [IDIDeviceHandle.UpdateBSDNameWithBlockDeviceError]
- [IDIDeviceHandle.XpcEndpoint]
- [IDIDeviceHandle.SetXpcEndpoint]
- [IDIDeviceHandle.Client2IOhandler]
- [IDIDeviceHandle.SetClient2IOhandler]
- [IDIDeviceHandle.EncodeWithCoder]
- [IDIDeviceHandle.InitWithRegEntryID]
- [IDIDeviceHandle.InitWithRegEntryIDXpcEndpoint]
- [IDIDeviceHandle.InitWithCoder]
See: https://developer.apple.com/documentation/DiskImages2/DIDeviceHandle
type IDIDiskArb ¶ added in v0.5.0
type IDIDiskArb interface {
objectivec.IObject
AddDisappearedCallbackWithMountPointShadowMountPointsDelegate(point objectivec.IObject, points objectivec.IObject, delegate objectivec.IObject)
CallbackReached() bool
SetCallbackReached(value bool)
CopyDescriptionWithBSDName(bSDName objectivec.IObject) objectivec.IObject
DaSession() objectivec.IObject
SetDaSession(value objectivec.IObject)
Delegate() objectivec.IObject
SetDelegate(value objectivec.IObject)
EjectWithBSDNameError(bSDName objectivec.IObject) (bool, error)
InputMountedOnURL() foundation.INSURL
SetInputMountedOnURL(value foundation.INSURL)
MountWithDeviceNameArgsFilesystemMountURLError(name objectivec.IObject, args objectivec.IObject, filesystem objectivec.IObject, url foundation.INSURL) (bool, error)
OnDiskDisappearedWithDisk(disk objectivec.IObject)
OperationError() foundation.INSError
SetOperationError(value foundation.INSError)
ShadowMountedOnURLs() foundation.INSArray
SetShadowMountedOnURLs(value foundation.INSArray)
Stop()
UnmountWithMountPointError(point objectivec.IObject) (bool, error)
WaitForDAIdleWithError() (bool, error)
InitWithError() (DIDiskArb, error)
}
An interface definition for the DIDiskArb class.
Methods ¶
- [IDIDiskArb.AddDisappearedCallbackWithMountPointShadowMountPointsDelegate]
- [IDIDiskArb.CallbackReached]
- [IDIDiskArb.SetCallbackReached]
- [IDIDiskArb.CopyDescriptionWithBSDName]
- [IDIDiskArb.DaSession]
- [IDIDiskArb.SetDaSession]
- [IDIDiskArb.Delegate]
- [IDIDiskArb.SetDelegate]
- [IDIDiskArb.EjectWithBSDNameError]
- [IDIDiskArb.InputMountedOnURL]
- [IDIDiskArb.SetInputMountedOnURL]
- [IDIDiskArb.MountWithDeviceNameArgsFilesystemMountURLError]
- [IDIDiskArb.OnDiskDisappearedWithDisk]
- [IDIDiskArb.OperationError]
- [IDIDiskArb.SetOperationError]
- [IDIDiskArb.ShadowMountedOnURLs]
- [IDIDiskArb.SetShadowMountedOnURLs]
- [IDIDiskArb.Stop]
- [IDIDiskArb.UnmountWithMountPointError]
- [IDIDiskArb.WaitForDAIdleWithError]
- [IDIDiskArb.InitWithError]
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArb
type IDIDiskArbEmulation ¶ added in v0.5.0
type IDIDiskArbEmulation interface {
IDIDiskArb
}
An interface definition for the DIDiskArbEmulation class.
See: https://developer.apple.com/documentation/DiskImages2/DIDiskArbEmulation
type IDIEncryptionChpass ¶ added in v0.5.0
type IDIEncryptionChpass interface {
IDIEncryptionFrontend
PassEntryToChange() unsafe.Pointer
SetPassEntryToChange(value unsafe.Pointer)
ReplacePassWithXpcHandlerParamsError(handler objectivec.IObject, params objectivec.IObject) (bool, error)
ReplacePassphraseError(passphrase string) (bool, error)
}
An interface definition for the DIEncryptionChpass class.
Methods ¶
- [IDIEncryptionChpass.PassEntryToChange]
- [IDIEncryptionChpass.SetPassEntryToChange]
- [IDIEncryptionChpass.ReplacePassWithXpcHandlerParamsError]
- [IDIEncryptionChpass.ReplacePassphraseError]
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionChpass
type IDIEncryptionCreator ¶ added in v0.5.0
type IDIEncryptionCreator interface {
IDIEncryptionFrontend
AddPublicKeyEntryWithXpcHandlerError(handler objectivec.IObject) (bool, error)
AddSymmetricKeyEntryWithError() (bool, error)
CreateAndStoreInSystemKeychainWithAccountError(account objectivec.IObject) (bool, error)
CreateParams() IDICreateParams
SetCreateParams(value IDICreateParams)
CreateWithXpcHandlerError(handler objectivec.IObject) (bool, error)
}
An interface definition for the DIEncryptionCreator class.
Methods ¶
- [IDIEncryptionCreator.AddPublicKeyEntryWithXpcHandlerError]
- [IDIEncryptionCreator.AddSymmetricKeyEntryWithError]
- [IDIEncryptionCreator.CreateAndStoreInSystemKeychainWithAccountError]
- [IDIEncryptionCreator.CreateParams]
- [IDIEncryptionCreator.SetCreateParams]
- [IDIEncryptionCreator.CreateWithXpcHandlerError]
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionCreator
type IDIEncryptionFrontend ¶ added in v0.5.0
type IDIEncryptionFrontend interface {
objectivec.IObject
CLIPassphrasePromptCreate() string
CLIPassphrasePromptUnlock() string
CLIVerifyPassphrasePromptCreate() string
GUIAskForPassphraseWithPassphraseUsageError(usage int64) (bool, error)
GUIPassphraseLabelCreate() string
GUIPassphraseLabelUnlock() string
GUIPassphrasePromptCreate() string
GUIPassphrasePromptUnlock() string
GUIVerifyPassphraseLabelCreate() string
AddPassphraseEntryWithXpcHandlerFlagsUsageError(handler objectivec.IObject, flags uint64, usage int64) (bool, error)
AllowStoringInKeychain() bool
SetAllowStoringInKeychain(value bool)
AskPermissionWithRememberPasswordError() (bool, error)
CheckAuthEntriesWithHasPassphraseEntryHasPublicKeyEntryError() (bool, bool, error)
CheckWithHasIcloudKeychainError() (bool, error)
CheckWithItemRefIsSystemKeychainError(ref objectivec.IObject) (bool, error)
ConsoleAskForPassphraseWithUseStdinUsageError(stdin bool, usage int64) (bool, error)
DiParams() IDIBaseParams
EncodeWithCoder(coder foundation.INSCoder)
EncryptionUUID() foundation.NSUUID
Flags() uint64
GenerateAuthTableWithError() (unsafe.Pointer, error)
GetCertificateWithCertificatePathError(path objectivec.IObject) (objectivec.IObject, error)
GetCertificateWithPublicKeyError(key objectivec.IObject) (objectivec.IObject, error)
GetSerializerWithAuthTable(table unsafe.Pointer) objectivec.IObject
KeychainUnlockWithError() (bool, error)
KeychainUnlockWithIsSystemKeychainError(keychain bool) (bool, error)
LookupLegacyKeychainWithXpcHandlerError(handler objectivec.IObject) (bool, error)
SetPassphraseError(passphrase string) (bool, error)
StoreInKeychainWithPassphraseForceSystemKeychainError(passphrase objectivec.IObject, keychain bool) (bool, error)
UnlockUsingPublicKeyWithError() (bool, error)
UnlockUsingSaksWithError() (bool, error)
UnlockUsingSymmetricKeyWithError() (bool, error)
UnlockWithPassphraseError(passphrase string) (bool, error)
UnlockWithXpcHandlerError(handler objectivec.IObject) (bool, error)
UpdateDiskImageParamsWithFrontendError(frontend objectivec.IObject) (bool, error)
ValidateDeserializationWithError() (bool, error)
InitWithCoder(coder foundation.INSCoder) DIEncryptionFrontend
InitWithParams(params objectivec.IObject) DIEncryptionFrontend
}
An interface definition for the DIEncryptionFrontend class.
Methods ¶
- [IDIEncryptionFrontend.CLIPassphrasePromptCreate]
- [IDIEncryptionFrontend.CLIPassphrasePromptUnlock]
- [IDIEncryptionFrontend.CLIVerifyPassphrasePromptCreate]
- [IDIEncryptionFrontend.GUIAskForPassphraseWithPassphraseUsageError]
- [IDIEncryptionFrontend.GUIPassphraseLabelCreate]
- [IDIEncryptionFrontend.GUIPassphraseLabelUnlock]
- [IDIEncryptionFrontend.GUIPassphrasePromptCreate]
- [IDIEncryptionFrontend.GUIPassphrasePromptUnlock]
- [IDIEncryptionFrontend.GUIVerifyPassphraseLabelCreate]
- [IDIEncryptionFrontend.AddPassphraseEntryWithXpcHandlerFlagsUsageError]
- [IDIEncryptionFrontend.AllowStoringInKeychain]
- [IDIEncryptionFrontend.SetAllowStoringInKeychain]
- [IDIEncryptionFrontend.AskPermissionWithRememberPasswordError]
- [IDIEncryptionFrontend.CheckAuthEntriesWithHasPassphraseEntryHasPublicKeyEntryError]
- [IDIEncryptionFrontend.CheckWithHasIcloudKeychainError]
- [IDIEncryptionFrontend.CheckWithItemRefIsSystemKeychainError]
- [IDIEncryptionFrontend.ConsoleAskForPassphraseWithUseStdinUsageError]
- [IDIEncryptionFrontend.DiParams]
- [IDIEncryptionFrontend.EncodeWithCoder]
- [IDIEncryptionFrontend.EncryptionUUID]
- [IDIEncryptionFrontend.Flags]
- [IDIEncryptionFrontend.GenerateAuthTableWithError]
- [IDIEncryptionFrontend.GetCertificateWithCertificatePathError]
- [IDIEncryptionFrontend.GetCertificateWithPublicKeyError]
- [IDIEncryptionFrontend.GetSerializerWithAuthTable]
- [IDIEncryptionFrontend.KeychainUnlockWithError]
- [IDIEncryptionFrontend.KeychainUnlockWithIsSystemKeychainError]
- [IDIEncryptionFrontend.LookupLegacyKeychainWithXpcHandlerError]
- [IDIEncryptionFrontend.SetPassphraseError]
- [IDIEncryptionFrontend.StoreInKeychainWithPassphraseForceSystemKeychainError]
- [IDIEncryptionFrontend.UnlockUsingPublicKeyWithError]
- [IDIEncryptionFrontend.UnlockUsingSaksWithError]
- [IDIEncryptionFrontend.UnlockUsingSymmetricKeyWithError]
- [IDIEncryptionFrontend.UnlockWithPassphraseError]
- [IDIEncryptionFrontend.UnlockWithXpcHandlerError]
- [IDIEncryptionFrontend.UpdateDiskImageParamsWithFrontendError]
- [IDIEncryptionFrontend.ValidateDeserializationWithError]
- [IDIEncryptionFrontend.InitWithCoder]
- [IDIEncryptionFrontend.InitWithParams]
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionFrontend
type IDIEncryptionUnlocker ¶ added in v0.5.0
type IDIEncryptionUnlocker interface {
IDIEncryptionFrontend
}
An interface definition for the DIEncryptionUnlocker class.
See: https://developer.apple.com/documentation/DiskImages2/DIEncryptionUnlocker
type IDIError ¶ added in v0.5.0
type IDIError interface {
objectivec.IObject
}
An interface definition for the DIError class.
See: https://developer.apple.com/documentation/DiskImages2/DIError
type IDIHelpers ¶ added in v0.5.0
type IDIHelpers interface {
objectivec.IObject
}
An interface definition for the DIHelpers class.
See: https://developer.apple.com/documentation/DiskImages2/DIHelpers
type IDIIOIterator ¶ added in v0.5.0
type IDIIOIterator interface {
IDIIOObject
CopyNextObject() uint32
StartedOver() bool
SetStartedOver(value bool)
InitWithIOIteratorRetain(iOIterator uint32, retain bool) DIIOIterator
}
An interface definition for the DIIOIterator class.
Methods ¶
- [IDIIOIterator.CopyNextObject]
- [IDIIOIterator.StartedOver]
- [IDIIOIterator.SetStartedOver]
- [IDIIOIterator.InitWithIOIteratorRetain]
See: https://developer.apple.com/documentation/DiskImages2/DIIOIterator
type IDIIOMedia ¶ added in v0.5.0
type IDIIOMedia interface {
IDIIOObject
BSDName() string
CopyBlockDeviceWithError() (objectivec.IObject, error)
InitWithDevNameError(name objectivec.IObject) (DIIOMedia, error)
}
An interface definition for the DIIOMedia class.
Methods ¶
- [IDIIOMedia.BSDName]
- [IDIIOMedia.CopyBlockDeviceWithError]
- [IDIIOMedia.InitWithDevNameError]
See: https://developer.apple.com/documentation/DiskImages2/DIIOMedia
type IDIIOObject ¶ added in v0.5.0
type IDIIOObject interface {
objectivec.IObject
CopyParentWithError() (objectivec.IObject, error)
CopyPropertyWithClassKey(class objc.Class, key objectivec.IObject) objectivec.IObject
IoClassName() string
IoObj() uint32
IoObjectWithClassNameIterateParentError(name objectivec.IObject, parent bool) (objectivec.IObject, error)
NewIteratorWithOptionsError(options uint32) (objectivec.IObject, error)
RegistryEntryIDWithError() (uint64, error)
InitWithClassNameError(name objectivec.IObject) (DIIOObject, error)
InitWithDIIOObject(dIIOObject objectivec.IObject) DIIOObject
InitWithIOObject(iOObject uint32) DIIOObject
InitWithIOObjectRetain(iOObject uint32, retain bool) DIIOObject
InitWithIteratorNext(next objectivec.IObject) DIIOObject
InitWithRegistryEntryIDError(id uint64) (DIIOObject, error)
}
An interface definition for the DIIOObject class.
Methods ¶
- [IDIIOObject.CopyParentWithError]
- [IDIIOObject.CopyPropertyWithClassKey]
- [IDIIOObject.IoClassName]
- [IDIIOObject.IoObj]
- [IDIIOObject.IoObjectWithClassNameIterateParentError]
- [IDIIOObject.NewIteratorWithOptionsError]
- [IDIIOObject.RegistryEntryIDWithError]
- [IDIIOObject.InitWithClassNameError]
- [IDIIOObject.InitWithDIIOObject]
- [IDIIOObject.InitWithIOObject]
- [IDIIOObject.InitWithIOObjectRetain]
- [IDIIOObject.InitWithIteratorNext]
- [IDIIOObject.InitWithRegistryEntryIDError]
See: https://developer.apple.com/documentation/DiskImages2/DIIOObject
type IDIImageHandle ¶ added in v0.5.0
type IDIImageHandle interface {
objectivec.IObject
MoveDiskImage() objectivec.IObject
InitWithDiskImageLockableResources(image unsafe.Pointer, resources unsafe.Pointer) DIImageHandle
}
An interface definition for the DIImageHandle class.
Methods ¶
- [IDIImageHandle.MoveDiskImage]
- [IDIImageHandle.InitWithDiskImageLockableResources]
See: https://developer.apple.com/documentation/DiskImages2/DIImageHandle
type IDIImageInfoParams ¶
type IDIImageInfoParams interface {
IDIBaseParams
ImageInfo() foundation.INSDictionary
SetImageInfo(value foundation.INSDictionary)
ExtraInfo() bool
SetExtraInfo(value bool)
EncryptionInfoOnly() bool
SetEncryptionInfoOnly(value bool)
OpenEncryption() bool
SetOpenEncryption(value bool)
RetrieveWithError() (bool, error)
InitWithExistingParamsError(params IDIImageInfoParams) (DIImageInfoParams, error)
}
An interface definition for the DIImageInfoParams class.
Methods ¶
- [IDIImageInfoParams.ImageInfo]
- [IDIImageInfoParams.SetImageInfo]
- [IDIImageInfoParams.ExtraInfo]
- [IDIImageInfoParams.SetExtraInfo]
- [IDIImageInfoParams.EncryptionInfoOnly]
- [IDIImageInfoParams.SetEncryptionInfoOnly]
- [IDIImageInfoParams.OpenEncryption]
- [IDIImageInfoParams.SetOpenEncryption]
- [IDIImageInfoParams.RetrieveWithError]
- [IDIImageInfoParams.InitWithExistingParamsError]
See: https://developer.apple.com/documentation/DiskImages2/DIImageInfoParams
type IDIKeyRetriever ¶ added in v0.5.0
type IDIKeyRetriever interface {
objectivec.IObject
}
An interface definition for the DIKeyRetriever class.
See: https://developer.apple.com/documentation/DiskImages2/DIKeyRetriever
type IDIOpenParams ¶ added in v0.5.0
type IDIOpenParams interface {
IDIBaseParams
UIOOpenMode() int
OpenWithError() (objectivec.IObject, error)
UnlockImageWithOpenParams(params objectivec.IObject) objectivec.IObject
InitWithURLOpenModeError(url foundation.INSURL, mode int64) (DIOpenParams, error)
}
An interface definition for the DIOpenParams class.
Methods ¶
- [IDIOpenParams.UIOOpenMode]
- [IDIOpenParams.OpenWithError]
- [IDIOpenParams.UnlockImageWithOpenParams]
- [IDIOpenParams.InitWithURLOpenModeError]
See: https://developer.apple.com/documentation/DiskImages2/DIOpenParams
type IDIResizeParams ¶
type IDIResizeParams interface {
IDIBaseParams
Size() uint64
SetSize(value uint64)
ResizeWithError() (bool, error)
InitWithURLSizeError(url foundation.INSURL, size uint64) (DIResizeParams, error)
InitWithExistingParamsSizeError(params IDIResizeParams, size uint64) (DIResizeParams, error)
}
An interface definition for the DIResizeParams class.
Methods ¶
- [IDIResizeParams.Size]
- [IDIResizeParams.SetSize]
- [IDIResizeParams.ResizeWithError]
- [IDIResizeParams.InitWithURLSizeError]
- [IDIResizeParams.InitWithExistingParamsSizeError]
See: https://developer.apple.com/documentation/DiskImages2/DIResizeParams
type IDIShadowChain ¶ added in v0.5.0
type IDIShadowChain interface {
objectivec.IObject
ActiveShadowURL() foundation.INSURL
AddShadowNodesError(nodes objectivec.IObject) (bool, error)
AddShadowNodesWrapReadOnlyError(nodes objectivec.IObject, only bool) (bool, error)
AddShadowURLsError(uRLs objectivec.IObject) (bool, error)
EncodeWithCoder(coder foundation.INSCoder)
HasBaseImageCache() bool
IsEmpty() bool
MountPoints() foundation.INSArray
Nodes() foundation.INSArray
NonCacheNodes() foundation.INSArray
OpenWritableCreateNonExisting(writable bool, existing bool)
ShadowStats() foundation.INSArray
ShouldValidate() bool
SetShouldValidate(value bool)
StatWithError() (objectivec.IObject, error)
TopDiskImageNumBlocks() int64
VerifyNodesError(nodes objectivec.IObject) (bool, error)
InitWithCoder(coder foundation.INSCoder) DIShadowChain
}
An interface definition for the DIShadowChain class.
Methods ¶
- [IDIShadowChain.ActiveShadowURL]
- [IDIShadowChain.AddShadowNodesError]
- [IDIShadowChain.AddShadowNodesWrapReadOnlyError]
- [IDIShadowChain.AddShadowURLsError]
- [IDIShadowChain.EncodeWithCoder]
- [IDIShadowChain.HasBaseImageCache]
- [IDIShadowChain.IsEmpty]
- [IDIShadowChain.MountPoints]
- [IDIShadowChain.Nodes]
- [IDIShadowChain.NonCacheNodes]
- [IDIShadowChain.OpenWritableCreateNonExisting]
- [IDIShadowChain.ShadowStats]
- [IDIShadowChain.ShouldValidate]
- [IDIShadowChain.SetShouldValidate]
- [IDIShadowChain.StatWithError]
- [IDIShadowChain.TopDiskImageNumBlocks]
- [IDIShadowChain.VerifyNodesError]
- [IDIShadowChain.InitWithCoder]
See: https://developer.apple.com/documentation/DiskImages2/DIShadowChain
type IDIShadowNode ¶ added in v0.5.0
type IDIShadowNode interface {
objectivec.IObject
URL() IDIURL
CreateBackendWithFlags(flags int)
EncodeWithCoder(coder foundation.INSCoder)
FileBackend() IFileLocalXPC
SetFileBackend(value IFileLocalXPC)
IsCache() bool
NumBlocks() uint64
SetNumBlocks(value uint64)
InitWithCoder(coder foundation.INSCoder) DIShadowNode
InitWithURLIsCache(url foundation.INSURL, cache bool) DIShadowNode
}
An interface definition for the DIShadowNode class.
Methods ¶
- [IDIShadowNode.URL]
- [IDIShadowNode.CreateBackendWithFlags]
- [IDIShadowNode.EncodeWithCoder]
- [IDIShadowNode.FileBackend]
- [IDIShadowNode.SetFileBackend]
- [IDIShadowNode.IsCache]
- [IDIShadowNode.NumBlocks]
- [IDIShadowNode.SetNumBlocks]
- [IDIShadowNode.InitWithCoder]
- [IDIShadowNode.InitWithURLIsCache]
See: https://developer.apple.com/documentation/DiskImages2/DIShadowNode
type IDIStackParams ¶ added in v0.5.0
type IDIStackParams interface {
IDIBaseParams
AppendWithURLIsCacheError(url foundation.INSURL, cache bool) (bool, error)
AppendWithURLIsCacheNumBlocksError(url foundation.INSURL, cache bool, blocks uint64) (bool, error)
}
An interface definition for the DIStackParams class.
Methods ¶
- [IDIStackParams.AppendWithURLIsCacheError]
- [IDIStackParams.AppendWithURLIsCacheNumBlocksError]
See: https://developer.apple.com/documentation/DiskImages2/DIStackParams
type IDIStatFS ¶ added in v0.5.0
type IDIStatFS interface {
objectivec.IObject
BlockSize() uint64
EncodeWithCoder(coder foundation.INSCoder)
LogWithHeader(header objectivec.IObject)
MountedFrom() string
MountedOnURL() foundation.INSURL
SupportsBarrier() bool
InitWithCoder(coder foundation.INSCoder) DIStatFS
InitWithFileDescriptorError(descriptor int) (DIStatFS, error)
}
An interface definition for the DIStatFS class.
Methods ¶
- [IDIStatFS.BlockSize]
- [IDIStatFS.EncodeWithCoder]
- [IDIStatFS.LogWithHeader]
- [IDIStatFS.MountedFrom]
- [IDIStatFS.MountedOnURL]
- [IDIStatFS.SupportsBarrier]
- [IDIStatFS.InitWithCoder]
- [IDIStatFS.InitWithFileDescriptorError]
See: https://developer.apple.com/documentation/DiskImages2/DIStatFS
type IDIStatsParams ¶ added in v0.5.0
type IDIStatsParams interface {
IDIBaseParams
StatInstanceID() foundation.NSUUID
StatsWithError() (objectivec.IObject, error)
InitWithURLInstanceIdError(url foundation.INSURL, id objectivec.IObject) (DIStatsParams, error)
}
An interface definition for the DIStatsParams class.
Methods ¶
- [IDIStatsParams.StatInstanceID]
- [IDIStatsParams.StatsWithError]
- [IDIStatsParams.InitWithURLInstanceIdError]
See: https://developer.apple.com/documentation/DiskImages2/DIStatsParams
type IDITemporaryPassphrase ¶ added in v0.5.0
type IDITemporaryPassphrase interface {
objectivec.IObject
Buf() string
SetBuf(value string)
InitWithPassphrase(passphrase string) DITemporaryPassphrase
}
An interface definition for the DITemporaryPassphrase class.
Methods ¶
- [IDITemporaryPassphrase.Buf]
- [IDITemporaryPassphrase.SetBuf]
- [IDITemporaryPassphrase.InitWithPassphrase]
See: https://developer.apple.com/documentation/DiskImages2/DITemporaryPassphrase
type IDIURL ¶ added in v0.5.0
type IDIURL interface {
foundation.INSURL
IsPlugin() bool
PluginName() string
PluginParams() foundation.INSDictionary
InitWithPluginNameParams(name objectivec.IObject, params objectivec.IObject) DIURL
}
An interface definition for the DIURL class.
Methods ¶
- [IDIURL.IsPlugin]
- [IDIURL.PluginName]
- [IDIURL.PluginParams]
- [IDIURL.InitWithPluginNameParams]
See: https://developer.apple.com/documentation/DiskImages2/DIURL
type IDIUserDataParams ¶ added in v0.5.0
type IDIUserDataParams interface {
IDIBaseParams
EmbedWithError() (bool, error)
RetrieveWithError() (bool, error)
UserDict() foundation.INSDictionary
SetUserDict(value foundation.INSDictionary)
}
An interface definition for the DIUserDataParams class.
Methods ¶
- [IDIUserDataParams.EmbedWithError]
- [IDIUserDataParams.RetrieveWithError]
- [IDIUserDataParams.UserDict]
- [IDIUserDataParams.SetUserDict]
See: https://developer.apple.com/documentation/DiskImages2/DIUserDataParams
type IDIVerifyParams ¶ added in v0.5.0
type IDIVerifyParams interface {
IDIBaseParams
ShouldValidateShadows() bool
SetShouldValidateShadows(value bool)
VerifyWithError() (bool, error)
InitWithURLShadowURLsError(url foundation.INSURL, uRLs objectivec.IObject) (DIVerifyParams, error)
}
An interface definition for the DIVerifyParams class.
Methods ¶
- [IDIVerifyParams.ShouldValidateShadows]
- [IDIVerifyParams.SetShouldValidateShadows]
- [IDIVerifyParams.VerifyWithError]
- [IDIVerifyParams.InitWithURLShadowURLsError]
See: https://developer.apple.com/documentation/DiskImages2/DIVerifyParams
type IDiskImageCreatorFromDevice ¶ added in v0.5.0
type IDiskImageCreatorFromDevice interface {
IBaseDiskImageCreator
CreateImageWithSrcDeviceError(device objectivec.IObject) (bool, error)
InitWithURLError(url foundation.INSURL) (DiskImageCreatorFromDevice, error)
}
An interface definition for the DiskImageCreatorFromDevice class.
Methods ¶
- [IDiskImageCreatorFromDevice.CreateImageWithSrcDeviceError]
- [IDiskImageCreatorFromDevice.InitWithURLError]
See: https://developer.apple.com/documentation/DiskImages2/DiskImageCreatorFromDevice
type IDiskImageCreatorFromFolder ¶ added in v0.5.0
type IDiskImageCreatorFromFolder interface {
IBaseDiskImageCreator
CompactAndEjectWithCreateParamsError(params objectivec.IObject) (bool, error)
CreateImageWithSrcFolderCompletionBlock(folder objectivec.IObject, block VoidHandler) objectivec.IObject
CreateImageWithSrcFolderProgressCreateParamsConvertParamsError(folder objectivec.IObject, progress objectivec.IObject, params objectivec.IObject, params2 []objectivec.IObject) (bool, error)
ResizeDataPartitionWithError() (bool, error)
UpdateNumBlocksWithFolderSizeNumFiles(size uint64, files uint64)
UpdatePartitionMapWithError() (bool, error)
InitWithURLError(url foundation.INSURL) (DiskImageCreatorFromFolder, error)
}
An interface definition for the DiskImageCreatorFromFolder class.
Methods ¶
- [IDiskImageCreatorFromFolder.CompactAndEjectWithCreateParamsError]
- [IDiskImageCreatorFromFolder.CreateImageWithSrcFolderCompletionBlock]
- [IDiskImageCreatorFromFolder.CreateImageWithSrcFolderProgressCreateParamsConvertParamsError]
- [IDiskImageCreatorFromFolder.ResizeDataPartitionWithError]
- [IDiskImageCreatorFromFolder.UpdateNumBlocksWithFolderSizeNumFiles]
- [IDiskImageCreatorFromFolder.UpdatePartitionMapWithError]
- [IDiskImageCreatorFromFolder.InitWithURLError]
See: https://developer.apple.com/documentation/DiskImages2/DiskImageCreatorFromFolder
type IDiskImageGraph ¶ added in v0.5.0
type IDiskImageGraph interface {
objectivec.IObject
URLRelativeToPstackParentWithURL(url foundation.INSURL) objectivec.IObject
ActiveInfoWithExtraError(extra bool) (objectivec.IObject, error)
ActiveNode() IDiskImageGraphNode
SetActiveNode(value IDiskImageGraphNode)
AppendCacheWithURLTagError(url foundation.INSURL, tag objectivec.IObject) (bool, error)
AppendOverlayWithURLTagError(url foundation.INSURL, tag objectivec.IObject) (bool, error)
AppendOverlayWithURLTagNumBlocksError(url foundation.INSURL, tag objectivec.IObject, blocks uint64) (bool, error)
AppendWithURLIsCacheTagNumBlocksSetNewActiveError(url foundation.INSURL, cache bool, tag objectivec.IObject, blocks uint64, active bool) (bool, error)
AppendWithURLIsCacheTagNumBlocksToNodeSetNewActiveError(url foundation.INSURL, cache bool, tag objectivec.IObject, blocks uint64, node objectivec.IObject, active bool) (bool, error)
AppendWithURLTagError(url foundation.INSURL, tag objectivec.IObject) (bool, error)
BaseNode() objectivec.IObject
CheckStackValidityWithError() (bool, error)
CloneToURLError(url foundation.INSURL) (objectivec.IObject, error)
GetImageWithTagError(tag objectivec.IObject) (objectivec.IObject, error)
GetImageWithUUIDError(uuid objectivec.IObject) (objectivec.IObject, error)
GraphDB() foundation.INSDictionary
SetGraphDB(value foundation.INSDictionary)
ImagesDictsArray() foundation.INSArray
SetImagesDictsArray(value foundation.INSArray)
InfoWithExtraError(extra bool) (objectivec.IObject, error)
Nodes() foundation.INSDictionary
SetNodes(value foundation.INSDictionary)
RemoveNodeWithTagRecursiveError(tag objectivec.IObject, recursive bool) (bool, error)
RemoveNodeWithUUIDRecursiveError(uuid objectivec.IObject, recursive bool) (bool, error)
RemoveWithNodeRecursiveError(node objectivec.IObject, recursive bool) (bool, error)
RootNode() IDiskImageGraphNode
SavePstackWithError() (bool, error)
SavePstackWithURLError(url foundation.INSURL) (bool, error)
SetActiveNodeWithTagError(tag objectivec.IObject) (bool, error)
SetActiveNodeWithUUIDError(uuid objectivec.IObject) (bool, error)
ValidateAppendedImageWithURLParentNodeIsCacheError(url foundation.INSURL, node objectivec.IObject, cache bool) (bool, error)
InitWithBaseImageURLNewPstackURLTagError(url foundation.INSURL, url2 foundation.INSURL, tag objectivec.IObject) (DiskImageGraph, error)
InitWithBaseImageURLTagError(url foundation.INSURL, tag objectivec.IObject) (DiskImageGraph, error)
InitWithGraphDBError(db objectivec.IObject) (DiskImageGraph, error)
InitWithGraphDBWorkDirError(db objectivec.IObject, dir objectivec.IObject) (DiskImageGraph, error)
InitWithPluginNamePluginParamsTagError(name objectivec.IObject, params objectivec.IObject, tag objectivec.IObject) (DiskImageGraph, error)
InitWithPstackURLError(url foundation.INSURL) (DiskImageGraph, error)
}
An interface definition for the DiskImageGraph class.
Methods ¶
- [IDiskImageGraph.URLRelativeToPstackParentWithURL]
- [IDiskImageGraph.ActiveInfoWithExtraError]
- [IDiskImageGraph.ActiveNode]
- [IDiskImageGraph.SetActiveNode]
- [IDiskImageGraph.AppendCacheWithURLTagError]
- [IDiskImageGraph.AppendOverlayWithURLTagError]
- [IDiskImageGraph.AppendOverlayWithURLTagNumBlocksError]
- [IDiskImageGraph.AppendWithURLIsCacheTagNumBlocksSetNewActiveError]
- [IDiskImageGraph.AppendWithURLIsCacheTagNumBlocksToNodeSetNewActiveError]
- [IDiskImageGraph.AppendWithURLTagError]
- [IDiskImageGraph.BaseNode]
- [IDiskImageGraph.CheckStackValidityWithError]
- [IDiskImageGraph.CloneToURLError]
- [IDiskImageGraph.GetImageWithTagError]
- [IDiskImageGraph.GetImageWithUUIDError]
- [IDiskImageGraph.GraphDB]
- [IDiskImageGraph.SetGraphDB]
- [IDiskImageGraph.ImagesDictsArray]
- [IDiskImageGraph.SetImagesDictsArray]
- [IDiskImageGraph.InfoWithExtraError]
- [IDiskImageGraph.Nodes]
- [IDiskImageGraph.SetNodes]
- [IDiskImageGraph.RemoveNodeWithTagRecursiveError]
- [IDiskImageGraph.RemoveNodeWithUUIDRecursiveError]
- [IDiskImageGraph.RemoveWithNodeRecursiveError]
- [IDiskImageGraph.RootNode]
- [IDiskImageGraph.SavePstackWithError]
- [IDiskImageGraph.SavePstackWithURLError]
- [IDiskImageGraph.SetActiveNodeWithTagError]
- [IDiskImageGraph.SetActiveNodeWithUUIDError]
- [IDiskImageGraph.ValidateAppendedImageWithURLParentNodeIsCacheError]
- [IDiskImageGraph.InitWithBaseImageURLNewPstackURLTagError]
- [IDiskImageGraph.InitWithBaseImageURLTagError]
- [IDiskImageGraph.InitWithGraphDBError]
- [IDiskImageGraph.InitWithGraphDBWorkDirError]
- [IDiskImageGraph.InitWithPluginNamePluginParamsTagError]
- [IDiskImageGraph.InitWithPstackURLError]
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph
type IDiskImageGraphNode ¶ added in v0.5.0
type IDiskImageGraphNode interface {
objectivec.IObject
URL() foundation.INSURL
UUID() foundation.NSUUID
SetUUID(value foundation.NSUUID)
AddDecendantsToArray(array objectivec.IObject)
Children() foundation.INSArray
ChildrenInfoWithExtraError(extra bool) (objectivec.IObject, error)
DeleteImage() bool
GetChildren() objectivec.IObject
GetDescendants() objectivec.IObject
InfoWithExtraError(extra bool) (objectivec.IObject, error)
IsCache() bool
Metadata() foundation.INSDictionary
SetMetadata(value foundation.INSDictionary)
MutableChildren() foundation.INSArray
SetMutableChildren(value foundation.INSArray)
Parent() IDiskImageGraphNode
SetParent(value IDiskImageGraphNode)
ParentUUID() foundation.NSUUID
PstackDict() foundation.INSDictionary
SetPstackDict(value foundation.INSDictionary)
RecursiveInfoWithExtraError(extra bool) (objectivec.IObject, error)
Tag() string
SetTag(value string)
ToDIShadowNode() objectivec.IObject
ToDictionary() objectivec.IObject
ValidateAppendedImageWithInfoError(info objectivec.IObject) (bool, error)
InitWithDictionaryWorkDirError(dictionary objectivec.IObject, dir objectivec.IObject) (DiskImageGraphNode, error)
InitWithTagUUIDParentNodeMetadataIsCache(tag objectivec.IObject, uid objectivec.IObject, node objectivec.IObject, metadata objectivec.IObject, cache bool) DiskImageGraphNode
}
An interface definition for the DiskImageGraphNode class.
Methods ¶
- [IDiskImageGraphNode.URL]
- [IDiskImageGraphNode.UUID]
- [IDiskImageGraphNode.SetUUID]
- [IDiskImageGraphNode.AddDecendantsToArray]
- [IDiskImageGraphNode.Children]
- [IDiskImageGraphNode.ChildrenInfoWithExtraError]
- [IDiskImageGraphNode.DeleteImage]
- [IDiskImageGraphNode.GetChildren]
- [IDiskImageGraphNode.GetDescendants]
- [IDiskImageGraphNode.InfoWithExtraError]
- [IDiskImageGraphNode.IsCache]
- [IDiskImageGraphNode.Metadata]
- [IDiskImageGraphNode.SetMetadata]
- [IDiskImageGraphNode.MutableChildren]
- [IDiskImageGraphNode.SetMutableChildren]
- [IDiskImageGraphNode.Parent]
- [IDiskImageGraphNode.SetParent]
- [IDiskImageGraphNode.ParentUUID]
- [IDiskImageGraphNode.PstackDict]
- [IDiskImageGraphNode.SetPstackDict]
- [IDiskImageGraphNode.RecursiveInfoWithExtraError]
- [IDiskImageGraphNode.Tag]
- [IDiskImageGraphNode.SetTag]
- [IDiskImageGraphNode.ToDIShadowNode]
- [IDiskImageGraphNode.ToDictionary]
- [IDiskImageGraphNode.ValidateAppendedImageWithInfoError]
- [IDiskImageGraphNode.InitWithDictionaryWorkDirError]
- [IDiskImageGraphNode.InitWithTagUUIDParentNodeMetadataIsCache]
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraphNode
type IDiskImageParamsASIF_XPC ¶ added in v0.5.0
type IDiskImageParamsASIF_XPC interface {
IDiskImageParamsXPC
SetHeader(header objectivec.IObject)
InitWithBackendXPCHeader(xpc objectivec.IObject, header objectivec.IObject) DiskImageParamsASIF_XPC
}
An interface definition for the DiskImageParamsASIF_XPC class.
Methods ¶
- [IDiskImageParamsASIF_XPC.SetHeader]
- [IDiskImageParamsASIF_XPC.InitWithBackendXPCHeader]
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsASIF_XPC
type IDiskImageParamsLocked_XPC ¶ added in v0.5.0
type IDiskImageParamsLocked_XPC interface {
IDiskImageParamsXPC
}
An interface definition for the DiskImageParamsLocked_XPC class.
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsLocked_XPC
type IDiskImageParamsPlugin_XPC ¶ added in v0.5.0
type IDiskImageParamsPlugin_XPC interface {
IDiskImageParamsXPC
}
An interface definition for the DiskImageParamsPlugin_XPC class.
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsPlugin_XPC
type IDiskImageParamsRAM_XPC ¶ added in v0.5.0
type IDiskImageParamsRAM_XPC interface {
IDiskImageParamsRaw_XPC
RamSizeStr() string
InitWithURLError(url foundation.INSURL) (DiskImageParamsRAM_XPC, error)
}
An interface definition for the DiskImageParamsRAM_XPC class.
Methods ¶
- [IDiskImageParamsRAM_XPC.RamSizeStr]
- [IDiskImageParamsRAM_XPC.InitWithURLError]
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsRAM_XPC
type IDiskImageParamsRaw_XPC ¶ added in v0.5.0
type IDiskImageParamsRaw_XPC interface {
IDiskImageParamsXPC
}
An interface definition for the DiskImageParamsRaw_XPC class.
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsRaw_XPC
type IDiskImageParamsSparseBundle_XPC ¶ added in v0.5.0
type IDiskImageParamsSparseBundle_XPC interface {
IDiskImageParamsXPC
}
An interface definition for the DiskImageParamsSparseBundle_XPC class.
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsSparseBundle_XPC
type IDiskImageParamsUDIF_XPC ¶ added in v0.5.0
type IDiskImageParamsUDIF_XPC interface {
IDiskImageParamsXPC
InitWithBackendXPCHeader(xpc objectivec.IObject, header objectivec.IObject) DiskImageParamsUDIF_XPC
}
An interface definition for the DiskImageParamsUDIF_XPC class.
Methods ¶
- [IDiskImageParamsUDIF_XPC.InitWithBackendXPCHeader]
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsUDIF_XPC
type IDiskImageParamsXPC ¶ added in v0.5.0
type IDiskImageParamsXPC interface {
objectivec.IObject
AllowOnDiskCacheWithSinkDiskImage(image unsafe.Pointer) bool
BackendXPC() IBackendXPC
SetBackendXPC(value IBackendXPC)
BlockSize() uint64
SetBlockSize(value uint64)
CacheBackendXPC() IBackendXPC
SetCacheBackendXPC(value IBackendXPC)
CacheURL() foundation.INSURL
SetCacheURL(value foundation.INSURL)
CreateDiskImageWithCacheShadowValidation(cache bool, validation bool) objectivec.IObject
CreateShadowDiskImageWithBackendNumBlocksSinkDiskImageCache_onlyStack_size(backend objectivec.IObject, blocks uint64, image unsafe.Pointer, cache_only bool, stack_size uint64) objectivec.IObject
CreateSinkDiskImage() objectivec.IObject
EncodeWithCoder(coder foundation.INSCoder)
GetImageInfoWithExtraError(extra bool) (objectivec.IObject, error)
InstanceID() foundation.NSUUID
SetInstanceID(value foundation.NSUUID)
IsSparseFormat() bool
IsWritableFormat() bool
LockBackendsWithError() (bool, error)
LockBackendsWithWritableOnlyError(only bool) (bool, error)
LockWritableBackendsWithError() (bool, error)
LockableResources() objectivec.IObject
MountedOnAPFS() bool
NumBlocks() uint64
SetBlockSizeError(size uint64) (bool, error)
SetSizeWithDiskImageNewSize(image unsafe.Pointer, size uint64) int
ShadowChain() IDIShadowChain
SetShadowChain(value IDIShadowChain)
InitWithBackendXPC(xpc objectivec.IObject) DiskImageParamsXPC
InitWithBackendXPCBlockSize(xpc objectivec.IObject, size uint64) DiskImageParamsXPC
InitWithCoder(coder foundation.INSCoder) DiskImageParamsXPC
}
An interface definition for the DiskImageParamsXPC class.
Methods ¶
- [IDiskImageParamsXPC.AllowOnDiskCacheWithSinkDiskImage]
- [IDiskImageParamsXPC.BackendXPC]
- [IDiskImageParamsXPC.SetBackendXPC]
- [IDiskImageParamsXPC.BlockSize]
- [IDiskImageParamsXPC.SetBlockSize]
- [IDiskImageParamsXPC.CacheBackendXPC]
- [IDiskImageParamsXPC.SetCacheBackendXPC]
- [IDiskImageParamsXPC.CacheURL]
- [IDiskImageParamsXPC.SetCacheURL]
- [IDiskImageParamsXPC.CreateDiskImageWithCacheShadowValidation]
- [IDiskImageParamsXPC.CreateShadowDiskImageWithBackendNumBlocksSinkDiskImageCache_onlyStack_size]
- [IDiskImageParamsXPC.CreateSinkDiskImage]
- [IDiskImageParamsXPC.EncodeWithCoder]
- [IDiskImageParamsXPC.GetImageInfoWithExtraError]
- [IDiskImageParamsXPC.InstanceID]
- [IDiskImageParamsXPC.SetInstanceID]
- [IDiskImageParamsXPC.IsSparseFormat]
- [IDiskImageParamsXPC.IsWritableFormat]
- [IDiskImageParamsXPC.LockBackendsWithError]
- [IDiskImageParamsXPC.LockBackendsWithWritableOnlyError]
- [IDiskImageParamsXPC.LockWritableBackendsWithError]
- [IDiskImageParamsXPC.LockableResources]
- [IDiskImageParamsXPC.MountedOnAPFS]
- [IDiskImageParamsXPC.NumBlocks]
- [IDiskImageParamsXPC.SetBlockSizeError]
- [IDiskImageParamsXPC.SetSizeWithDiskImageNewSize]
- [IDiskImageParamsXPC.ShadowChain]
- [IDiskImageParamsXPC.SetShadowChain]
- [IDiskImageParamsXPC.InitWithBackendXPC]
- [IDiskImageParamsXPC.InitWithBackendXPCBlockSize]
- [IDiskImageParamsXPC.InitWithCoder]
See: https://developer.apple.com/documentation/DiskImages2/DiskImageParamsXPC
type IFastFolderCopierWrapper ¶ added in v0.5.0
type IFastFolderCopierWrapper interface {
objectivec.IObject
Copier() objectivec.IObject
SetCopier(value objectivec.IObject)
CopyWithDstFolderProgressError(folder objectivec.IObject, progress objectivec.IObject) (bool, error)
FolderSize() uint64
NumFiles() uint64
Progress() *foundation.NSProgress
SetProgress(value *foundation.NSProgress)
TraverseSrcFolderWithProgressError(progress objectivec.IObject) (bool, error)
InitWithSrcFolderParallelModeAuditToken(folder objectivec.IObject, mode bool, token objectivec.IObject) FastFolderCopierWrapper
}
An interface definition for the FastFolderCopierWrapper class.
Methods ¶
- [IFastFolderCopierWrapper.Copier]
- [IFastFolderCopierWrapper.SetCopier]
- [IFastFolderCopierWrapper.CopyWithDstFolderProgressError]
- [IFastFolderCopierWrapper.FolderSize]
- [IFastFolderCopierWrapper.NumFiles]
- [IFastFolderCopierWrapper.Progress]
- [IFastFolderCopierWrapper.SetProgress]
- [IFastFolderCopierWrapper.TraverseSrcFolderWithProgressError]
- [IFastFolderCopierWrapper.InitWithSrcFolderParallelModeAuditToken]
See: https://developer.apple.com/documentation/DiskImages2/FastFolderCopierWrapper
type IFetchRestoreKeysCryptoKitWrapper ¶ added in v0.5.0
type IFetchRestoreKeysCryptoKitWrapper interface {
objectivec.IObject
}
An interface definition for the FetchRestoreKeysCryptoKitWrapper class.
See: https://developer.apple.com/documentation/DiskImages2/FetchRestoreKeys.CryptoKitWrapper
type IFileLocalXPC ¶ added in v0.5.0
type IFileLocalXPC interface {
IBackendXPC
InitWithBackend(backend unsafe.Pointer) FileLocalXPC
InitWithFileDescriptorWritableLocked(descriptor int, writable bool, locked bool) FileLocalXPC
InitWithURLFileOpenFlags(url foundation.INSURL, flags int) FileLocalXPC
}
An interface definition for the FileLocalXPC class.
Methods ¶
- [IFileLocalXPC.InitWithBackend]
- [IFileLocalXPC.InitWithFileDescriptorWritableLocked]
- [IFileLocalXPC.InitWithURLFileOpenFlags]
See: https://developer.apple.com/documentation/DiskImages2/FileLocalXPC
type IHTTPBackendXPC ¶ added in v0.5.0
type IHTTPBackendXPC interface {
IBackendXPC
URL() IDIURL
SetURL(value IDIURL)
AddToURLWithUserPassword(user objectivec.IObject, password objectivec.IObject)
AskForPasswordUsingGUI() bool
AskForPasswordUsingTTY() bool
CreateBackend()
CreateBackendWithSize(size uint64)
LookupPasswordInKeychainWithRealm(realm objectivec.IObject) bool
InitWithURL(url foundation.INSURL) HTTPBackendXPC
}
An interface definition for the HTTPBackendXPC class.
Methods ¶
- [IHTTPBackendXPC.URL]
- [IHTTPBackendXPC.SetURL]
- [IHTTPBackendXPC.AddToURLWithUserPassword]
- [IHTTPBackendXPC.AskForPasswordUsingGUI]
- [IHTTPBackendXPC.AskForPasswordUsingTTY]
- [IHTTPBackendXPC.CreateBackend]
- [IHTTPBackendXPC.CreateBackendWithSize]
- [IHTTPBackendXPC.LookupPasswordInKeychainWithRealm]
- [IHTTPBackendXPC.InitWithURL]
See: https://developer.apple.com/documentation/DiskImages2/HTTPBackendXPC
type IKNOXBackendXPC ¶ added in v0.5.0
type IKNOXBackendXPC interface {
IBackendXPC
URL() IDIURL
SetURL(value IDIURL)
Key() objectivec.IObject
InitWithURLKey(url foundation.INSURL, key unsafe.Pointer) KNOXBackendXPC
}
An interface definition for the KNOXBackendXPC class.
Methods ¶
- [IKNOXBackendXPC.URL]
- [IKNOXBackendXPC.SetURL]
- [IKNOXBackendXPC.Key]
- [IKNOXBackendXPC.InitWithURLKey]
See: https://developer.apple.com/documentation/DiskImages2/KNOXBackendXPC
type IMKDIDevice ¶ added in v0.5.0
type IMKDIDevice interface {
objectivec.IObject
BlockSize() int
MediaRef() objectivec.IObject
PartitionDiskWithGPTTypeIDError(id uint64) (bool, error)
ResizeDataPartitionWithPartitionUUIDPartitionNumBlocksError(uuid objectivec.IObject, blocks uint64) (bool, error)
UpdatePartitionMapWithError() (bool, error)
InitWithBSDNameNumBlocksBlockSizeError(bSDName objectivec.IObject, blocks uint64, size int) (MKDIDevice, error)
}
An interface definition for the MKDIDevice class.
Methods ¶
- [IMKDIDevice.BlockSize]
- [IMKDIDevice.MediaRef]
- [IMKDIDevice.PartitionDiskWithGPTTypeIDError]
- [IMKDIDevice.ResizeDataPartitionWithPartitionUUIDPartitionNumBlocksError]
- [IMKDIDevice.UpdatePartitionMapWithError]
- [IMKDIDevice.InitWithBSDNameNumBlocksBlockSizeError]
See: https://developer.apple.com/documentation/DiskImages2/MKDIDevice
type INativeDiskImageGraphNode ¶ added in v0.5.0
type INativeDiskImageGraphNode interface {
IDiskImageGraphNode
FilePath() foundation.INSURL
InitWithURLTagUUIDParentNodeMetadataIsCache(url foundation.INSURL, tag objectivec.IObject, uid objectivec.IObject, node objectivec.IObject, metadata objectivec.IObject, cache bool) NativeDiskImageGraphNode
}
An interface definition for the NativeDiskImageGraphNode class.
Methods ¶
- [INativeDiskImageGraphNode.FilePath]
- [INativeDiskImageGraphNode.InitWithURLTagUUIDParentNodeMetadataIsCache]
See: https://developer.apple.com/documentation/DiskImages2/NativeDiskImageGraphNode
type IPluginBackendXPC ¶ added in v0.5.0
type IPluginBackendXPC interface {
IBackendXPC
URL() IDIURL
PluginHeader() unsafe.Pointer
InitWithURLOpenMode(url foundation.INSURL, mode int) PluginBackendXPC
}
An interface definition for the PluginBackendXPC class.
Methods ¶
- [IPluginBackendXPC.URL]
- [IPluginBackendXPC.PluginHeader]
- [IPluginBackendXPC.InitWithURLOpenMode]
See: https://developer.apple.com/documentation/DiskImages2/PluginBackendXPC
type IPluginDiskImageGraphNode ¶ added in v0.5.0
type IPluginDiskImageGraphNode interface {
IDiskImageGraphNode
PluginName() string
PluginParams() foundation.INSDictionary
InitWithPluginNamePluginParamsTagUUIDParentNodeMetadataIsCache(name objectivec.IObject, params objectivec.IObject, tag objectivec.IObject, uid objectivec.IObject, node objectivec.IObject, metadata objectivec.IObject, cache bool) PluginDiskImageGraphNode
}
An interface definition for the PluginDiskImageGraphNode class.
Methods ¶
- [IPluginDiskImageGraphNode.PluginName]
- [IPluginDiskImageGraphNode.PluginParams]
- [IPluginDiskImageGraphNode.InitWithPluginNamePluginParamsTagUUIDParentNodeMetadataIsCache]
See: https://developer.apple.com/documentation/DiskImages2/PluginDiskImageGraphNode
type IQuarantineFileHandler ¶ added in v0.5.0
type IQuarantineFileHandler interface {
objectivec.IObject
ApplyMountPointsWithBSDNameError(bSDName objectivec.IObject) (bool, error)
CheckErrorWithQtnInitResultError(result int) (bool, error)
GetFileInfoWithError() (objectivec.IObject, error)
IsQuarantined() bool
QtFile() objectivec.IObject
SetQtFile(value objectivec.IObject)
InitWithBackendError(backend objectivec.IObject) (QuarantineFileHandler, error)
InitWithFDError(fd int) (QuarantineFileHandler, error)
InitWithFlagError(flag uint32) (QuarantineFileHandler, error)
}
An interface definition for the QuarantineFileHandler class.
Methods ¶
- [IQuarantineFileHandler.ApplyMountPointsWithBSDNameError]
- [IQuarantineFileHandler.CheckErrorWithQtnInitResultError]
- [IQuarantineFileHandler.GetFileInfoWithError]
- [IQuarantineFileHandler.IsQuarantined]
- [IQuarantineFileHandler.QtFile]
- [IQuarantineFileHandler.SetQtFile]
- [IQuarantineFileHandler.InitWithBackendError]
- [IQuarantineFileHandler.InitWithFDError]
- [IQuarantineFileHandler.InitWithFlagError]
See: https://developer.apple.com/documentation/DiskImages2/QuarantineFileHandler
type IRamXPC ¶ added in v0.5.0
type IRamXPC interface {
IBackendXPC
CreateRamBackend()
InitWithSize(size uint64) RamXPC
}
An interface definition for the RamXPC class.
Methods ¶
- [IRamXPC.CreateRamBackend]
- [IRamXPC.InitWithSize]
See: https://developer.apple.com/documentation/DiskImages2/RamXPC
type IReadSynchronizerBackendXPC ¶ added in v0.5.0
type IReadSynchronizerBackendXPC interface {
IBackendXPC
BaseBackendXPC() IBackendXPC
InitWithBackend(backend objectivec.IObject) ReadSynchronizerBackendXPC
}
An interface definition for the ReadSynchronizerBackendXPC class.
Methods ¶
- [IReadSynchronizerBackendXPC.BaseBackendXPC]
- [IReadSynchronizerBackendXPC.InitWithBackend]
See: https://developer.apple.com/documentation/DiskImages2/ReadSynchronizerBackendXPC
type ISerializedDiskImageGraph ¶ added in v0.5.0
type ISerializedDiskImageGraph interface {
IDiskImageGraph
PstackURL() foundation.INSURL
InitWithBaseImageURLPstackURLTagError(url foundation.INSURL, url2 foundation.INSURL, tag objectivec.IObject) (SerializedDiskImageGraph, error)
InitWithGraphDBPstackURLError(db objectivec.IObject, url foundation.INSURL) (SerializedDiskImageGraph, error)
InitWithPluginNamePluginParamsPstackURLTagError(name objectivec.IObject, params objectivec.IObject, url foundation.INSURL, tag objectivec.IObject) (SerializedDiskImageGraph, error)
}
An interface definition for the SerializedDiskImageGraph class.
Methods ¶
- [ISerializedDiskImageGraph.PstackURL]
- [ISerializedDiskImageGraph.InitWithBaseImageURLPstackURLTagError]
- [ISerializedDiskImageGraph.InitWithGraphDBPstackURLError]
- [ISerializedDiskImageGraph.InitWithPluginNamePluginParamsPstackURLTagError]
See: https://developer.apple.com/documentation/DiskImages2/SerializedDiskImageGraph
type ISparseBundleBackendXPC ¶ added in v0.5.0
type ISparseBundleBackendXPC interface {
IBackendXPC
InitWithURLFileOpenFlags(url foundation.INSURL, flags int) SparseBundleBackendXPC
InitWithURLFileOpenFlagsBandSize(url foundation.INSURL, flags int, size uint64) SparseBundleBackendXPC
}
An interface definition for the SparseBundleBackendXPC class.
Methods ¶
- [ISparseBundleBackendXPC.InitWithURLFileOpenFlags]
- [ISparseBundleBackendXPC.InitWithURLFileOpenFlagsBandSize]
See: https://developer.apple.com/documentation/DiskImages2/SparseBundleBackendXPC
type KNOXBackendXPC ¶ added in v0.5.0
type KNOXBackendXPC struct {
BackendXPC
}
Methods ¶
See: https://developer.apple.com/documentation/DiskImages2/KNOXBackendXPC
func KNOXBackendXPCFromID ¶ added in v0.5.0
func KNOXBackendXPCFromID(id objc.ID) KNOXBackendXPC
KNOXBackendXPCFromID constructs a KNOXBackendXPC from an objc.ID.
func NewKNOXBackendXPC ¶ added in v0.5.0
func NewKNOXBackendXPC() KNOXBackendXPC
NewKNOXBackendXPC creates a new KNOXBackendXPC instance.
func NewKNOXBackendXPCWithCoder ¶ added in v0.5.0
func NewKNOXBackendXPCWithCoder(coder objectivec.IObject) KNOXBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/KNOXBackendXPC/initWithCoder:
func NewKNOXBackendXPCWithURLKey ¶ added in v0.5.0
func NewKNOXBackendXPCWithURLKey(url foundation.INSURL, key unsafe.Pointer) KNOXBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/KNOXBackendXPC/initWithURL:key:
func (KNOXBackendXPC) Autorelease ¶ added in v0.5.0
func (k KNOXBackendXPC) Autorelease() KNOXBackendXPC
Autorelease adds the receiver to the current autorelease pool.
func (KNOXBackendXPC) Init ¶ added in v0.5.0
func (k KNOXBackendXPC) Init() KNOXBackendXPC
Init initializes the instance.
func (KNOXBackendXPC) InitWithURLKey ¶ added in v0.5.0
func (k KNOXBackendXPC) InitWithURLKey(url foundation.INSURL, key unsafe.Pointer) KNOXBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/KNOXBackendXPC/initWithURL:key:
func (KNOXBackendXPC) Key ¶ added in v0.5.0
func (k KNOXBackendXPC) Key() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/KNOXBackendXPC/key
func (KNOXBackendXPC) SetURL ¶ added in v0.5.0
func (k KNOXBackendXPC) SetURL(value IDIURL)
func (KNOXBackendXPC) URL ¶ added in v0.5.0
func (k KNOXBackendXPC) URL() IDIURL
See: https://developer.apple.com/documentation/DiskImages2/KNOXBackendXPC/URL
type KNOXBackendXPCClass ¶ added in v0.5.0
type KNOXBackendXPCClass struct {
// contains filtered or unexported fields
}
func GetKNOXBackendXPCClass ¶ added in v0.5.0
func GetKNOXBackendXPCClass() KNOXBackendXPCClass
GetKNOXBackendXPCClass returns the class object for KNOXBackendXPC.
func (KNOXBackendXPCClass) Alloc ¶ added in v0.5.0
func (kc KNOXBackendXPCClass) Alloc() KNOXBackendXPC
Alloc allocates memory for a new instance of the class.
func (KNOXBackendXPCClass) Class ¶ added in v0.5.0
func (kc KNOXBackendXPCClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type MKDIDevice ¶ added in v0.5.0
type MKDIDevice struct {
objectivec.Object
}
Methods ¶
- MKDIDevice.BlockSize
- MKDIDevice.MediaRef
- MKDIDevice.PartitionDiskWithGPTTypeIDError
- MKDIDevice.ResizeDataPartitionWithPartitionUUIDPartitionNumBlocksError
- MKDIDevice.UpdatePartitionMapWithError
- MKDIDevice.InitWithBSDNameNumBlocksBlockSizeError
See: https://developer.apple.com/documentation/DiskImages2/MKDIDevice
func MKDIDeviceFromID ¶ added in v0.5.0
func MKDIDeviceFromID(id objc.ID) MKDIDevice
MKDIDeviceFromID constructs a MKDIDevice from an objc.ID.
func NewMKDIDevice ¶ added in v0.5.0
func NewMKDIDevice() MKDIDevice
NewMKDIDevice creates a new MKDIDevice instance.
func NewMKDIDeviceWithBSDNameNumBlocksBlockSizeError ¶ added in v0.5.0
func NewMKDIDeviceWithBSDNameNumBlocksBlockSizeError(bSDName objectivec.IObject, blocks uint64, size int) (MKDIDevice, error)
func (MKDIDevice) Autorelease ¶ added in v0.5.0
func (m MKDIDevice) Autorelease() MKDIDevice
Autorelease adds the receiver to the current autorelease pool.
func (MKDIDevice) BlockSize ¶ added in v0.5.0
func (m MKDIDevice) BlockSize() int
See: https://developer.apple.com/documentation/DiskImages2/MKDIDevice/blockSize
func (MKDIDevice) Init ¶ added in v0.5.0
func (m MKDIDevice) Init() MKDIDevice
Init initializes the instance.
func (MKDIDevice) InitWithBSDNameNumBlocksBlockSizeError ¶ added in v0.5.0
func (m MKDIDevice) InitWithBSDNameNumBlocksBlockSizeError(bSDName objectivec.IObject, blocks uint64, size int) (MKDIDevice, error)
func (MKDIDevice) MediaRef ¶ added in v0.5.0
func (m MKDIDevice) MediaRef() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/MKDIDevice/mediaRef
func (MKDIDevice) PartitionDiskWithGPTTypeIDError ¶ added in v0.5.0
func (m MKDIDevice) PartitionDiskWithGPTTypeIDError(id uint64) (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/MKDIDevice/partitionDiskWithGPTTypeID:error:
func (MKDIDevice) ResizeDataPartitionWithPartitionUUIDPartitionNumBlocksError ¶ added in v0.5.0
func (m MKDIDevice) ResizeDataPartitionWithPartitionUUIDPartitionNumBlocksError(uuid objectivec.IObject, blocks uint64) (bool, error)
func (MKDIDevice) UpdatePartitionMapWithError ¶ added in v0.5.0
func (m MKDIDevice) UpdatePartitionMapWithError() (bool, error)
See: https://developer.apple.com/documentation/DiskImages2/MKDIDevice/updatePartitionMapWithError:
type MKDIDeviceClass ¶ added in v0.5.0
type MKDIDeviceClass struct {
// contains filtered or unexported fields
}
func GetMKDIDeviceClass ¶ added in v0.5.0
func GetMKDIDeviceClass() MKDIDeviceClass
GetMKDIDeviceClass returns the class object for MKDIDevice.
func (MKDIDeviceClass) Alloc ¶ added in v0.5.0
func (mc MKDIDeviceClass) Alloc() MKDIDevice
Alloc allocates memory for a new instance of the class.
func (MKDIDeviceClass) Class ¶ added in v0.5.0
func (mc MKDIDeviceClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type NSCoding ¶ added in v0.5.0
type NSCoding interface {
objectivec.IObject
}
NSCoding protocol.
See: https://developer.apple.com/documentation/DiskImages2/NSCoding
type NSCodingObject ¶ added in v0.5.0
type NSCodingObject struct {
objectivec.Object
}
NSCodingObject wraps an existing Objective-C object that conforms to the NSCoding protocol.
func NSCodingObjectFromID ¶ added in v0.5.0
func NSCodingObjectFromID(id objc.ID) NSCodingObject
NSCodingObjectFromID constructs a NSCodingObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (NSCodingObject) BaseObject ¶ added in v0.5.0
func (o NSCodingObject) BaseObject() objectivec.Object
func (NSCodingObject) EncodeWithCoder ¶ added in v0.5.0
func (o NSCodingObject) EncodeWithCoder(coder objectivec.IObject)
See: https://developer.apple.com/documentation/DiskImages2/NSCoding/encodeWithCoder:
type NSSecureCoding ¶ added in v0.5.0
type NSSecureCoding interface {
objectivec.IObject
// SupportsSecureCoding protocol.
//
// See: https://developer.apple.com/documentation/DiskImages2/NSSecureCoding/supportsSecureCoding
SupportsSecureCoding() bool
}
NSSecureCoding protocol.
See: https://developer.apple.com/documentation/DiskImages2/NSSecureCoding
type NSSecureCodingObject ¶ added in v0.5.0
type NSSecureCodingObject struct {
objectivec.Object
}
NSSecureCodingObject wraps an existing Objective-C object that conforms to the NSSecureCoding protocol.
func NSSecureCodingObjectFromID ¶ added in v0.5.0
func NSSecureCodingObjectFromID(id objc.ID) NSSecureCodingObject
NSSecureCodingObjectFromID constructs a NSSecureCodingObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (NSSecureCodingObject) BaseObject ¶ added in v0.5.0
func (o NSSecureCodingObject) BaseObject() objectivec.Object
func (NSSecureCodingObject) SupportsSecureCoding ¶ added in v0.5.0
func (o NSSecureCodingObject) SupportsSecureCoding() bool
See: https://developer.apple.com/documentation/DiskImages2/NSSecureCoding/supportsSecureCoding
type NSXPCListenerDelegate ¶ added in v0.5.0
type NSXPCListenerDelegate interface {
objectivec.IObject
}
NSXPCListenerDelegate protocol.
See: https://developer.apple.com/documentation/DiskImages2/NSXPCListenerDelegate
type NSXPCListenerDelegateObject ¶ added in v0.5.0
type NSXPCListenerDelegateObject struct {
objectivec.Object
}
NSXPCListenerDelegateObject wraps an existing Objective-C object that conforms to the NSXPCListenerDelegate protocol.
func NSXPCListenerDelegateObjectFromID ¶ added in v0.5.0
func NSXPCListenerDelegateObjectFromID(id objc.ID) NSXPCListenerDelegateObject
NSXPCListenerDelegateObjectFromID constructs a NSXPCListenerDelegateObject from an objc.ID. The object is determined to conform to the protocol at runtime.
func (NSXPCListenerDelegateObject) BaseObject ¶ added in v0.5.0
func (o NSXPCListenerDelegateObject) BaseObject() objectivec.Object
func (NSXPCListenerDelegateObject) ListenerShouldAcceptNewConnection ¶ added in v0.5.0
func (o NSXPCListenerDelegateObject) ListenerShouldAcceptNewConnection(listener objectivec.IObject, connection objectivec.IObject) bool
type NativeDiskImageGraphNode ¶ added in v0.5.0
type NativeDiskImageGraphNode struct {
DiskImageGraphNode
}
Methods ¶
- NativeDiskImageGraphNode.FilePath
- NativeDiskImageGraphNode.InitWithURLTagUUIDParentNodeMetadataIsCache
See: https://developer.apple.com/documentation/DiskImages2/NativeDiskImageGraphNode
func NativeDiskImageGraphNodeFromID ¶ added in v0.5.0
func NativeDiskImageGraphNodeFromID(id objc.ID) NativeDiskImageGraphNode
NativeDiskImageGraphNodeFromID constructs a NativeDiskImageGraphNode from an objc.ID.
func NewNativeDiskImageGraphNode ¶ added in v0.5.0
func NewNativeDiskImageGraphNode() NativeDiskImageGraphNode
NewNativeDiskImageGraphNode creates a new NativeDiskImageGraphNode instance.
func NewNativeDiskImageGraphNodeWithDictionaryWorkDirError ¶ added in v0.5.0
func NewNativeDiskImageGraphNodeWithDictionaryWorkDirError(dictionary objectivec.IObject, dir objectivec.IObject) (NativeDiskImageGraphNode, error)
func NewNativeDiskImageGraphNodeWithTagUUIDParentNodeMetadataIsCache ¶ added in v0.5.0
func NewNativeDiskImageGraphNodeWithTagUUIDParentNodeMetadataIsCache(tag objectivec.IObject, uid objectivec.IObject, node objectivec.IObject, metadata objectivec.IObject, cache bool) NativeDiskImageGraphNode
func NewNativeDiskImageGraphNodeWithURLTagUUIDParentNodeMetadataIsCache ¶ added in v0.5.0
func NewNativeDiskImageGraphNodeWithURLTagUUIDParentNodeMetadataIsCache(url foundation.INSURL, tag objectivec.IObject, uid objectivec.IObject, node objectivec.IObject, metadata objectivec.IObject, cache bool) NativeDiskImageGraphNode
func (NativeDiskImageGraphNode) Autorelease ¶ added in v0.5.0
func (n NativeDiskImageGraphNode) Autorelease() NativeDiskImageGraphNode
Autorelease adds the receiver to the current autorelease pool.
func (NativeDiskImageGraphNode) FilePath ¶ added in v0.5.0
func (n NativeDiskImageGraphNode) FilePath() foundation.INSURL
See: https://developer.apple.com/documentation/DiskImages2/NativeDiskImageGraphNode/filePath
func (NativeDiskImageGraphNode) Init ¶ added in v0.5.0
func (n NativeDiskImageGraphNode) Init() NativeDiskImageGraphNode
Init initializes the instance.
func (NativeDiskImageGraphNode) InitWithURLTagUUIDParentNodeMetadataIsCache ¶ added in v0.5.0
func (n NativeDiskImageGraphNode) InitWithURLTagUUIDParentNodeMetadataIsCache(url foundation.INSURL, tag objectivec.IObject, uid objectivec.IObject, node objectivec.IObject, metadata objectivec.IObject, cache bool) NativeDiskImageGraphNode
type NativeDiskImageGraphNodeClass ¶ added in v0.5.0
type NativeDiskImageGraphNodeClass struct {
// contains filtered or unexported fields
}
func GetNativeDiskImageGraphNodeClass ¶ added in v0.5.0
func GetNativeDiskImageGraphNodeClass() NativeDiskImageGraphNodeClass
GetNativeDiskImageGraphNodeClass returns the class object for NativeDiskImageGraphNode.
func (NativeDiskImageGraphNodeClass) Alloc ¶ added in v0.5.0
func (nc NativeDiskImageGraphNodeClass) Alloc() NativeDiskImageGraphNode
Alloc allocates memory for a new instance of the class.
func (NativeDiskImageGraphNodeClass) Class ¶ added in v0.5.0
func (nc NativeDiskImageGraphNodeClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type PluginBackendXPC ¶ added in v0.5.0
type PluginBackendXPC struct {
BackendXPC
}
Methods ¶
See: https://developer.apple.com/documentation/DiskImages2/PluginBackendXPC
func NewPluginBackendXPC ¶ added in v0.5.0
func NewPluginBackendXPC() PluginBackendXPC
NewPluginBackendXPC creates a new PluginBackendXPC instance.
func NewPluginBackendXPCWithCoder ¶ added in v0.5.0
func NewPluginBackendXPCWithCoder(coder objectivec.IObject) PluginBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/PluginBackendXPC/initWithCoder:
func NewPluginBackendXPCWithURLOpenMode ¶ added in v0.5.0
func NewPluginBackendXPCWithURLOpenMode(url foundation.INSURL, mode int) PluginBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/PluginBackendXPC/initWithURL:openMode:
func PluginBackendXPCFromID ¶ added in v0.5.0
func PluginBackendXPCFromID(id objc.ID) PluginBackendXPC
PluginBackendXPCFromID constructs a PluginBackendXPC from an objc.ID.
func (PluginBackendXPC) Autorelease ¶ added in v0.5.0
func (p PluginBackendXPC) Autorelease() PluginBackendXPC
Autorelease adds the receiver to the current autorelease pool.
func (PluginBackendXPC) Init ¶ added in v0.5.0
func (p PluginBackendXPC) Init() PluginBackendXPC
Init initializes the instance.
func (PluginBackendXPC) InitWithURLOpenMode ¶ added in v0.5.0
func (p PluginBackendXPC) InitWithURLOpenMode(url foundation.INSURL, mode int) PluginBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/PluginBackendXPC/initWithURL:openMode:
func (PluginBackendXPC) PluginHeader ¶ added in v0.5.0
func (p PluginBackendXPC) PluginHeader() unsafe.Pointer
See: https://developer.apple.com/documentation/DiskImages2/PluginBackendXPC/pluginHeader
func (PluginBackendXPC) URL ¶ added in v0.5.0
func (p PluginBackendXPC) URL() IDIURL
See: https://developer.apple.com/documentation/DiskImages2/PluginBackendXPC/URL
type PluginBackendXPCClass ¶ added in v0.5.0
type PluginBackendXPCClass struct {
// contains filtered or unexported fields
}
func GetPluginBackendXPCClass ¶ added in v0.5.0
func GetPluginBackendXPCClass() PluginBackendXPCClass
GetPluginBackendXPCClass returns the class object for PluginBackendXPC.
func (PluginBackendXPCClass) Alloc ¶ added in v0.5.0
func (pc PluginBackendXPCClass) Alloc() PluginBackendXPC
Alloc allocates memory for a new instance of the class.
func (PluginBackendXPCClass) Class ¶ added in v0.5.0
func (pc PluginBackendXPCClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type PluginDiskImageGraphNode ¶ added in v0.5.0
type PluginDiskImageGraphNode struct {
DiskImageGraphNode
}
Methods ¶
- PluginDiskImageGraphNode.PluginName
- PluginDiskImageGraphNode.PluginParams
- PluginDiskImageGraphNode.InitWithPluginNamePluginParamsTagUUIDParentNodeMetadataIsCache
See: https://developer.apple.com/documentation/DiskImages2/PluginDiskImageGraphNode
func NewPluginDiskImageGraphNode ¶ added in v0.5.0
func NewPluginDiskImageGraphNode() PluginDiskImageGraphNode
NewPluginDiskImageGraphNode creates a new PluginDiskImageGraphNode instance.
func NewPluginDiskImageGraphNodeWithDictionaryWorkDirError ¶ added in v0.5.0
func NewPluginDiskImageGraphNodeWithDictionaryWorkDirError(dictionary objectivec.IObject, dir objectivec.IObject) (PluginDiskImageGraphNode, error)
func NewPluginDiskImageGraphNodeWithPluginNamePluginParamsTagUUIDParentNodeMetadataIsCache ¶ added in v0.5.0
func NewPluginDiskImageGraphNodeWithPluginNamePluginParamsTagUUIDParentNodeMetadataIsCache(name objectivec.IObject, params objectivec.IObject, tag objectivec.IObject, uid objectivec.IObject, node objectivec.IObject, metadata objectivec.IObject, cache bool) PluginDiskImageGraphNode
func NewPluginDiskImageGraphNodeWithTagUUIDParentNodeMetadataIsCache ¶ added in v0.5.0
func NewPluginDiskImageGraphNodeWithTagUUIDParentNodeMetadataIsCache(tag objectivec.IObject, uid objectivec.IObject, node objectivec.IObject, metadata objectivec.IObject, cache bool) PluginDiskImageGraphNode
func PluginDiskImageGraphNodeFromID ¶ added in v0.5.0
func PluginDiskImageGraphNodeFromID(id objc.ID) PluginDiskImageGraphNode
PluginDiskImageGraphNodeFromID constructs a PluginDiskImageGraphNode from an objc.ID.
func (PluginDiskImageGraphNode) Autorelease ¶ added in v0.5.0
func (p PluginDiskImageGraphNode) Autorelease() PluginDiskImageGraphNode
Autorelease adds the receiver to the current autorelease pool.
func (PluginDiskImageGraphNode) Init ¶ added in v0.5.0
func (p PluginDiskImageGraphNode) Init() PluginDiskImageGraphNode
Init initializes the instance.
func (PluginDiskImageGraphNode) InitWithPluginNamePluginParamsTagUUIDParentNodeMetadataIsCache ¶ added in v0.5.0
func (p PluginDiskImageGraphNode) InitWithPluginNamePluginParamsTagUUIDParentNodeMetadataIsCache(name objectivec.IObject, params objectivec.IObject, tag objectivec.IObject, uid objectivec.IObject, node objectivec.IObject, metadata objectivec.IObject, cache bool) PluginDiskImageGraphNode
func (PluginDiskImageGraphNode) PluginName ¶ added in v0.5.0
func (p PluginDiskImageGraphNode) PluginName() string
See: https://developer.apple.com/documentation/DiskImages2/PluginDiskImageGraphNode/pluginName
func (PluginDiskImageGraphNode) PluginParams ¶ added in v0.5.0
func (p PluginDiskImageGraphNode) PluginParams() foundation.INSDictionary
See: https://developer.apple.com/documentation/DiskImages2/PluginDiskImageGraphNode/pluginParams
type PluginDiskImageGraphNodeClass ¶ added in v0.5.0
type PluginDiskImageGraphNodeClass struct {
// contains filtered or unexported fields
}
func GetPluginDiskImageGraphNodeClass ¶ added in v0.5.0
func GetPluginDiskImageGraphNodeClass() PluginDiskImageGraphNodeClass
GetPluginDiskImageGraphNodeClass returns the class object for PluginDiskImageGraphNode.
func (PluginDiskImageGraphNodeClass) Alloc ¶ added in v0.5.0
func (pc PluginDiskImageGraphNodeClass) Alloc() PluginDiskImageGraphNode
Alloc allocates memory for a new instance of the class.
func (PluginDiskImageGraphNodeClass) Class ¶ added in v0.5.0
func (pc PluginDiskImageGraphNodeClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type QuarantineFileHandler ¶ added in v0.5.0
type QuarantineFileHandler struct {
objectivec.Object
}
Methods ¶
- QuarantineFileHandler.ApplyMountPointsWithBSDNameError
- QuarantineFileHandler.CheckErrorWithQtnInitResultError
- QuarantineFileHandler.GetFileInfoWithError
- QuarantineFileHandler.IsQuarantined
- QuarantineFileHandler.QtFile
- QuarantineFileHandler.SetQtFile
- QuarantineFileHandler.InitWithBackendError
- QuarantineFileHandler.InitWithFDError
- QuarantineFileHandler.InitWithFlagError
See: https://developer.apple.com/documentation/DiskImages2/QuarantineFileHandler
func NewQuarantineFileHandler ¶ added in v0.5.0
func NewQuarantineFileHandler() QuarantineFileHandler
NewQuarantineFileHandler creates a new QuarantineFileHandler instance.
func NewQuarantineFileHandlerWithBackendError ¶ added in v0.5.0
func NewQuarantineFileHandlerWithBackendError(backend objectivec.IObject) (QuarantineFileHandler, error)
See: https://developer.apple.com/documentation/DiskImages2/QuarantineFileHandler/initWithBackend:error:
func NewQuarantineFileHandlerWithFDError ¶ added in v0.5.0
func NewQuarantineFileHandlerWithFDError(fd int) (QuarantineFileHandler, error)
See: https://developer.apple.com/documentation/DiskImages2/QuarantineFileHandler/initWithFD:error:
func NewQuarantineFileHandlerWithFlagError ¶ added in v0.5.0
func NewQuarantineFileHandlerWithFlagError(flag uint32) (QuarantineFileHandler, error)
See: https://developer.apple.com/documentation/DiskImages2/QuarantineFileHandler/initWithFlag:error:
func QuarantineFileHandlerFromID ¶ added in v0.5.0
func QuarantineFileHandlerFromID(id objc.ID) QuarantineFileHandler
QuarantineFileHandlerFromID constructs a QuarantineFileHandler from an objc.ID.
func (QuarantineFileHandler) ApplyMountPointsWithBSDNameError ¶ added in v0.5.0
func (q QuarantineFileHandler) ApplyMountPointsWithBSDNameError(bSDName objectivec.IObject) (bool, error)
func (QuarantineFileHandler) Autorelease ¶ added in v0.5.0
func (q QuarantineFileHandler) Autorelease() QuarantineFileHandler
Autorelease adds the receiver to the current autorelease pool.
func (QuarantineFileHandler) CheckErrorWithQtnInitResultError ¶ added in v0.5.0
func (q QuarantineFileHandler) CheckErrorWithQtnInitResultError(result int) (bool, error)
func (QuarantineFileHandler) GetFileInfoWithError ¶ added in v0.5.0
func (q QuarantineFileHandler) GetFileInfoWithError() (objectivec.IObject, error)
See: https://developer.apple.com/documentation/DiskImages2/QuarantineFileHandler/getFileInfoWithError:
func (QuarantineFileHandler) Init ¶ added in v0.5.0
func (q QuarantineFileHandler) Init() QuarantineFileHandler
Init initializes the instance.
func (QuarantineFileHandler) InitWithBackendError ¶ added in v0.5.0
func (q QuarantineFileHandler) InitWithBackendError(backend objectivec.IObject) (QuarantineFileHandler, error)
See: https://developer.apple.com/documentation/DiskImages2/QuarantineFileHandler/initWithBackend:error:
func (QuarantineFileHandler) InitWithFDError ¶ added in v0.5.0
func (q QuarantineFileHandler) InitWithFDError(fd int) (QuarantineFileHandler, error)
See: https://developer.apple.com/documentation/DiskImages2/QuarantineFileHandler/initWithFD:error:
func (QuarantineFileHandler) InitWithFlagError ¶ added in v0.5.0
func (q QuarantineFileHandler) InitWithFlagError(flag uint32) (QuarantineFileHandler, error)
See: https://developer.apple.com/documentation/DiskImages2/QuarantineFileHandler/initWithFlag:error:
func (QuarantineFileHandler) IsQuarantined ¶ added in v0.5.0
func (q QuarantineFileHandler) IsQuarantined() bool
See: https://developer.apple.com/documentation/DiskImages2/QuarantineFileHandler/isQuarantined
func (QuarantineFileHandler) QtFile ¶ added in v0.5.0
func (q QuarantineFileHandler) QtFile() objectivec.IObject
See: https://developer.apple.com/documentation/DiskImages2/QuarantineFileHandler/qtFile
func (QuarantineFileHandler) SetQtFile ¶ added in v0.5.0
func (q QuarantineFileHandler) SetQtFile(value objectivec.IObject)
type QuarantineFileHandlerClass ¶ added in v0.5.0
type QuarantineFileHandlerClass struct {
// contains filtered or unexported fields
}
func GetQuarantineFileHandlerClass ¶ added in v0.5.0
func GetQuarantineFileHandlerClass() QuarantineFileHandlerClass
GetQuarantineFileHandlerClass returns the class object for QuarantineFileHandler.
func (QuarantineFileHandlerClass) Alloc ¶ added in v0.5.0
func (qc QuarantineFileHandlerClass) Alloc() QuarantineFileHandler
Alloc allocates memory for a new instance of the class.
func (QuarantineFileHandlerClass) Class ¶ added in v0.5.0
func (qc QuarantineFileHandlerClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type RamXPC ¶ added in v0.5.0
type RamXPC struct {
BackendXPC
}
Methods ¶
See: https://developer.apple.com/documentation/DiskImages2/RamXPC
func NewRamXPCWithCoder ¶ added in v0.5.0
func NewRamXPCWithCoder(coder objectivec.IObject) RamXPC
See: https://developer.apple.com/documentation/DiskImages2/RamXPC/initWithCoder:
func NewRamXPCWithSize ¶ added in v0.5.0
See: https://developer.apple.com/documentation/DiskImages2/RamXPC/initWithSize:
func RamXPCFromID ¶ added in v0.5.0
RamXPCFromID constructs a RamXPC from an objc.ID.
func (RamXPC) Autorelease ¶ added in v0.5.0
Autorelease adds the receiver to the current autorelease pool.
func (RamXPC) CreateRamBackend ¶ added in v0.5.0
func (r RamXPC) CreateRamBackend()
See: https://developer.apple.com/documentation/DiskImages2/RamXPC/createRamBackend
func (RamXPC) InitWithSize ¶ added in v0.5.0
See: https://developer.apple.com/documentation/DiskImages2/RamXPC/initWithSize:
type RamXPCClass ¶ added in v0.5.0
type RamXPCClass struct {
// contains filtered or unexported fields
}
func GetRamXPCClass ¶ added in v0.5.0
func GetRamXPCClass() RamXPCClass
GetRamXPCClass returns the class object for RamXPC.
func (RamXPCClass) Alloc ¶ added in v0.5.0
func (rc RamXPCClass) Alloc() RamXPC
Alloc allocates memory for a new instance of the class.
func (RamXPCClass) Class ¶ added in v0.5.0
func (rc RamXPCClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type ReadSynchronizerBackendXPC ¶ added in v0.5.0
type ReadSynchronizerBackendXPC struct {
BackendXPC
}
Methods ¶
See: https://developer.apple.com/documentation/DiskImages2/ReadSynchronizerBackendXPC
func NewReadSynchronizerBackendXPC ¶ added in v0.5.0
func NewReadSynchronizerBackendXPC() ReadSynchronizerBackendXPC
NewReadSynchronizerBackendXPC creates a new ReadSynchronizerBackendXPC instance.
func NewReadSynchronizerBackendXPCWithBackend ¶ added in v0.5.0
func NewReadSynchronizerBackendXPCWithBackend(backend objectivec.IObject) ReadSynchronizerBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/ReadSynchronizerBackendXPC/initWithBackend:
func NewReadSynchronizerBackendXPCWithCoder ¶ added in v0.5.0
func NewReadSynchronizerBackendXPCWithCoder(coder objectivec.IObject) ReadSynchronizerBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/ReadSynchronizerBackendXPC/initWithCoder:
func ReadSynchronizerBackendXPCFromID ¶ added in v0.5.0
func ReadSynchronizerBackendXPCFromID(id objc.ID) ReadSynchronizerBackendXPC
ReadSynchronizerBackendXPCFromID constructs a ReadSynchronizerBackendXPC from an objc.ID.
func (ReadSynchronizerBackendXPC) Autorelease ¶ added in v0.5.0
func (r ReadSynchronizerBackendXPC) Autorelease() ReadSynchronizerBackendXPC
Autorelease adds the receiver to the current autorelease pool.
func (ReadSynchronizerBackendXPC) BaseBackendXPC ¶ added in v0.5.0
func (r ReadSynchronizerBackendXPC) BaseBackendXPC() IBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/ReadSynchronizerBackendXPC/baseBackendXPC
func (ReadSynchronizerBackendXPC) Init ¶ added in v0.5.0
func (r ReadSynchronizerBackendXPC) Init() ReadSynchronizerBackendXPC
Init initializes the instance.
func (ReadSynchronizerBackendXPC) InitWithBackend ¶ added in v0.5.0
func (r ReadSynchronizerBackendXPC) InitWithBackend(backend objectivec.IObject) ReadSynchronizerBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/ReadSynchronizerBackendXPC/initWithBackend:
type ReadSynchronizerBackendXPCClass ¶ added in v0.5.0
type ReadSynchronizerBackendXPCClass struct {
// contains filtered or unexported fields
}
func GetReadSynchronizerBackendXPCClass ¶ added in v0.5.0
func GetReadSynchronizerBackendXPCClass() ReadSynchronizerBackendXPCClass
GetReadSynchronizerBackendXPCClass returns the class object for ReadSynchronizerBackendXPC.
func (ReadSynchronizerBackendXPCClass) Alloc ¶ added in v0.5.0
func (rc ReadSynchronizerBackendXPCClass) Alloc() ReadSynchronizerBackendXPC
Alloc allocates memory for a new instance of the class.
func (ReadSynchronizerBackendXPCClass) Class ¶ added in v0.5.0
func (rc ReadSynchronizerBackendXPCClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
type SerializedDiskImageGraph ¶ added in v0.5.0
type SerializedDiskImageGraph struct {
DiskImageGraph
}
Methods ¶
- SerializedDiskImageGraph.PstackURL
- SerializedDiskImageGraph.InitWithBaseImageURLPstackURLTagError
- SerializedDiskImageGraph.InitWithGraphDBPstackURLError
- SerializedDiskImageGraph.InitWithPluginNamePluginParamsPstackURLTagError
See: https://developer.apple.com/documentation/DiskImages2/SerializedDiskImageGraph
func NewSerializedDiskImageGraph ¶ added in v0.5.0
func NewSerializedDiskImageGraph() SerializedDiskImageGraph
NewSerializedDiskImageGraph creates a new SerializedDiskImageGraph instance.
func NewSerializedDiskImageGraphWithBaseImageURLNewPstackURLTagError ¶ added in v0.5.0
func NewSerializedDiskImageGraphWithBaseImageURLNewPstackURLTagError(url foundation.INSURL, url2 foundation.INSURL, tag objectivec.IObject) (SerializedDiskImageGraph, error)
func NewSerializedDiskImageGraphWithBaseImageURLPstackURLTagError ¶ added in v0.5.0
func NewSerializedDiskImageGraphWithBaseImageURLPstackURLTagError(url foundation.INSURL, url2 foundation.INSURL, tag objectivec.IObject) (SerializedDiskImageGraph, error)
func NewSerializedDiskImageGraphWithBaseImageURLTagError ¶ added in v0.5.0
func NewSerializedDiskImageGraphWithBaseImageURLTagError(url foundation.INSURL, tag objectivec.IObject) (SerializedDiskImageGraph, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/initWithBaseImageURL:tag:error:
func NewSerializedDiskImageGraphWithGraphDBError ¶ added in v0.5.0
func NewSerializedDiskImageGraphWithGraphDBError(db objectivec.IObject) (SerializedDiskImageGraph, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/initWithGraphDB:error:
func NewSerializedDiskImageGraphWithGraphDBPstackURLError ¶ added in v0.5.0
func NewSerializedDiskImageGraphWithGraphDBPstackURLError(db objectivec.IObject, url foundation.INSURL) (SerializedDiskImageGraph, error)
func NewSerializedDiskImageGraphWithGraphDBWorkDirError ¶ added in v0.5.0
func NewSerializedDiskImageGraphWithGraphDBWorkDirError(db objectivec.IObject, dir objectivec.IObject) (SerializedDiskImageGraph, error)
See: https://developer.apple.com/documentation/DiskImages2/DiskImageGraph/initWithGraphDB:workDir:error:
func NewSerializedDiskImageGraphWithPluginNamePluginParamsPstackURLTagError ¶ added in v0.5.0
func NewSerializedDiskImageGraphWithPluginNamePluginParamsPstackURLTagError(name objectivec.IObject, params objectivec.IObject, url foundation.INSURL, tag objectivec.IObject) (SerializedDiskImageGraph, error)
func NewSerializedDiskImageGraphWithPluginNamePluginParamsTagError ¶ added in v0.5.0
func NewSerializedDiskImageGraphWithPluginNamePluginParamsTagError(name objectivec.IObject, params objectivec.IObject, tag objectivec.IObject) (SerializedDiskImageGraph, error)
func NewSerializedDiskImageGraphWithPstackURLError ¶ added in v0.5.0
func NewSerializedDiskImageGraphWithPstackURLError(url foundation.INSURL) (SerializedDiskImageGraph, error)
func SerializedDiskImageGraphFromID ¶ added in v0.5.0
func SerializedDiskImageGraphFromID(id objc.ID) SerializedDiskImageGraph
SerializedDiskImageGraphFromID constructs a SerializedDiskImageGraph from an objc.ID.
func (SerializedDiskImageGraph) Autorelease ¶ added in v0.5.0
func (s SerializedDiskImageGraph) Autorelease() SerializedDiskImageGraph
Autorelease adds the receiver to the current autorelease pool.
func (SerializedDiskImageGraph) Init ¶ added in v0.5.0
func (s SerializedDiskImageGraph) Init() SerializedDiskImageGraph
Init initializes the instance.
func (SerializedDiskImageGraph) InitWithBaseImageURLPstackURLTagError ¶ added in v0.5.0
func (s SerializedDiskImageGraph) InitWithBaseImageURLPstackURLTagError(url foundation.INSURL, url2 foundation.INSURL, tag objectivec.IObject) (SerializedDiskImageGraph, error)
func (SerializedDiskImageGraph) InitWithGraphDBPstackURLError ¶ added in v0.5.0
func (s SerializedDiskImageGraph) InitWithGraphDBPstackURLError(db objectivec.IObject, url foundation.INSURL) (SerializedDiskImageGraph, error)
func (SerializedDiskImageGraph) InitWithPluginNamePluginParamsPstackURLTagError ¶ added in v0.5.0
func (s SerializedDiskImageGraph) InitWithPluginNamePluginParamsPstackURLTagError(name objectivec.IObject, params objectivec.IObject, url foundation.INSURL, tag objectivec.IObject) (SerializedDiskImageGraph, error)
func (SerializedDiskImageGraph) PstackURL ¶ added in v0.5.0
func (s SerializedDiskImageGraph) PstackURL() foundation.INSURL
See: https://developer.apple.com/documentation/DiskImages2/SerializedDiskImageGraph/pstackURL
type SerializedDiskImageGraphClass ¶ added in v0.5.0
type SerializedDiskImageGraphClass struct {
// contains filtered or unexported fields
}
func GetSerializedDiskImageGraphClass ¶ added in v0.5.0
func GetSerializedDiskImageGraphClass() SerializedDiskImageGraphClass
GetSerializedDiskImageGraphClass returns the class object for SerializedDiskImageGraph.
func (SerializedDiskImageGraphClass) Alloc ¶ added in v0.5.0
func (sc SerializedDiskImageGraphClass) Alloc() SerializedDiskImageGraph
Alloc allocates memory for a new instance of the class.
func (SerializedDiskImageGraphClass) Class ¶ added in v0.5.0
func (sc SerializedDiskImageGraphClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (SerializedDiskImageGraphClass) GetRelativeIfContainedWithChildURLParentURL ¶ added in v0.5.0
func (_SerializedDiskImageGraphClass SerializedDiskImageGraphClass) GetRelativeIfContainedWithChildURLParentURL(url foundation.INSURL, url2 foundation.INSURL) objectivec.IObject
type SparseBundleBackendXPC ¶ added in v0.5.0
type SparseBundleBackendXPC struct {
BackendXPC
}
Methods ¶
- SparseBundleBackendXPC.InitWithURLFileOpenFlags
- SparseBundleBackendXPC.InitWithURLFileOpenFlagsBandSize
See: https://developer.apple.com/documentation/DiskImages2/SparseBundleBackendXPC
func NewSparseBundleBackendXPC ¶ added in v0.5.0
func NewSparseBundleBackendXPC() SparseBundleBackendXPC
NewSparseBundleBackendXPC creates a new SparseBundleBackendXPC instance.
func NewSparseBundleBackendXPCWithCoder ¶ added in v0.5.0
func NewSparseBundleBackendXPCWithCoder(coder objectivec.IObject) SparseBundleBackendXPC
See: https://developer.apple.com/documentation/DiskImages2/SparseBundleBackendXPC/initWithCoder:
func NewSparseBundleBackendXPCWithURLFileOpenFlags ¶ added in v0.5.0
func NewSparseBundleBackendXPCWithURLFileOpenFlags(url foundation.INSURL, flags int) SparseBundleBackendXPC
func NewSparseBundleBackendXPCWithURLFileOpenFlagsBandSize ¶ added in v0.5.0
func NewSparseBundleBackendXPCWithURLFileOpenFlagsBandSize(url foundation.INSURL, flags int, size uint64) SparseBundleBackendXPC
func SparseBundleBackendXPCFromID ¶ added in v0.5.0
func SparseBundleBackendXPCFromID(id objc.ID) SparseBundleBackendXPC
SparseBundleBackendXPCFromID constructs a SparseBundleBackendXPC from an objc.ID.
func (SparseBundleBackendXPC) Autorelease ¶ added in v0.5.0
func (s SparseBundleBackendXPC) Autorelease() SparseBundleBackendXPC
Autorelease adds the receiver to the current autorelease pool.
func (SparseBundleBackendXPC) Init ¶ added in v0.5.0
func (s SparseBundleBackendXPC) Init() SparseBundleBackendXPC
Init initializes the instance.
func (SparseBundleBackendXPC) InitWithURLFileOpenFlags ¶ added in v0.5.0
func (s SparseBundleBackendXPC) InitWithURLFileOpenFlags(url foundation.INSURL, flags int) SparseBundleBackendXPC
func (SparseBundleBackendXPC) InitWithURLFileOpenFlagsBandSize ¶ added in v0.5.0
func (s SparseBundleBackendXPC) InitWithURLFileOpenFlagsBandSize(url foundation.INSURL, flags int, size uint64) SparseBundleBackendXPC
type SparseBundleBackendXPCClass ¶ added in v0.5.0
type SparseBundleBackendXPCClass struct {
// contains filtered or unexported fields
}
func GetSparseBundleBackendXPCClass ¶ added in v0.5.0
func GetSparseBundleBackendXPCClass() SparseBundleBackendXPCClass
GetSparseBundleBackendXPCClass returns the class object for SparseBundleBackendXPC.
func (SparseBundleBackendXPCClass) Alloc ¶ added in v0.5.0
func (sc SparseBundleBackendXPCClass) Alloc() SparseBundleBackendXPC
Alloc allocates memory for a new instance of the class.
func (SparseBundleBackendXPCClass) Class ¶ added in v0.5.0
func (sc SparseBundleBackendXPCClass) Class() objc.Class
Class returns the underlying Objective-C class pointer.
func (SparseBundleBackendXPCClass) IsSparseBundleWithURL ¶ added in v0.5.0
func (_SparseBundleBackendXPCClass SparseBundleBackendXPCClass) IsSparseBundleWithURL(url foundation.INSURL) bool
See: https://developer.apple.com/documentation/DiskImages2/SparseBundleBackendXPC/isSparseBundleWithURL:
type VoidHandler ¶ added in v0.5.0
type VoidHandler = func()
VoidHandler is the signature for a completion handler block.
Used by:
Source Files
¶
- aas3_download_request.gen.go
- aas3_download_session.gen.go
- aea_backend_xpc.gen.go
- backend_xpc.gen.go
- base_disk_image_creator.gen.go
- blank_disk_image_creator.gen.go
- blocks.gen.go
- coding_protocol.gen.go
- crypto_backend_xpc.gen.go
- di_attach_params.gen.go
- di_attached_device_info.gen.go
- di_base_agent_delegate.gen.go
- di_base_agent_xpc_handler.gen.go
- di_base_params.gen.go
- di_base_service_delegate.gen.go
- di_base_xpc_handler.gen.go
- di_block_device.gen.go
- di_chpass_params.gen.go
- di_client2_controller_xpc_handler.gen.go
- di_client2_io_daemon_xpc_handler.gen.go
- di_common_attach.gen.go
- di_controller2_client_delegate.gen.go
- di_controller2_client_protocol_protocol.gen.go
- di_convert_params.gen.go
- di_create_asif_params.gen.go
- di_create_params.gen.go
- di_create_raw_params.gen.go
- di_create_udsb_params.gen.go
- di_data_partition.gen.go
- di_device_handle.gen.go
- di_disk_arb.gen.go
- di_disk_arb_emulation.gen.go
- di_encryption_chpass.gen.go
- di_encryption_creator.gen.go
- di_encryption_frontend.gen.go
- di_encryption_unlocker.gen.go
- di_error.gen.go
- di_helpers.gen.go
- di_image_handle.gen.go
- di_image_info_params.gen.go
- di_key_retriever.gen.go
- di_open_params.gen.go
- di_resize_params.gen.go
- di_shadow_chain.gen.go
- di_shadow_node.gen.go
- di_stack_params.gen.go
- di_stat_fs.gen.go
- di_stats_params.gen.go
- di_temporary_passphrase.gen.go
- di_user_data_params.gen.go
- di_verify_params.gen.go
- diapfs_partition.gen.go
- diio_iterator.gen.go
- diio_media.gen.go
- diio_object.gen.go
- disk_image_creator_from_device.gen.go
- disk_image_creator_from_folder.gen.go
- disk_image_graph.gen.go
- disk_image_graph_node.gen.go
- disk_image_params_asif_xpc.gen.go
- disk_image_params_locked_xpc.gen.go
- disk_image_params_plugin_xpc.gen.go
- disk_image_params_ram_xpc.gen.go
- disk_image_params_raw_xpc.gen.go
- disk_image_params_sparse_bundle_xpc.gen.go
- disk_image_params_udif_xpc.gen.go
- disk_image_params_xpc.gen.go
- diurl.gen.go
- doc.gen.go
- fast_folder_copier_wrapper.gen.go
- fetch_restore_keys_crypto_kit_wrapper.gen.go
- file_local_xpc.gen.go
- functions.gen.go
- generate.go
- http_backend_xpc.gen.go
- knox_backend_xpc.gen.go
- mkdi_device.gen.go
- native_disk_image_graph_node.gen.go
- plugin_backend_xpc.gen.go
- plugin_disk_image_graph_node.gen.go
- quarantine_file_handler.gen.go
- ram_xpc.gen.go
- read_synchronizer_backend_xpc.gen.go
- secure_coding_protocol.gen.go
- serialized_disk_image_graph.gen.go
- sparse_bundle_backend_xpc.gen.go
- types.gen.go
- undefined_types.gen.go
- xpc_listener_delegate_protocol.gen.go