virtualization

package
v0.6.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2026 License: MIT Imports: 18 Imported by: 0

Documentation ¶

Overview ¶

Package virtualization provides Go bindings for the Virtualization framework.

Key Types ¶

Code generated from Apple documentation. DO NOT EDIT.

Index ¶

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:

func NewVoidBlock ¶

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:

  • [VZFramebuffer._takeScreenshotWithCompletionHandlerImageConversionBlock]

Types ¶

type AccessorPropertiesRef ¶ added in v0.5.5

type AccessorPropertiesRef uintptr

type AvpBreadcrumb ¶ added in v0.5.5

type AvpBreadcrumb struct {
	Status uint
	Data   unsafe.Pointer
}

AvpBreadcrumb

type AvpHidGenericDevice ¶ added in v0.5.5

type AvpHidGenericDevice struct {
}

AvpHidGenericDevice

type AvpSerialNumber ¶ added in v0.5.5

type AvpSerialNumber struct {
	// contains filtered or unexported fields
}

AvpSerialNumber

type CALayerDelegate ¶

type CALayerDelegate interface {
	objectivec.IObject
}

CALayerDelegate protocol.

type CALayerDelegateObject ¶

type CALayerDelegateObject struct {
	objectivec.Object
}

CALayerDelegateObject wraps an existing Objective-C object that conforms to the CALayerDelegate protocol.

func CALayerDelegateObjectFromID ¶

func CALayerDelegateObjectFromID(id objc.ID) CALayerDelegateObject

CALayerDelegateObjectFromID constructs a CALayerDelegateObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (CALayerDelegateObject) ActionForLayerForKey ¶

func (o CALayerDelegateObject) ActionForLayerForKey(layer objectivec.IObject, key objectivec.IObject) objectivec.IObject

func (CALayerDelegateObject) BaseObject ¶

func (o CALayerDelegateObject) BaseObject() objectivec.Object

func (CALayerDelegateObject) DisplayLayer ¶

func (o CALayerDelegateObject) DisplayLayer(layer objectivec.IObject)

func (CALayerDelegateObject) DrawLayerInContext ¶

func (o CALayerDelegateObject) DrawLayerInContext(layer objectivec.IObject, context coregraphics.CGContextRef)

func (CALayerDelegateObject) LayerWillDraw ¶

func (o CALayerDelegateObject) LayerWillDraw(draw objectivec.IObject)

func (CALayerDelegateObject) LayoutSublayersOfLayer ¶

func (o CALayerDelegateObject) LayoutSublayersOfLayer(layer objectivec.IObject)

type CGContext ¶ added in v0.5.5

type CGContext struct {
}

CGContext

type CpuExitInfo ¶ added in v0.5.5

type CpuExitInfo struct {
	Cpu_index uint
	Cpu_exit  unsafe.Pointer
}

CpuExitInfo

type CursorUpdateRef ¶ added in v0.5.5

type CursorUpdateRef uintptr

type DebugStub ¶ added in v0.5.5

type DebugStub struct {
}

DebugStub

type Descriptor ¶ added in v0.5.5

type Descriptor struct {
	Format           DiskImageFormatRef
	Cache_mode       int
	Parameters       unsafe.Pointer
	Per_io_encrypted bool
}

Descriptor

type DiskImageFormat ¶ added in v0.5.5

type DiskImageFormat struct {
}

DiskImageFormat

type DiskImageFormatRef ¶ added in v0.5.5

type DiskImageFormatRef uintptr

type DispatchGroupSession ¶ added in v0.5.5

type DispatchGroupSession struct {
}

DispatchGroupSession

type DispatchQueue ¶ added in v0.5.5

type DispatchQueue struct {
	// contains filtered or unexported fields
}

DispatchQueue

type DispatchSource ¶ added in v0.5.5

type DispatchSource struct {
	// contains filtered or unexported fields
}

DispatchSource

type Element ¶ added in v0.5.5

type Element struct {
	Bytes_written       uint
	Guest_read_buffers  unsafe.Pointer
	Guest_write_buffers unsafe.Pointer
	Read_buffers        unsafe.Pointer
	Write_buffers       unsafe.Pointer
}

Element

type ErrorHandler ¶

type ErrorHandler = func(error)

ErrorHandler is the signature for a completion handler block.

Used by:

type EventRef ¶ added in v0.5.5

type EventRef uintptr

type FileDescriptor ¶ added in v0.5.5

type FileDescriptor struct {
}

FileDescriptor

type FrameUpdateRef ¶ added in v0.5.5

type FrameUpdateRef uintptr

type FramebufferObserverRef ¶ added in v0.5.5

type FramebufferObserverRef uintptr

type IOHIDEvent ¶ added in v0.6.4

type IOHIDEvent struct {
}

IOHIDEvent

type IPluginInstanceDelegate ¶

type IPluginInstanceDelegate interface {
	objectivec.IObject

	HandleConnectionError(error_ objectivec.IObject)
	InvalidateConnection()
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
}

An interface definition for the PluginInstanceDelegate class.

Methods ¶

  • [IPluginInstanceDelegate.HandleConnectionError]
  • [IPluginInstanceDelegate.InvalidateConnection]
  • [IPluginInstanceDelegate.DebugDescription]
  • [IPluginInstanceDelegate.Description]
  • [IPluginInstanceDelegate.Hash]
  • [IPluginInstanceDelegate.Superclass]

type IVZ16550SerialPortConfiguration ¶

type IVZ16550SerialPortConfiguration interface {
	IVZSerialPortConfiguration
}

An interface definition for the VZ16550SerialPortConfiguration class.

type IVZAcceleratorDeviceConfiguration ¶

type IVZAcceleratorDeviceConfiguration interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZAcceleratorDeviceConfiguration class.

Methods ¶

  • [IVZAcceleratorDeviceConfiguration._init]
  • [IVZAcceleratorDeviceConfiguration.DebugDescription]
  • [IVZAcceleratorDeviceConfiguration.Description]
  • [IVZAcceleratorDeviceConfiguration.Hash]
  • [IVZAcceleratorDeviceConfiguration.Superclass]

type IVZAppleTouchScreenConfiguration ¶

type IVZAppleTouchScreenConfiguration interface {
	IVZMultiTouchDeviceConfiguration

	Set_registryProperties(value foundation.INSDictionary)
	// contains filtered or unexported methods
}

An interface definition for the VZAppleTouchScreenConfiguration class.

Methods ¶

  • [IVZAppleTouchScreenConfiguration._registryProperties]
  • [IVZAppleTouchScreenConfiguration.Set_registryProperties]
  • [IVZAppleTouchScreenConfiguration._setRegistryProperties]

type IVZAudioDevice ¶

type IVZAudioDevice interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZAudioDevice class.

Methods ¶

  • [IVZAudioDevice._initWithVirtualMachineAudioDeviceIndex]

type IVZAudioDeviceConfiguration ¶

type IVZAudioDeviceConfiguration interface {
	objectivec.IObject

	Set_role(value int64)

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZAudioDeviceConfiguration class.

Methods ¶

  • [IVZAudioDeviceConfiguration._init]
  • [IVZAudioDeviceConfiguration._makeAudioDeviceForVirtualMachineAudioDeviceIndex]
  • [IVZAudioDeviceConfiguration._role]
  • [IVZAudioDeviceConfiguration.Set_role]
  • [IVZAudioDeviceConfiguration._setRole]
  • [IVZAudioDeviceConfiguration._audioDevice]
  • [IVZAudioDeviceConfiguration.DebugDescription]
  • [IVZAudioDeviceConfiguration.Description]
  • [IVZAudioDeviceConfiguration.Hash]
  • [IVZAudioDeviceConfiguration.Superclass]

type IVZAudioInputStreamSource ¶

type IVZAudioInputStreamSource interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZAudioInputStreamSource class.

Methods ¶

  • [IVZAudioInputStreamSource._init]
  • [IVZAudioInputStreamSource._attachment]
  • [IVZAudioInputStreamSource.DebugDescription]
  • [IVZAudioInputStreamSource.Description]
  • [IVZAudioInputStreamSource.Hash]
  • [IVZAudioInputStreamSource.Superclass]

type IVZAudioOutputStreamSink ¶

type IVZAudioOutputStreamSink interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZAudioOutputStreamSink class.

Methods ¶

  • [IVZAudioOutputStreamSink._init]
  • [IVZAudioOutputStreamSink._attachment]
  • [IVZAudioOutputStreamSink.DebugDescription]
  • [IVZAudioOutputStreamSink.Description]
  • [IVZAudioOutputStreamSink.Hash]
  • [IVZAudioOutputStreamSink.Superclass]

type IVZBifrostAttachment ¶

type IVZBifrostAttachment interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZBifrostAttachment class.

Methods ¶

  • [IVZBifrostAttachment._attachment]
  • [IVZBifrostAttachment._init]
  • [IVZBifrostAttachment.DebugDescription]
  • [IVZBifrostAttachment.Description]
  • [IVZBifrostAttachment.Hash]
  • [IVZBifrostAttachment.Superclass]

type IVZBifrostDeviceConfiguration ¶

type IVZBifrostDeviceConfiguration interface {
	objectivec.IObject

	MMIOSize() uint64
	SetMMIOSize(value uint64)

	Attachment() IVZBifrostAttachment
	SetAttachment(value IVZBifrostAttachment)
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZBifrostDeviceConfiguration class.

Methods ¶

  • [IVZBifrostDeviceConfiguration.MMIOSize]
  • [IVZBifrostDeviceConfiguration.SetMMIOSize]
  • [IVZBifrostDeviceConfiguration._initWithAttachmentMMIOSize]
  • [IVZBifrostDeviceConfiguration.Attachment]
  • [IVZBifrostDeviceConfiguration.SetAttachment]
  • [IVZBifrostDeviceConfiguration.DebugDescription]
  • [IVZBifrostDeviceConfiguration.Description]
  • [IVZBifrostDeviceConfiguration.Hash]
  • [IVZBifrostDeviceConfiguration.Superclass]

type IVZBinaryBootLoader ¶

type IVZBinaryBootLoader interface {
	IVZBootLoader

	EntryPointAddress() uint64
	Segments() foundation.INSArray
	InitWithSegmentsEntryPointAddress(segments objectivec.IObject, address uint64) VZBinaryBootLoader
}

An interface definition for the VZBinaryBootLoader class.

Methods ¶

  • [IVZBinaryBootLoader.EntryPointAddress]
  • [IVZBinaryBootLoader.Segments]
  • [IVZBinaryBootLoader.InitWithSegmentsEntryPointAddress]

type IVZBinaryBootLoaderSegment ¶

type IVZBinaryBootLoaderSegment interface {
	objectivec.IObject

	BinaryURL() foundation.NSURL
	LoadAddress() uint64
	InitWithBinaryURLLoadAddress(url foundation.NSURL, address uint64) VZBinaryBootLoaderSegment
}

An interface definition for the VZBinaryBootLoaderSegment class.

Methods ¶

  • [IVZBinaryBootLoaderSegment.BinaryURL]
  • [IVZBinaryBootLoaderSegment.LoadAddress]
  • [IVZBinaryBootLoaderSegment.InitWithBinaryURLLoadAddress]

type IVZBiometricDeviceConfiguration ¶

type IVZBiometricDeviceConfiguration interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZBiometricDeviceConfiguration class.

Methods ¶

  • [IVZBiometricDeviceConfiguration._init]
  • [IVZBiometricDeviceConfiguration.DebugDescription]
  • [IVZBiometricDeviceConfiguration.Description]
  • [IVZBiometricDeviceConfiguration.Hash]
  • [IVZBiometricDeviceConfiguration.Superclass]

type IVZBootLoader ¶

type IVZBootLoader interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZBootLoader class.

Methods ¶

  • [IVZBootLoader._init]
  • [IVZBootLoader.DebugDescription]
  • [IVZBootLoader.Description]
  • [IVZBootLoader.Hash]
  • [IVZBootLoader.Superclass]

type IVZBridgedNetworkDeviceAttachment ¶

type IVZBridgedNetworkDeviceAttachment interface {
	IVZNetworkDeviceAttachment

	Set_macNatEnabled(value bool)
	// contains filtered or unexported methods
}

An interface definition for the VZBridgedNetworkDeviceAttachment class.

Methods ¶

  • [IVZBridgedNetworkDeviceAttachment._macNatEnabled]
  • [IVZBridgedNetworkDeviceAttachment.Set_macNatEnabled]
  • [IVZBridgedNetworkDeviceAttachment._setMacNatEnabled]

type IVZBridgedNetworkInterface ¶

type IVZBridgedNetworkInterface interface {
	objectivec.IObject
}

An interface definition for the VZBridgedNetworkInterface class.

type IVZCPUEmulatorConfiguration ¶

type IVZCPUEmulatorConfiguration interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZCPUEmulatorConfiguration class.

Methods ¶

  • [IVZCPUEmulatorConfiguration._init]
  • [IVZCPUEmulatorConfiguration.DebugDescription]
  • [IVZCPUEmulatorConfiguration.Description]
  • [IVZCPUEmulatorConfiguration.Hash]
  • [IVZCPUEmulatorConfiguration.Superclass]

type IVZCPUExitContext ¶

type IVZCPUExitContext interface {
	objectivec.IObject

	CPUExit() unsafe.Pointer
	CPUIndex() uint64
	GetPhysicalAddressForVirtualAddressError(address2 uint64) (uint64, error)
	GetRegisterValueError(register uint32) (uint64, error)
	GetSIMDRegisterValueError(sIMDRegister uint32, value []objectivec.IObject) (bool, error)
	GetSystemRegisterValueError(register uint16) (uint64, error)
	GuestMemoryAtPhysicalAddressLengthError(address uint64, length uint64) (objectivec.IObject, error)
	SetRegisterValueError(register uint32, value uint64) (bool, error)
	SetSIMDRegisterValueError(sIMDRegister uint32, value objectivec.IObject) (bool, error)
	SetSystemRegisterValueError(register uint16, value uint64) (bool, error)
}

An interface definition for the VZCPUExitContext class.

Methods ¶

  • [IVZCPUExitContext.CPUExit]
  • [IVZCPUExitContext.CPUIndex]
  • [IVZCPUExitContext.GetPhysicalAddressForVirtualAddressError]
  • [IVZCPUExitContext.GetRegisterValueError]
  • [IVZCPUExitContext.GetSIMDRegisterValueError]
  • [IVZCPUExitContext.GetSystemRegisterValueError]
  • [IVZCPUExitContext.GuestMemoryAtPhysicalAddressLengthError]
  • [IVZCPUExitContext.SetRegisterValueError]
  • [IVZCPUExitContext.SetSIMDRegisterValueError]
  • [IVZCPUExitContext.SetSystemRegisterValueError]

type IVZCapsLockIndicatorController ¶

type IVZCapsLockIndicatorController interface {
	objectivec.IObject
}

An interface definition for the VZCapsLockIndicatorController class.

type IVZConsoleDevice ¶

type IVZConsoleDevice interface {
	objectivec.IObject

	InitWithVirtualMachineConsoleDeviceIndexConfiguration(machine objectivec.IObject, index uint64, configuration objectivec.IObject) VZConsoleDevice
}

An interface definition for the VZConsoleDevice class.

Methods ¶

  • [IVZConsoleDevice.InitWithVirtualMachineConsoleDeviceIndexConfiguration]

type IVZConsoleDeviceConfiguration ¶

type IVZConsoleDeviceConfiguration interface {
	objectivec.IObject

	MakeConsoleDeviceForVirtualMachineConsoleDeviceIndex(machine objectivec.IObject, index uint64) objectivec.IObject
	ValidateWithError() (bool, error)

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZConsoleDeviceConfiguration class.

Methods ¶

  • [IVZConsoleDeviceConfiguration._init]
  • [IVZConsoleDeviceConfiguration.MakeConsoleDeviceForVirtualMachineConsoleDeviceIndex]
  • [IVZConsoleDeviceConfiguration.ValidateWithError]
  • [IVZConsoleDeviceConfiguration._consoleDevice]
  • [IVZConsoleDeviceConfiguration.DebugDescription]
  • [IVZConsoleDeviceConfiguration.Description]
  • [IVZConsoleDeviceConfiguration.Hash]
  • [IVZConsoleDeviceConfiguration.Superclass]

type IVZConsolePortConfiguration ¶

type IVZConsolePortConfiguration interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZConsolePortConfiguration class.

Methods ¶

  • [IVZConsolePortConfiguration._init]
  • [IVZConsolePortConfiguration.DebugDescription]
  • [IVZConsolePortConfiguration.Description]
  • [IVZConsolePortConfiguration.Hash]
  • [IVZConsolePortConfiguration.Superclass]

type IVZCoprocessor ¶

type IVZCoprocessor interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZCoprocessor class.

Methods ¶

  • [IVZCoprocessor._init]

type IVZCoprocessorBootLoader ¶

type IVZCoprocessorBootLoader interface {
	IVZBootLoader

	Set_romFileDescriptor(value unsafe.Pointer)
	// contains filtered or unexported methods
}

An interface definition for the VZCoprocessorBootLoader class.

Methods ¶

  • [IVZCoprocessorBootLoader._romFileDescriptor]
  • [IVZCoprocessorBootLoader.Set_romFileDescriptor]

type IVZCoprocessorConfiguration ¶

type IVZCoprocessorConfiguration interface {
	objectivec.IObject

	MakeCoprocessorForVirtualMachineCoprocessorIndex(machine objectivec.IObject, index uint64) objectivec.IObject
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZCoprocessorConfiguration class.

Methods ¶

  • [IVZCoprocessorConfiguration._init]
  • [IVZCoprocessorConfiguration.MakeCoprocessorForVirtualMachineCoprocessorIndex]
  • [IVZCoprocessorConfiguration.DebugDescription]
  • [IVZCoprocessorConfiguration.Description]
  • [IVZCoprocessorConfiguration.Hash]
  • [IVZCoprocessorConfiguration.Superclass]

type IVZCustomCPUEmulatorConfiguration ¶

type IVZCustomCPUEmulatorConfiguration interface {
	IVZCPUEmulatorConfiguration

	EmulatorURL() foundation.NSURL
	SetEmulatorURL(value foundation.NSURL)
	MemorySize() foundation.NSNumber
	SetMemorySize(value foundation.NSNumber)
	Options() string
	SetOptions(value string)
}

An interface definition for the VZCustomCPUEmulatorConfiguration class.

Methods ¶

  • [IVZCustomCPUEmulatorConfiguration.EmulatorURL]
  • [IVZCustomCPUEmulatorConfiguration.SetEmulatorURL]
  • [IVZCustomCPUEmulatorConfiguration.MemorySize]
  • [IVZCustomCPUEmulatorConfiguration.SetMemorySize]
  • [IVZCustomCPUEmulatorConfiguration.Options]
  • [IVZCustomCPUEmulatorConfiguration.SetOptions]

type IVZCustomMMIODevice ¶

type IVZCustomMMIODevice interface {
	objectivec.IObject

	Delegate() unsafe.Pointer
	SetDelegate(value unsafe.Pointer)
	DeviceQueue() objectivec.Object
	GuestMemoryAtPhysicalAddressLength(address uint64, length uint64) objectivec.IObject
	GuestRAMRegions() objectivec.IObject
	PulseIRQ(irq uint64)
	SetIRQValue(irq uint64, value bool)
	SharedInitializationWithDeviceQueueFromConfiguration(queue objectivec.IObject, configuration objectivec.IObject)
}

An interface definition for the VZCustomMMIODevice class.

Methods ¶

  • [IVZCustomMMIODevice.Delegate]
  • [IVZCustomMMIODevice.SetDelegate]
  • [IVZCustomMMIODevice.DeviceQueue]
  • [IVZCustomMMIODevice.GuestMemoryAtPhysicalAddressLength]
  • [IVZCustomMMIODevice.GuestRAMRegions]
  • [IVZCustomMMIODevice.PulseIRQ]
  • [IVZCustomMMIODevice.SetIRQValue]
  • [IVZCustomMMIODevice.SharedInitializationWithDeviceQueueFromConfiguration]

type IVZCustomMMIODeviceConfiguration ¶

type IVZCustomMMIODeviceConfiguration interface {
	objectivec.IObject

	MMIORegions() foundation.INSArray
	SetMMIORegions(value foundation.INSArray)
	AdditionalProperties() foundation.INSDictionary
	SetAdditionalProperties(value foundation.INSDictionary)
	AdditionalXPCProperties() objectivec.Object
	SetAdditionalXPCProperties(value objectivec.Object)
	Irqs() foundation.INSArray
	SetIrqs(value foundation.INSArray)
	Provider() IVZCustomMMIODeviceProvider
	SetProvider(value IVZCustomMMIODeviceProvider)
	SupportsSaveRestore() bool
	SetSupportsSaveRestore(value bool)
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
}

An interface definition for the VZCustomMMIODeviceConfiguration class.

Methods ¶

  • [IVZCustomMMIODeviceConfiguration.MMIORegions]
  • [IVZCustomMMIODeviceConfiguration.SetMMIORegions]
  • [IVZCustomMMIODeviceConfiguration.AdditionalProperties]
  • [IVZCustomMMIODeviceConfiguration.SetAdditionalProperties]
  • [IVZCustomMMIODeviceConfiguration.AdditionalXPCProperties]
  • [IVZCustomMMIODeviceConfiguration.SetAdditionalXPCProperties]
  • [IVZCustomMMIODeviceConfiguration.Irqs]
  • [IVZCustomMMIODeviceConfiguration.SetIrqs]
  • [IVZCustomMMIODeviceConfiguration.Provider]
  • [IVZCustomMMIODeviceConfiguration.SetProvider]
  • [IVZCustomMMIODeviceConfiguration.SupportsSaveRestore]
  • [IVZCustomMMIODeviceConfiguration.SetSupportsSaveRestore]
  • [IVZCustomMMIODeviceConfiguration.DebugDescription]
  • [IVZCustomMMIODeviceConfiguration.Description]
  • [IVZCustomMMIODeviceConfiguration.Hash]
  • [IVZCustomMMIODeviceConfiguration.Superclass]

type IVZCustomMMIODeviceDelegateProvider ¶

type IVZCustomMMIODeviceDelegateProvider interface {
	IVZCustomMMIODeviceProvider

	Delegate() unsafe.Pointer
	DeviceQueue() objectivec.Object
	InitWithDeviceQueueDelegate(queue objectivec.IObject, delegate objectivec.IObject) VZCustomMMIODeviceDelegateProvider
}

An interface definition for the VZCustomMMIODeviceDelegateProvider class.

Methods ¶

  • [IVZCustomMMIODeviceDelegateProvider.Delegate]
  • [IVZCustomMMIODeviceDelegateProvider.DeviceQueue]
  • [IVZCustomMMIODeviceDelegateProvider.InitWithDeviceQueueDelegate]

type IVZCustomMMIODevicePluginBridge ¶

type IVZCustomMMIODevicePluginBridge interface {
	objectivec.IObject

	InitWithXPCConnectionPersonalityDictionaryPersonalityClassConnectionDelegateOptions(xPCConnection objectivec.IObject, dictionary objectivec.IObject, class objectivec.Class, delegate objectivec.IObject, options objectivec.IObject) VZCustomMMIODevicePluginBridge
}

An interface definition for the VZCustomMMIODevicePluginBridge class.

Methods ¶

  • [IVZCustomMMIODevicePluginBridge.InitWithXPCConnectionPersonalityDictionaryPersonalityClassConnectionDelegateOptions]

type IVZCustomMMIODevicePluginProvider ¶

type IVZCustomMMIODevicePluginProvider interface {
	IVZCustomMMIODeviceProvider

	PluginName() string
	PluginPersonality() string
	InitWithPluginNamePluginPersonality(name objectivec.IObject, personality objectivec.IObject) VZCustomMMIODevicePluginProvider
}

An interface definition for the VZCustomMMIODevicePluginProvider class.

Methods ¶

  • [IVZCustomMMIODevicePluginProvider.PluginName]
  • [IVZCustomMMIODevicePluginProvider.PluginPersonality]
  • [IVZCustomMMIODevicePluginProvider.InitWithPluginNamePluginPersonality]

type IVZCustomMMIODeviceProvider ¶

type IVZCustomMMIODeviceProvider interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZCustomMMIODeviceProvider class.

Methods ¶

  • [IVZCustomMMIODeviceProvider._connectionIdentifier]
  • [IVZCustomMMIODeviceProvider._init]
  • [IVZCustomMMIODeviceProvider.DebugDescription]
  • [IVZCustomMMIODeviceProvider.Description]
  • [IVZCustomMMIODeviceProvider.Hash]
  • [IVZCustomMMIODeviceProvider.Superclass]

type IVZCustomVirtioDevice ¶

type IVZCustomVirtioDevice interface {
	objectivec.IObject

	Delegate() unsafe.Pointer
	SetDelegate(value unsafe.Pointer)
	DeviceQueue() objectivec.Object
	DriverFeaturesAtError(at uint32) (uint32, error)
	GuestMemoryAtPhysicalAddressLength(address uint64, length uint64) objectivec.IObject
	QueueAtIndex(index uint16) objectivec.IObject
	RequestDeviceReset()
	UpdateDeviceSpecificConfigurationCompletionHandler(configuration objectivec.IObject, handler ErrorHandler)
}

An interface definition for the VZCustomVirtioDevice class.

Methods ¶

  • [IVZCustomVirtioDevice.Delegate]
  • [IVZCustomVirtioDevice.SetDelegate]
  • [IVZCustomVirtioDevice.DeviceQueue]
  • [IVZCustomVirtioDevice.DriverFeaturesAtError]
  • [IVZCustomVirtioDevice.GuestMemoryAtPhysicalAddressLength]
  • [IVZCustomVirtioDevice.QueueAtIndex]
  • [IVZCustomVirtioDevice.RequestDeviceReset]
  • [IVZCustomVirtioDevice.UpdateDeviceSpecificConfigurationCompletionHandler]

type IVZCustomVirtioDeviceConfiguration ¶

type IVZCustomVirtioDeviceConfiguration interface {
	objectivec.IObject

	PCIClassID() byte
	SetPCIClassID(value byte)
	PCISubclassID() byte
	SetPCISubclassID(value byte)

	Set_pluginName(value string)

	Set_pluginPersonality(value string)

	DeviceID() uint16
	SetDeviceID(value uint16)
	DeviceSpecificConfiguration() IVZVirtioDeviceSpecificConfiguration
	SetDeviceSpecificConfiguration(value IVZVirtioDeviceSpecificConfiguration)
	MandatoryFeaturesAtIndex(index uint64) uint32
	OptionalFeaturesAtIndex(index uint64) uint32
	Provider() IVZCustomVirtioDeviceProvider
	SetProvider(value IVZCustomVirtioDeviceProvider)
	SetMandatoryFeaturesAtIndex(features uint32, index uint64)
	SetOptionalFeaturesAtIndex(features uint32, index uint64)
	VirtioQueueCount() uint16
	SetVirtioQueueCount(value uint16)
	// contains filtered or unexported methods
}

An interface definition for the VZCustomVirtioDeviceConfiguration class.

Methods ¶

  • [IVZCustomVirtioDeviceConfiguration.PCIClassID]
  • [IVZCustomVirtioDeviceConfiguration.SetPCIClassID]
  • [IVZCustomVirtioDeviceConfiguration.PCISubclassID]
  • [IVZCustomVirtioDeviceConfiguration.SetPCISubclassID]
  • [IVZCustomVirtioDeviceConfiguration._PCIDeviceID]
  • [IVZCustomVirtioDeviceConfiguration._PCISubsystemID]
  • [IVZCustomVirtioDeviceConfiguration._PCISubsystemVendorID]
  • [IVZCustomVirtioDeviceConfiguration._PCIVendorID]
  • [IVZCustomVirtioDeviceConfiguration._pluginName]
  • [IVZCustomVirtioDeviceConfiguration.Set_pluginName]
  • [IVZCustomVirtioDeviceConfiguration._pluginPersonality]
  • [IVZCustomVirtioDeviceConfiguration.Set_pluginPersonality]
  • [IVZCustomVirtioDeviceConfiguration._setPCIDeviceID]
  • [IVZCustomVirtioDeviceConfiguration._setPCISubsystemID]
  • [IVZCustomVirtioDeviceConfiguration._setPCISubsystemVendorID]
  • [IVZCustomVirtioDeviceConfiguration._setPCIVendorID]
  • [IVZCustomVirtioDeviceConfiguration._setPluginName]
  • [IVZCustomVirtioDeviceConfiguration._setPluginPersonality]
  • [IVZCustomVirtioDeviceConfiguration._setSupportsSaveRestore]
  • [IVZCustomVirtioDeviceConfiguration._supportsSaveRestore]
  • [IVZCustomVirtioDeviceConfiguration.DeviceID]
  • [IVZCustomVirtioDeviceConfiguration.SetDeviceID]
  • [IVZCustomVirtioDeviceConfiguration.DeviceSpecificConfiguration]
  • [IVZCustomVirtioDeviceConfiguration.SetDeviceSpecificConfiguration]
  • [IVZCustomVirtioDeviceConfiguration.MandatoryFeaturesAtIndex]
  • [IVZCustomVirtioDeviceConfiguration.OptionalFeaturesAtIndex]
  • [IVZCustomVirtioDeviceConfiguration.Provider]
  • [IVZCustomVirtioDeviceConfiguration.SetProvider]
  • [IVZCustomVirtioDeviceConfiguration.SetMandatoryFeaturesAtIndex]
  • [IVZCustomVirtioDeviceConfiguration.SetOptionalFeaturesAtIndex]
  • [IVZCustomVirtioDeviceConfiguration.VirtioQueueCount]
  • [IVZCustomVirtioDeviceConfiguration.SetVirtioQueueCount]

type IVZCustomVirtioDeviceDelegateProvider ¶

type IVZCustomVirtioDeviceDelegateProvider interface {
	IVZCustomVirtioDeviceProvider

	Delegate() unsafe.Pointer
	DeviceQueue() objectivec.Object
	InitWithDeviceQueueDelegate(queue objectivec.IObject, delegate objectivec.IObject) VZCustomVirtioDeviceDelegateProvider
}

An interface definition for the VZCustomVirtioDeviceDelegateProvider class.

Methods ¶

  • [IVZCustomVirtioDeviceDelegateProvider.Delegate]
  • [IVZCustomVirtioDeviceDelegateProvider.DeviceQueue]
  • [IVZCustomVirtioDeviceDelegateProvider.InitWithDeviceQueueDelegate]

type IVZCustomVirtioDevicePluginBridge ¶

type IVZCustomVirtioDevicePluginBridge interface {
	objectivec.IObject

	InitWithXPCConnectionPersonalityDictionaryPersonalityClassConnectionDelegateOptions(xPCConnection objectivec.IObject, dictionary objectivec.IObject, class objectivec.Class, delegate objectivec.IObject, options objectivec.IObject) VZCustomVirtioDevicePluginBridge
}

An interface definition for the VZCustomVirtioDevicePluginBridge class.

Methods ¶

  • [IVZCustomVirtioDevicePluginBridge.InitWithXPCConnectionPersonalityDictionaryPersonalityClassConnectionDelegateOptions]

type IVZCustomVirtioDevicePluginProvider ¶

type IVZCustomVirtioDevicePluginProvider interface {
	IVZCustomVirtioDeviceProvider

	PluginName() string
	PluginPersonality() string
	InitWithPluginNamePluginPersonality(name objectivec.IObject, personality objectivec.IObject) VZCustomVirtioDevicePluginProvider
}

An interface definition for the VZCustomVirtioDevicePluginProvider class.

Methods ¶

  • [IVZCustomVirtioDevicePluginProvider.PluginName]
  • [IVZCustomVirtioDevicePluginProvider.PluginPersonality]
  • [IVZCustomVirtioDevicePluginProvider.InitWithPluginNamePluginPersonality]

type IVZCustomVirtioDeviceProvider ¶

type IVZCustomVirtioDeviceProvider interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZCustomVirtioDeviceProvider class.

Methods ¶

  • [IVZCustomVirtioDeviceProvider._connectionIdentifier]
  • [IVZCustomVirtioDeviceProvider._init]

type IVZDRMLayer ¶

type IVZDRMLayer interface {
	quartzcore.ICALayer

	LayerDidResize(resize corefoundation.CGSize)
	InitForTestingContent(testing objectivec.IObject, content objectivec.IObject) VZDRMLayer
	InitWithParentLayer(layer objectivec.IObject) VZDRMLayer
}

An interface definition for the VZDRMLayer class.

Methods ¶

  • [IVZDRMLayer.LayerDidResize]
  • [IVZDRMLayer.InitForTestingContent]
  • [IVZDRMLayer.InitWithParentLayer]

type IVZDebugStub ¶

type IVZDebugStub interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZDebugStub class.

Methods ¶

  • [IVZDebugStub._debugStub]
  • [IVZDebugStub._init]

type IVZDebugStubConfiguration ¶

type IVZDebugStubConfiguration interface {
	objectivec.IObject

	MakeDebugStubForCoprocessor() objectivec.IObject
	MakeDebugStubForVirtualMachine(machine objectivec.IObject) objectivec.IObject
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZDebugStubConfiguration class.

Methods ¶

  • [IVZDebugStubConfiguration._init]
  • [IVZDebugStubConfiguration.MakeDebugStubForCoprocessor]
  • [IVZDebugStubConfiguration.MakeDebugStubForVirtualMachine]
  • [IVZDebugStubConfiguration.DebugDescription]
  • [IVZDebugStubConfiguration.Description]
  • [IVZDebugStubConfiguration.Hash]
  • [IVZDebugStubConfiguration.Superclass]

type IVZDirectoryShare ¶

type IVZDirectoryShare interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZDirectoryShare class.

Methods ¶

  • [IVZDirectoryShare._init]
  • [IVZDirectoryShare._share]
  • [IVZDirectoryShare.DebugDescription]
  • [IVZDirectoryShare.Description]
  • [IVZDirectoryShare.Hash]
  • [IVZDirectoryShare.Superclass]

type IVZDirectorySharingDevice ¶

type IVZDirectorySharingDevice interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZDirectorySharingDevice class.

Methods ¶

  • [IVZDirectorySharingDevice._initWithVirtualMachineDirectorySharingDeviceIndex]

type IVZDirectorySharingDeviceConfiguration ¶

type IVZDirectorySharingDeviceConfiguration interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZDirectorySharingDeviceConfiguration class.

Methods ¶

  • [IVZDirectorySharingDeviceConfiguration._init]
  • [IVZDirectorySharingDeviceConfiguration._makeDirectorySharingDeviceForVirtualMachineDirectorySharingDeviceIndex]
  • [IVZDirectorySharingDeviceConfiguration._directorySharingDevice]
  • [IVZDirectorySharingDeviceConfiguration.DebugDescription]
  • [IVZDirectorySharingDeviceConfiguration.Description]
  • [IVZDirectorySharingDeviceConfiguration.Hash]
  • [IVZDirectorySharingDeviceConfiguration.Superclass]

type IVZDiskBlockDeviceStorageDeviceAttachment ¶

type IVZDiskBlockDeviceStorageDeviceAttachment interface {
	IVZStorageDeviceAttachment

	ReadOnly() bool
	// contains filtered or unexported methods
}

An interface definition for the VZDiskBlockDeviceStorageDeviceAttachment class.

Methods ¶

  • [IVZDiskBlockDeviceStorageDeviceAttachment._initWithURLReadOnlySynchronizationModeError]
  • [IVZDiskBlockDeviceStorageDeviceAttachment._url]
  • [IVZDiskBlockDeviceStorageDeviceAttachment.ReadOnly]

type IVZDiskImage ¶

type IVZDiskImage interface {
	objectivec.IObject

	URL() foundation.NSURL
	CachingMode() int64
	Identifier() string
	IsReadOnly() bool
	SynchronizationMode() int64
	UpdateDiskSize() foundation.NSNumber
	SetUpdateDiskSize(value foundation.NSNumber)
	InitWithDescriptorError(descriptor objectivec.IObject) (VZDiskImage, error)
	InitWithURLReadOnlyError(url foundation.NSURL, only bool) (VZDiskImage, error)
	ReadOnly() bool
}

An interface definition for the VZDiskImage class.

Methods ¶

  • [IVZDiskImage.URL]
  • [IVZDiskImage.CachingMode]
  • [IVZDiskImage.Identifier]
  • [IVZDiskImage.IsReadOnly]
  • [IVZDiskImage.SynchronizationMode]
  • [IVZDiskImage.UpdateDiskSize]
  • [IVZDiskImage.SetUpdateDiskSize]
  • [IVZDiskImage.InitWithDescriptorError]
  • [IVZDiskImage.InitWithURLReadOnlyError]
  • [IVZDiskImage.ReadOnly]

type IVZDiskImageDescriptor ¶

type IVZDiskImageDescriptor interface {
	objectivec.IObject

	URL() foundation.NSURL
	SetURL(value foundation.NSURL)
	BackendType() int64
	CachingMode() int64
	SetCachingMode(value int64)
	IsReadOnly() bool
	SetBackendType(type_ int64)
	SynchronizationMode() int64
	SetSynchronizationMode(value int64)
	InitWithURL(url foundation.NSURL) VZDiskImageDescriptor
	ReadOnly() bool
	SetReadOnly(value bool)
}

An interface definition for the VZDiskImageDescriptor class.

Methods ¶

  • [IVZDiskImageDescriptor.URL]
  • [IVZDiskImageDescriptor.SetURL]
  • [IVZDiskImageDescriptor.BackendType]
  • [IVZDiskImageDescriptor.CachingMode]
  • [IVZDiskImageDescriptor.SetCachingMode]
  • [IVZDiskImageDescriptor.IsReadOnly]
  • [IVZDiskImageDescriptor.SetBackendType]
  • [IVZDiskImageDescriptor.SynchronizationMode]
  • [IVZDiskImageDescriptor.SetSynchronizationMode]
  • [IVZDiskImageDescriptor.InitWithURL]
  • [IVZDiskImageDescriptor.ReadOnly]
  • [IVZDiskImageDescriptor.SetReadOnly]

type IVZDiskImageFormat ¶

type IVZDiskImageFormat interface {
	objectivec.IObject

	CanCreateDynamicDiskImages() bool
	CanCreateFixedDiskImages() bool
	CreateDynamicDiskImageWithURLSuggestedSizeCompletionHandler(url foundation.NSURL, size uint64, handler ErrorHandler) objectivec.IObject
	CreateFixedDiskImageWithURLSuggestedSizeCompletionHandler(url foundation.NSURL, size uint64, handler ErrorHandler) objectivec.IObject
	Identifier() string
}

An interface definition for the VZDiskImageFormat class.

Methods ¶

  • [IVZDiskImageFormat.CanCreateDynamicDiskImages]
  • [IVZDiskImageFormat.CanCreateFixedDiskImages]
  • [IVZDiskImageFormat.CreateDynamicDiskImageWithURLSuggestedSizeCompletionHandler]
  • [IVZDiskImageFormat.CreateFixedDiskImageWithURLSuggestedSizeCompletionHandler]
  • [IVZDiskImageFormat.Identifier]

type IVZDiskImageStorageDeviceAttachment ¶

type IVZDiskImageStorageDeviceAttachment interface {
	IVZStorageDeviceAttachment

	ReadOnly() bool
	// contains filtered or unexported methods
}

An interface definition for the VZDiskImageStorageDeviceAttachment class.

Methods ¶

  • [IVZDiskImageStorageDeviceAttachment._updateDiskSize]
  • [IVZDiskImageStorageDeviceAttachment.ReadOnly]

type IVZDisplayPresenter ¶

type IVZDisplayPresenter interface {
	objectivec.IObject
}

An interface definition for the VZDisplayPresenter class.

type IVZEFIBootLoader ¶

type IVZEFIBootLoader interface {
	IVZBootLoader

	Set_ROMImageURL(value foundation.NSURL)
	// contains filtered or unexported methods
}

An interface definition for the VZEFIBootLoader class.

Methods ¶

  • [IVZEFIBootLoader._ROMImageURL]
  • [IVZEFIBootLoader.Set_ROMImageURL]
  • [IVZEFIBootLoader._setROMImageURL]

type IVZEntropyDeviceConfiguration ¶

type IVZEntropyDeviceConfiguration interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZEntropyDeviceConfiguration class.

Methods ¶

  • [IVZEntropyDeviceConfiguration._entropyDevice]
  • [IVZEntropyDeviceConfiguration._init]
  • [IVZEntropyDeviceConfiguration.DebugDescription]
  • [IVZEntropyDeviceConfiguration.Description]
  • [IVZEntropyDeviceConfiguration.Hash]
  • [IVZEntropyDeviceConfiguration.Superclass]

type IVZForwardingDebugStub ¶

type IVZForwardingDebugStub interface {
	IVZDebugStub
	// contains filtered or unexported methods
}

An interface definition for the VZForwardingDebugStub class.

Methods ¶

  • [IVZForwardingDebugStub._initWithDebugStub]

type IVZForwardingDebugStubConfiguration ¶

type IVZForwardingDebugStubConfiguration interface {
	IVZDebugStubConfiguration
	// contains filtered or unexported methods
}

An interface definition for the VZForwardingDebugStubConfiguration class.

Methods ¶

  • [IVZForwardingDebugStubConfiguration._initWithDebugStub]

type IVZFramebuffer ¶

type IVZFramebuffer interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZFramebuffer class.

Methods ¶

  • [IVZFramebuffer._takeScreenshotWithCompletionHandlerImageConversionBlock]

type IVZFramebufferRemoteSessionNotifier ¶

type IVZFramebufferRemoteSessionNotifier interface {
	objectivec.IObject
}

An interface definition for the VZFramebufferRemoteSessionNotifier class.

type IVZFramebufferView ¶

type IVZFramebufferView interface {
	appkit.INSView

	ActionForLayerForKey(layer objectivec.IObject, key objectivec.IObject) objectivec.IObject
	Cursor() appkit.NSCursor
	SetCursor(value appkit.NSCursor)
	DisplayProtectionOptions() foundation.NSNumber
	Framebuffer() IVZFramebuffer
	SetFramebuffer(value IVZFramebuffer)
	FramebufferDidUpdateGraphicsOrientation(framebuffer objectivec.IObject, orientation int64)
	FramebufferDidUpdateColorSpace(space objectivec.IObject)
	FramebufferSize() corefoundation.CGSize
	GetDisplayProtectionOptions() unsafe.Pointer
	ShowsCursor() bool
	SetShowsCursor(value bool)
	SuppressFrameUpdates() bool
	SetSuppressFrameUpdates(value bool)
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
}

An interface definition for the VZFramebufferView class.

Methods ¶

  • [IVZFramebufferView.ActionForLayerForKey]
  • [IVZFramebufferView.Cursor]
  • [IVZFramebufferView.SetCursor]
  • [IVZFramebufferView.DisplayProtectionOptions]
  • [IVZFramebufferView.Framebuffer]
  • [IVZFramebufferView.SetFramebuffer]
  • [IVZFramebufferView.FramebufferDidUpdateGraphicsOrientation]
  • [IVZFramebufferView.FramebufferDidUpdateColorSpace]
  • [IVZFramebufferView.FramebufferSize]
  • [IVZFramebufferView.GetDisplayProtectionOptions]
  • [IVZFramebufferView.ShowsCursor]
  • [IVZFramebufferView.SetShowsCursor]
  • [IVZFramebufferView.SuppressFrameUpdates]
  • [IVZFramebufferView.SetSuppressFrameUpdates]
  • [IVZFramebufferView.DebugDescription]
  • [IVZFramebufferView.Description]
  • [IVZFramebufferView.Hash]
  • [IVZFramebufferView.Superclass]

type IVZGDBDebugStub ¶

type IVZGDBDebugStub interface {
	IVZDebugStub

	Delegate() unsafe.Pointer
	SetDelegate(value unsafe.Pointer)
	Port() uint16
}

An interface definition for the VZGDBDebugStub class.

Methods ¶

  • [IVZGDBDebugStub.Delegate]
  • [IVZGDBDebugStub.SetDelegate]
  • [IVZGDBDebugStub.Port]

type IVZGDBDebugStubConfiguration ¶

type IVZGDBDebugStubConfiguration interface {
	IVZDebugStubConfiguration

	ListensOnAllNetworkInterfaces() bool
	SetListensOnAllNetworkInterfaces(value bool)
	Port() uint16
	SetPort(value uint16)
	InitWithPort(port uint16) VZGDBDebugStubConfiguration
}

An interface definition for the VZGDBDebugStubConfiguration class.

Methods ¶

  • [IVZGDBDebugStubConfiguration.ListensOnAllNetworkInterfaces]
  • [IVZGDBDebugStubConfiguration.SetListensOnAllNetworkInterfaces]
  • [IVZGDBDebugStubConfiguration.Port]
  • [IVZGDBDebugStubConfiguration.SetPort]
  • [IVZGDBDebugStubConfiguration.InitWithPort]

type IVZGenericMachineIdentifier ¶

type IVZGenericMachineIdentifier interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
}

An interface definition for the VZGenericMachineIdentifier class.

Methods ¶

  • [IVZGenericMachineIdentifier.DebugDescription]
  • [IVZGenericMachineIdentifier.Description]
  • [IVZGenericMachineIdentifier.Hash]
  • [IVZGenericMachineIdentifier.Superclass]

type IVZGenericPlatformConfiguration ¶

type IVZGenericPlatformConfiguration interface {
	IVZPlatformConfiguration

	Set_fineGrainTrapsEmulationEnabled(value bool)

	Set_guestType(value string)

	Set_performanceMonitoringUnitEmulationEnabled(value bool)

	NestedVirtualizationEnabled() bool
	SetNestedVirtualizationEnabled(value bool)
	// contains filtered or unexported methods
}

An interface definition for the VZGenericPlatformConfiguration class.

Methods ¶

  • [IVZGenericPlatformConfiguration._fineGrainTrapsEmulationEnabled]
  • [IVZGenericPlatformConfiguration.Set_fineGrainTrapsEmulationEnabled]
  • [IVZGenericPlatformConfiguration._guestType]
  • [IVZGenericPlatformConfiguration.Set_guestType]
  • [IVZGenericPlatformConfiguration._performanceMonitoringUnitEmulationEnabled]
  • [IVZGenericPlatformConfiguration.Set_performanceMonitoringUnitEmulationEnabled]
  • [IVZGenericPlatformConfiguration._setFineGrainedTrapsEmulationEnabled]
  • [IVZGenericPlatformConfiguration._setGuestType]
  • [IVZGenericPlatformConfiguration._setPerformanceMonitoringUnitEmulationEnabled]
  • [IVZGenericPlatformConfiguration.NestedVirtualizationEnabled]
  • [IVZGenericPlatformConfiguration.SetNestedVirtualizationEnabled]

type IVZGraphicsDevice ¶

type IVZGraphicsDevice interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZGraphicsDevice class.

Methods ¶

  • [IVZGraphicsDevice._attachDisplayCompletionHandler]
  • [IVZGraphicsDevice._detachDisplayCompletionHandler]
  • [IVZGraphicsDevice._displayPortCount]
  • [IVZGraphicsDevice._initWithVirtualMachineGraphicsDeviceIndexDisplayPortCountDisplays]
  • [IVZGraphicsDevice._validateDisplayForHotPlugError]

type IVZGraphicsDeviceConfiguration ¶

type IVZGraphicsDeviceConfiguration interface {
	objectivec.IObject

	MakeGraphicsDeviceForVirtualMachineGraphicsDeviceIndex(machine objectivec.IObject, index uint64) objectivec.IObject
	ValidateWithError() (bool, error)

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZGraphicsDeviceConfiguration class.

Methods ¶

  • [IVZGraphicsDeviceConfiguration._init]
  • [IVZGraphicsDeviceConfiguration._initWithConfiguration]
  • [IVZGraphicsDeviceConfiguration.MakeGraphicsDeviceForVirtualMachineGraphicsDeviceIndex]
  • [IVZGraphicsDeviceConfiguration.ValidateWithError]
  • [IVZGraphicsDeviceConfiguration._graphicsDevice]
  • [IVZGraphicsDeviceConfiguration.DebugDescription]
  • [IVZGraphicsDeviceConfiguration.Description]
  • [IVZGraphicsDeviceConfiguration.Hash]
  • [IVZGraphicsDeviceConfiguration.Superclass]

type IVZGraphicsDisplay ¶

type IVZGraphicsDisplay interface {
	objectivec.IObject

	InitWithVirtualMachineGraphicsDeviceIndexFramebufferIndexUuid(machine objectivec.IObject, index uint64, index2 uint64, uuid objectivec.IObject) VZGraphicsDisplay
	// contains filtered or unexported methods
}

An interface definition for the VZGraphicsDisplay class.

Methods ¶

  • [IVZGraphicsDisplay._configuration]
  • [IVZGraphicsDisplay._graphicsDevice]
  • [IVZGraphicsDisplay._graphicsOrientation]
  • [IVZGraphicsDisplay._initDetached]
  • [IVZGraphicsDisplay._matchesConfiguration]
  • [IVZGraphicsDisplay._setGraphicsDevice]
  • [IVZGraphicsDisplay._takeScreenshotWithCompletionHandler]
  • [IVZGraphicsDisplay._uuid]
  • [IVZGraphicsDisplay.InitWithVirtualMachineGraphicsDeviceIndexFramebufferIndexUuid]

type IVZGraphicsDisplayConfiguration ¶

type IVZGraphicsDisplayConfiguration interface {
	objectivec.IObject

	Set_uuid(value foundation.NSUUID)
	// contains filtered or unexported methods
}

An interface definition for the VZGraphicsDisplayConfiguration class.

Methods ¶

  • [IVZGraphicsDisplayConfiguration._init]
  • [IVZGraphicsDisplayConfiguration._initWithConfiguration]
  • [IVZGraphicsDisplayConfiguration._setUUID]
  • [IVZGraphicsDisplayConfiguration._uuid]
  • [IVZGraphicsDisplayConfiguration.Set_uuid]

type IVZGuestTraceEvent ¶

type IVZGuestTraceEvent interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZGuestTraceEvent class.

Methods ¶

  • [IVZGuestTraceEvent._init]

type IVZHIDDevice ¶

type IVZHIDDevice interface {
	objectivec.IObject

	SendIOHIDEvents(iOHIDEvents objectivec.IObject)
}

An interface definition for the VZHIDDevice class.

Methods ¶

  • [IVZHIDDevice.SendIOHIDEvents]

type IVZHIDDeviceConfiguration ¶

type IVZHIDDeviceConfiguration interface {
	objectivec.IObject

	MakeHIDDeviceForVirtualMachineHidDeviceIndex(machine objectivec.IObject, index uint64) objectivec.IObject
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZHIDDeviceConfiguration class.

Methods ¶

  • [IVZHIDDeviceConfiguration._hidDevice]
  • [IVZHIDDeviceConfiguration._init]
  • [IVZHIDDeviceConfiguration.MakeHIDDeviceForVirtualMachineHidDeviceIndex]
  • [IVZHIDDeviceConfiguration.DebugDescription]
  • [IVZHIDDeviceConfiguration.Description]
  • [IVZHIDDeviceConfiguration.Hash]
  • [IVZHIDDeviceConfiguration.Superclass]

type IVZHIDEventFilter ¶

type IVZHIDEventFilter interface {
	objectivec.IObject

	GetHIDReportsFromHIDEvent(hIDEvent uintptr) objectivec.IObject
	GetHIDReportsFromNSEvent(nSEvent objectivec.IObject) objectivec.IObject
	UpdateCoordinateTransformIsFlipped(transform corefoundation.CGRect, flipped bool)
}

An interface definition for the VZHIDEventFilter class.

Methods ¶

  • [IVZHIDEventFilter.GetHIDReportsFromHIDEvent]
  • [IVZHIDEventFilter.GetHIDReportsFromNSEvent]
  • [IVZHIDEventFilter.UpdateCoordinateTransformIsFlipped]

type IVZHIDEventMonitor ¶

type IVZHIDEventMonitor interface {
	objectivec.IObject
}

An interface definition for the VZHIDEventMonitor class.

type IVZHostOnlyNetworkDeviceAttachment ¶

type IVZHostOnlyNetworkDeviceAttachment interface {
	IVZNetworkDeviceAttachment
}

An interface definition for the VZHostOnlyNetworkDeviceAttachment class.

type IVZIOHIDEvent ¶

type IVZIOHIDEvent interface {
	objectivec.IObject

	Event() unsafe.Pointer
	InitWithIOHIDEvent(iOHIDEvent unsafe.Pointer) VZIOHIDEvent
}

An interface definition for the VZIOHIDEvent class.

Methods ¶

  • [IVZIOHIDEvent.Event]
  • [IVZIOHIDEvent.InitWithIOHIDEvent]

type IVZIOUSBHostPassthroughDevice ¶

type IVZIOUSBHostPassthroughDevice interface {
	objectivec.IObject

	Configuration() IVZIOUSBHostPassthroughDeviceConfiguration
	SetConfiguration(value IVZIOUSBHostPassthroughDeviceConfiguration)
	IoUSBHostDeviceConfiguration() IVZIOUSBHostPassthroughDeviceConfiguration
	IsPointingDevice() bool
	Signature() objectivec.IObject
	UsbController() IVZUSBController
	SetUsbController(value IVZUSBController)
	Uuid() foundation.NSUUID
	VirtualMachine() IVZVirtualMachine
	SetVirtualMachine(value IVZVirtualMachine)
	InitWithConfigurationError(configuration objectivec.IObject) (VZIOUSBHostPassthroughDevice, error)
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZIOUSBHostPassthroughDevice class.

Methods ¶

  • [IVZIOUSBHostPassthroughDevice._processIOUSBHostDeviceMessageMessageArgumentVirtualMachine]
  • [IVZIOUSBHostPassthroughDevice._releaseDevice]
  • [IVZIOUSBHostPassthroughDevice.Configuration]
  • [IVZIOUSBHostPassthroughDevice.SetConfiguration]
  • [IVZIOUSBHostPassthroughDevice.IoUSBHostDeviceConfiguration]
  • [IVZIOUSBHostPassthroughDevice.IsPointingDevice]
  • [IVZIOUSBHostPassthroughDevice.Signature]
  • [IVZIOUSBHostPassthroughDevice.UsbController]
  • [IVZIOUSBHostPassthroughDevice.SetUsbController]
  • [IVZIOUSBHostPassthroughDevice.Uuid]
  • [IVZIOUSBHostPassthroughDevice.VirtualMachine]
  • [IVZIOUSBHostPassthroughDevice.SetVirtualMachine]
  • [IVZIOUSBHostPassthroughDevice.InitWithConfigurationError]
  • [IVZIOUSBHostPassthroughDevice.DebugDescription]
  • [IVZIOUSBHostPassthroughDevice.Description]
  • [IVZIOUSBHostPassthroughDevice.Hash]
  • [IVZIOUSBHostPassthroughDevice.Superclass]

type IVZIOUSBHostPassthroughDeviceConfiguration ¶

type IVZIOUSBHostPassthroughDeviceConfiguration interface {
	objectivec.IObject

	IsDuplicateConfiguration(configuration objectivec.IObject) bool
	MakeUSBDeviceWithVirtualMachine(machine objectivec.IObject) objectivec.IObject
	Signature() foundation.NSData
	Uuid() foundation.NSUUID
	SetUuid(value foundation.NSUUID)
	InitWithServiceError(service uint32) (VZIOUSBHostPassthroughDeviceConfiguration, error)
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
}

An interface definition for the VZIOUSBHostPassthroughDeviceConfiguration class.

Methods ¶

  • [IVZIOUSBHostPassthroughDeviceConfiguration.IsDuplicateConfiguration]
  • [IVZIOUSBHostPassthroughDeviceConfiguration.MakeUSBDeviceWithVirtualMachine]
  • [IVZIOUSBHostPassthroughDeviceConfiguration.Signature]
  • [IVZIOUSBHostPassthroughDeviceConfiguration.Uuid]
  • [IVZIOUSBHostPassthroughDeviceConfiguration.SetUuid]
  • [IVZIOUSBHostPassthroughDeviceConfiguration.InitWithServiceError]
  • [IVZIOUSBHostPassthroughDeviceConfiguration.DebugDescription]
  • [IVZIOUSBHostPassthroughDeviceConfiguration.Description]
  • [IVZIOUSBHostPassthroughDeviceConfiguration.Hash]
  • [IVZIOUSBHostPassthroughDeviceConfiguration.Superclass]

type IVZKeyEvent ¶

type IVZKeyEvent interface {
	objectivec.IObject

	KeyCode() uint16
	Type() int64
	InitWithEvent(event objectivec.IObject) VZKeyEvent
	InitWithTypeKeyCode(type_ int64, code uint16) VZKeyEvent
}

An interface definition for the VZKeyEvent class.

Methods ¶

  • [IVZKeyEvent.KeyCode]
  • [IVZKeyEvent.Type]
  • [IVZKeyEvent.InitWithEvent]
  • [IVZKeyEvent.InitWithTypeKeyCode]

type IVZKeyboard ¶

type IVZKeyboard interface {
	objectivec.IObject

	ActiveIndicators() uint64
	SendKeyEvents(events objectivec.IObject)
	Type() int64
	InitWithTypeVirtualMachineDeviceIdentifier(type_ int64, machine objectivec.IObject, identifier uint32) VZKeyboard
}

An interface definition for the VZKeyboard class.

Methods ¶

  • [IVZKeyboard.ActiveIndicators]
  • [IVZKeyboard.SendKeyEvents]
  • [IVZKeyboard.Type]
  • [IVZKeyboard.InitWithTypeVirtualMachineDeviceIdentifier]

type IVZKeyboardConfiguration ¶

type IVZKeyboardConfiguration interface {
	objectivec.IObject

	MakeKeyboardForVirtualMachineDeviceIdentifier(machine objectivec.IObject, identifier uint32) objectivec.IObject
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZKeyboardConfiguration class.

Methods ¶

  • [IVZKeyboardConfiguration._init]
  • [IVZKeyboardConfiguration.MakeKeyboardForVirtualMachineDeviceIdentifier]
  • [IVZKeyboardConfiguration.DebugDescription]
  • [IVZKeyboardConfiguration.Description]
  • [IVZKeyboardConfiguration.Hash]
  • [IVZKeyboardConfiguration.Superclass]

type IVZKeyboardEventTap ¶

type IVZKeyboardEventTap interface {
	objectivec.IObject
}

An interface definition for the VZKeyboardEventTap class.

type IVZLinearFramebufferGraphicsDevice ¶

type IVZLinearFramebufferGraphicsDevice interface {
	IVZGraphicsDevice
}

An interface definition for the VZLinearFramebufferGraphicsDevice class.

type IVZLinearFramebufferGraphicsDeviceConfiguration ¶

type IVZLinearFramebufferGraphicsDeviceConfiguration interface {
	IVZGraphicsDeviceConfiguration

	BackingStoreSize() corefoundation.CGSize
	SetBackingStoreSize(value corefoundation.CGSize)
	InitWithBackingStoreSize(size corefoundation.CGSize) VZLinearFramebufferGraphicsDeviceConfiguration
}

An interface definition for the VZLinearFramebufferGraphicsDeviceConfiguration class.

Methods ¶

  • [IVZLinearFramebufferGraphicsDeviceConfiguration.BackingStoreSize]
  • [IVZLinearFramebufferGraphicsDeviceConfiguration.SetBackingStoreSize]
  • [IVZLinearFramebufferGraphicsDeviceConfiguration.InitWithBackingStoreSize]

type IVZLinearFramebufferGraphicsDisplay ¶

type IVZLinearFramebufferGraphicsDisplay interface {
	IVZGraphicsDisplay

	ReconfigureWithConfigurationError(configuration objectivec.IObject) (bool, error)
	ReconfigureWithSizeInPixelsError(pixels corefoundation.CGSize) (bool, error)
	SizeInPixels() corefoundation.CGSize
}

An interface definition for the VZLinearFramebufferGraphicsDisplay class.

Methods ¶

  • [IVZLinearFramebufferGraphicsDisplay.ReconfigureWithConfigurationError]
  • [IVZLinearFramebufferGraphicsDisplay.ReconfigureWithSizeInPixelsError]
  • [IVZLinearFramebufferGraphicsDisplay.SizeInPixels]

type IVZLinuxRosettaCachingOptions ¶

type IVZLinuxRosettaCachingOptions interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZLinuxRosettaCachingOptions class.

Methods ¶

  • [IVZLinuxRosettaCachingOptions._init]
  • [IVZLinuxRosettaCachingOptions._options]
  • [IVZLinuxRosettaCachingOptions.DebugDescription]
  • [IVZLinuxRosettaCachingOptions.Description]
  • [IVZLinuxRosettaCachingOptions.Hash]
  • [IVZLinuxRosettaCachingOptions.Superclass]

type IVZMMIORegion ¶

type IVZMMIORegion interface {
	objectivec.IObject

	BaseAddress() uint64
	Length() uint64
	WriteSynchronously() bool
	InitWithBaseAddressLength(address uint64, length uint64) VZMMIORegion
	InitWithBaseAddressLengthWriteSynchronously(address uint64, length uint64, synchronously bool) VZMMIORegion
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
}

An interface definition for the VZMMIORegion class.

Methods ¶

  • [IVZMMIORegion.BaseAddress]
  • [IVZMMIORegion.Length]
  • [IVZMMIORegion.WriteSynchronously]
  • [IVZMMIORegion.InitWithBaseAddressLength]
  • [IVZMMIORegion.InitWithBaseAddressLengthWriteSynchronously]
  • [IVZMMIORegion.DebugDescription]
  • [IVZMMIORegion.Description]
  • [IVZMMIORegion.Hash]
  • [IVZMMIORegion.Superclass]

type IVZMacAuxiliaryStorage ¶

type IVZMacAuxiliaryStorage interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZMacAuxiliaryStorage class.

Methods ¶

  • [IVZMacAuxiliaryStorage._allNVRAMDataVariablesInPartitionError]
  • [IVZMacAuxiliaryStorage._allNVRAMDataVariablesWithError]
  • [IVZMacAuxiliaryStorage._allNVRAMVariablesInPartitionError]
  • [IVZMacAuxiliaryStorage._allNVRAMVariablesWithError]
  • [IVZMacAuxiliaryStorage._dataValueForNVRAMVariableNamedError]
  • [IVZMacAuxiliaryStorage._initializeUIDKeyWithWrappingKeyError]
  • [IVZMacAuxiliaryStorage._removeNVRAMVariableNamedError]
  • [IVZMacAuxiliaryStorage._setDataValueForNVRAMVariableNamedError]
  • [IVZMacAuxiliaryStorage._setValueForNVRAMVariableNamedError]
  • [IVZMacAuxiliaryStorage._valueForNVRAMVariableNamedError]

type IVZMacBatteryPowerSourceDevice ¶

type IVZMacBatteryPowerSourceDevice interface {
	IVZPowerSourceDevice

	BatterySourceDidUpdateCharge(source objectivec.IObject, charge float64)
	BatterySourceDidUpdateConnectivity(source objectivec.IObject, connectivity int64)
	Source() IVZMacBatterySource
	SetSource(value IVZMacBatterySource)
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
}

An interface definition for the VZMacBatteryPowerSourceDevice class.

Methods ¶

  • [IVZMacBatteryPowerSourceDevice.BatterySourceDidUpdateCharge]
  • [IVZMacBatteryPowerSourceDevice.BatterySourceDidUpdateConnectivity]
  • [IVZMacBatteryPowerSourceDevice.Source]
  • [IVZMacBatteryPowerSourceDevice.SetSource]
  • [IVZMacBatteryPowerSourceDevice.DebugDescription]
  • [IVZMacBatteryPowerSourceDevice.Description]
  • [IVZMacBatteryPowerSourceDevice.Hash]
  • [IVZMacBatteryPowerSourceDevice.Superclass]

type IVZMacBatteryPowerSourceDeviceConfiguration ¶

type IVZMacBatteryPowerSourceDeviceConfiguration interface {
	IVZPowerSourceDeviceConfiguration

	Source() IVZMacBatterySource
	SetSource(value IVZMacBatterySource)
}

An interface definition for the VZMacBatteryPowerSourceDeviceConfiguration class.

Methods ¶

  • [IVZMacBatteryPowerSourceDeviceConfiguration.Source]
  • [IVZMacBatteryPowerSourceDeviceConfiguration.SetSource]

type IVZMacBatterySource ¶

type IVZMacBatterySource interface {
	objectivec.IObject

	RegisterObserver(observer objectivec.IObject)
	UnregisterObserver(observer objectivec.IObject)
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZMacBatterySource class.

Methods ¶

  • [IVZMacBatterySource._init]
  • [IVZMacBatterySource._source]
  • [IVZMacBatterySource.RegisterObserver]
  • [IVZMacBatterySource.UnregisterObserver]
  • [IVZMacBatterySource.DebugDescription]
  • [IVZMacBatterySource.Description]
  • [IVZMacBatterySource.Hash]
  • [IVZMacBatterySource.Superclass]

type IVZMacBifrostDeviceConfiguration ¶

type IVZMacBifrostDeviceConfiguration interface {
	IVZBifrostDeviceConfiguration

	InitWithAttachmentMMIOSize(attachment objectivec.IObject, mIOSize uint64) VZMacBifrostDeviceConfiguration
}

An interface definition for the VZMacBifrostDeviceConfiguration class.

Methods ¶

  • [IVZMacBifrostDeviceConfiguration.InitWithAttachmentMMIOSize]

type IVZMacGraphicsDevice ¶

type IVZMacGraphicsDevice interface {
	IVZGraphicsDevice
	// contains filtered or unexported methods
}

An interface definition for the VZMacGraphicsDevice class.

Methods ¶

  • [IVZMacGraphicsDevice._deviceFeatureLevel]
  • [IVZMacGraphicsDevice._prefersLowPower]

type IVZMacGraphicsDeviceConfiguration ¶

type IVZMacGraphicsDeviceConfiguration interface {
	IVZGraphicsDeviceConfiguration

	Set_deviceFeatureLevel(value int64)

	Set_displayPortCount(value uint64)

	Set_enableProcessIsolation(value bool)

	Set_implicitlyAddsVideoToolboxDevice(value bool)

	Set_prefersLowPower(value bool)
	// contains filtered or unexported methods
}

An interface definition for the VZMacGraphicsDeviceConfiguration class.

Methods ¶

  • [IVZMacGraphicsDeviceConfiguration._deviceFeatureLevel]
  • [IVZMacGraphicsDeviceConfiguration.Set_deviceFeatureLevel]
  • [IVZMacGraphicsDeviceConfiguration._displayPortCount]
  • [IVZMacGraphicsDeviceConfiguration.Set_displayPortCount]
  • [IVZMacGraphicsDeviceConfiguration._enableProcessIsolation]
  • [IVZMacGraphicsDeviceConfiguration.Set_enableProcessIsolation]
  • [IVZMacGraphicsDeviceConfiguration._implicitlyAddsVideoToolboxDevice]
  • [IVZMacGraphicsDeviceConfiguration.Set_implicitlyAddsVideoToolboxDevice]
  • [IVZMacGraphicsDeviceConfiguration._prefersLowPower]
  • [IVZMacGraphicsDeviceConfiguration.Set_prefersLowPower]
  • [IVZMacGraphicsDeviceConfiguration._setDeviceFeatureLevel]
  • [IVZMacGraphicsDeviceConfiguration._setDisplayPortCount]
  • [IVZMacGraphicsDeviceConfiguration._setEnableProcessIsolation]
  • [IVZMacGraphicsDeviceConfiguration._setImplicitlyAddsVideoToolboxDevice]
  • [IVZMacGraphicsDeviceConfiguration._setPrefersLowPower]

type IVZMacGraphicsDisplay ¶

type IVZMacGraphicsDisplay interface {
	IVZGraphicsDisplay

	ReconfigureWithConfigurationError(configuration objectivec.IObject) (bool, error)
	InitWithConfigurationError(configuration objectivec.IObject) (VZMacGraphicsDisplay, error)
	// contains filtered or unexported methods
}

An interface definition for the VZMacGraphicsDisplay class.

Methods ¶

  • [IVZMacGraphicsDisplay._connectionType]
  • [IVZMacGraphicsDisplay._displayIdentifier]
  • [IVZMacGraphicsDisplay._displayMode]
  • [IVZMacGraphicsDisplay.ReconfigureWithConfigurationError]
  • [IVZMacGraphicsDisplay.InitWithConfigurationError]

type IVZMacGraphicsDisplayConfiguration ¶

type IVZMacGraphicsDisplayConfiguration interface {
	IVZGraphicsDisplayConfiguration

	Set_connectionType(value int64)

	Set_displayIdentifier(value string)

	Set_displayMode(value int64)
	// contains filtered or unexported methods
}

An interface definition for the VZMacGraphicsDisplayConfiguration class.

Methods ¶

  • [IVZMacGraphicsDisplayConfiguration._connectionType]
  • [IVZMacGraphicsDisplayConfiguration.Set_connectionType]
  • [IVZMacGraphicsDisplayConfiguration._displayIdentifier]
  • [IVZMacGraphicsDisplayConfiguration.Set_displayIdentifier]
  • [IVZMacGraphicsDisplayConfiguration._displayMode]
  • [IVZMacGraphicsDisplayConfiguration.Set_displayMode]
  • [IVZMacGraphicsDisplayConfiguration._setConnectionType]
  • [IVZMacGraphicsDisplayConfiguration._setDisplayIdentifier]
  • [IVZMacGraphicsDisplayConfiguration._setDisplayMode]

type IVZMacHIDDeviceConfiguration ¶

type IVZMacHIDDeviceConfiguration interface {
	IVZHIDDeviceConfiguration

	ProductID() uint16
	SetProductID(value uint16)
	RegistryProperties() foundation.INSDictionary
	SetRegistryProperties(value foundation.INSDictionary)
	Usage() uint32
	SetUsage(value uint32)
	UsagePage() uint32
	SetUsagePage(value uint32)
	VendorID() uint16
	SetVendorID(value uint16)
	InitWithVendorIDProductIDUsagePageUsage(id uint16, id2 uint16, page uint32, usage uint32) VZMacHIDDeviceConfiguration
}

An interface definition for the VZMacHIDDeviceConfiguration class.

Methods ¶

  • [IVZMacHIDDeviceConfiguration.ProductID]
  • [IVZMacHIDDeviceConfiguration.SetProductID]
  • [IVZMacHIDDeviceConfiguration.RegistryProperties]
  • [IVZMacHIDDeviceConfiguration.SetRegistryProperties]
  • [IVZMacHIDDeviceConfiguration.Usage]
  • [IVZMacHIDDeviceConfiguration.SetUsage]
  • [IVZMacHIDDeviceConfiguration.UsagePage]
  • [IVZMacHIDDeviceConfiguration.SetUsagePage]
  • [IVZMacHIDDeviceConfiguration.VendorID]
  • [IVZMacHIDDeviceConfiguration.SetVendorID]
  • [IVZMacHIDDeviceConfiguration.InitWithVendorIDProductIDUsagePageUsage]

type IVZMacHardwareModel ¶

type IVZMacHardwareModel interface {
	objectivec.IObject

	Supported() bool
	// contains filtered or unexported methods
}

An interface definition for the VZMacHardwareModel class.

Methods ¶

  • [IVZMacHardwareModel._boardID]
  • [IVZMacHardwareModel._isa]
  • [IVZMacHardwareModel._variantID]
  • [IVZMacHardwareModel._variantName]
  • [IVZMacHardwareModel.Supported]

type IVZMacHardwareModelDescriptor ¶

type IVZMacHardwareModelDescriptor interface {
	objectivec.IObject

	SetBoardID(id uint32)
	SetISA(isa int64)
	SetInitialGuestMacOSVersion(oSVersion unsafe.Pointer)
	SetMinimumSupportedHostOSVersion(oSVersion unsafe.Pointer)
	SetPlatformVersion(version uint32)
	SetVariantIDVariantName(id uint32, name objectivec.IObject)
}

An interface definition for the VZMacHardwareModelDescriptor class.

Methods ¶

  • [IVZMacHardwareModelDescriptor.SetBoardID]
  • [IVZMacHardwareModelDescriptor.SetISA]
  • [IVZMacHardwareModelDescriptor.SetInitialGuestMacOSVersion]
  • [IVZMacHardwareModelDescriptor.SetMinimumSupportedHostOSVersion]
  • [IVZMacHardwareModelDescriptor.SetPlatformVersion]
  • [IVZMacHardwareModelDescriptor.SetVariantIDVariantName]

type IVZMacHostBatterySource ¶

type IVZMacHostBatterySource interface {
	IVZMacBatterySource
}

An interface definition for the VZMacHostBatterySource class.

type IVZMacKeyboardConfiguration ¶

type IVZMacKeyboardConfiguration interface {
	IVZKeyboardConfiguration

	Set_softwareKeyboard(value bool)

	Set_supportsGlobeKey(value bool)
	// contains filtered or unexported methods
}

An interface definition for the VZMacKeyboardConfiguration class.

Methods ¶

  • [IVZMacKeyboardConfiguration._setSoftwareKeyboard]
  • [IVZMacKeyboardConfiguration._setSupportsGlobeKey]
  • [IVZMacKeyboardConfiguration._softwareKeyboard]
  • [IVZMacKeyboardConfiguration.Set_softwareKeyboard]
  • [IVZMacKeyboardConfiguration._supportsGlobeKey]
  • [IVZMacKeyboardConfiguration.Set_supportsGlobeKey]

type IVZMacMachineIdentifier ¶

type IVZMacMachineIdentifier interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZMacMachineIdentifier class.

Methods ¶

  • [IVZMacMachineIdentifier._ECID]
  • [IVZMacMachineIdentifier._ECIDChecksDisabled]
  • [IVZMacMachineIdentifier._serialNumber]
  • [IVZMacMachineIdentifier.DebugDescription]
  • [IVZMacMachineIdentifier.Description]
  • [IVZMacMachineIdentifier.Hash]
  • [IVZMacMachineIdentifier.Superclass]

type IVZMacNeuralEngineDeviceConfiguration ¶

type IVZMacNeuralEngineDeviceConfiguration interface {
	IVZAcceleratorDeviceConfiguration

	Set_signatureMismatchAllowed(value bool)
	// contains filtered or unexported methods
}

An interface definition for the VZMacNeuralEngineDeviceConfiguration class.

Methods ¶

  • [IVZMacNeuralEngineDeviceConfiguration._isSignatureMismatchAllowed]
  • [IVZMacNeuralEngineDeviceConfiguration._setSignatureMismatchAllowed]
  • [IVZMacNeuralEngineDeviceConfiguration._signatureMismatchAllowed]
  • [IVZMacNeuralEngineDeviceConfiguration.Set_signatureMismatchAllowed]

type IVZMacOSBootLoader ¶

type IVZMacOSBootLoader interface {
	IVZBootLoader

	Set_romURL(value foundation.NSURL)
	// contains filtered or unexported methods
}

An interface definition for the VZMacOSBootLoader class.

Methods ¶

  • [IVZMacOSBootLoader._romURL]
  • [IVZMacOSBootLoader.Set_romURL]
  • [IVZMacOSBootLoader._setROMURL]

type IVZMacOSBootLoaderGuestTraceEvent ¶

type IVZMacOSBootLoaderGuestTraceEvent interface {
	IVZGuestTraceEvent

	Data0() uint32
	Data1() uint32
	Data2() uint32
	Status() uint32
}

An interface definition for the VZMacOSBootLoaderGuestTraceEvent class.

Methods ¶

  • [IVZMacOSBootLoaderGuestTraceEvent.Data0]
  • [IVZMacOSBootLoaderGuestTraceEvent.Data1]
  • [IVZMacOSBootLoaderGuestTraceEvent.Data2]
  • [IVZMacOSBootLoaderGuestTraceEvent.Status]

type IVZMacOSConfigurationRequirements ¶

type IVZMacOSConfigurationRequirements interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZMacOSConfigurationRequirements class.

Methods ¶

  • [IVZMacOSConfigurationRequirements._variants]

type IVZMacOSInstaller ¶

type IVZMacOSInstaller interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZMacOSInstaller class.

Methods ¶

  • [IVZMacOSInstaller._disableMobileDeviceUpdate]

type IVZMacOSRestoreImage ¶

type IVZMacOSRestoreImage interface {
	objectivec.IObject

	Supported() bool
	// contains filtered or unexported methods
}

An interface definition for the VZMacOSRestoreImage class.

Methods ¶

  • [IVZMacOSRestoreImage._configurations]
  • [IVZMacOSRestoreImage.Supported]

type IVZMacOSVirtualMachineStartOptions ¶

type IVZMacOSVirtualMachineStartOptions interface {
	IVZVirtualMachineStartOptions

	Set_forceDFU(value bool)

	Set_stopInIBootStage1(value bool)

	Set_stopInIBootStage2(value bool)
	// contains filtered or unexported methods
}

An interface definition for the VZMacOSVirtualMachineStartOptions class.

Methods ¶

  • [IVZMacOSVirtualMachineStartOptions._forceDFU]
  • [IVZMacOSVirtualMachineStartOptions.Set_forceDFU]
  • [IVZMacOSVirtualMachineStartOptions._setForceDFU]
  • [IVZMacOSVirtualMachineStartOptions._setStopInIBootStage1]
  • [IVZMacOSVirtualMachineStartOptions._setStopInIBootStage2]
  • [IVZMacOSVirtualMachineStartOptions._stopInIBootStage1]
  • [IVZMacOSVirtualMachineStartOptions.Set_stopInIBootStage1]
  • [IVZMacOSVirtualMachineStartOptions._stopInIBootStage2]
  • [IVZMacOSVirtualMachineStartOptions.Set_stopInIBootStage2]

type IVZMacPlatformConfiguration ¶

type IVZMacPlatformConfiguration interface {
	IVZPlatformConfiguration

	Set_guestEncryptionWrappingKey(value IVZWrappingKey)

	Set_hostAttributeShareOptions(value uint64)

	Set_remoteServiceDiscoveryConfiguration(value IVZMacRemoteServiceDiscoveryConfiguration)

	Set_fairPlayEnabled(value bool)

	Set_fakeEncryptionEnabled(value bool)

	Set_productionModeEnabled(value bool)

	Set_sioDescramblerEnabled(value bool)

	Set_strongIdentityEnabled(value bool)
	// contains filtered or unexported methods
}

An interface definition for the VZMacPlatformConfiguration class.

Methods ¶

  • [IVZMacPlatformConfiguration._guestEncryptionWrappingKey]
  • [IVZMacPlatformConfiguration.Set_guestEncryptionWrappingKey]
  • [IVZMacPlatformConfiguration._hostAttributeShareOptions]
  • [IVZMacPlatformConfiguration.Set_hostAttributeShareOptions]
  • [IVZMacPlatformConfiguration._isFairPlayEnabled]
  • [IVZMacPlatformConfiguration._isFakeEncryptionEnabled]
  • [IVZMacPlatformConfiguration._isProductionModeEnabled]
  • [IVZMacPlatformConfiguration._isSIODescramblerEnabled]
  • [IVZMacPlatformConfiguration._isStrongIdentityEnabled]
  • [IVZMacPlatformConfiguration._remoteServiceDiscoveryConfiguration]
  • [IVZMacPlatformConfiguration.Set_remoteServiceDiscoveryConfiguration]
  • [IVZMacPlatformConfiguration._setFairPlayEnabled]
  • [IVZMacPlatformConfiguration._setFakeEncryptionEnabled]
  • [IVZMacPlatformConfiguration._setGuestEncryptionWrappingKey]
  • [IVZMacPlatformConfiguration._setHostAttributeShareOptions]
  • [IVZMacPlatformConfiguration._setProductionModeEnabled]
  • [IVZMacPlatformConfiguration._setRemoteServiceDiscoveryConfiguration]
  • [IVZMacPlatformConfiguration._setSIODescramblerEnabled]
  • [IVZMacPlatformConfiguration._setStrongIdentityEnabled]
  • [IVZMacPlatformConfiguration._fairPlayEnabled]
  • [IVZMacPlatformConfiguration.Set_fairPlayEnabled]
  • [IVZMacPlatformConfiguration._fakeEncryptionEnabled]
  • [IVZMacPlatformConfiguration.Set_fakeEncryptionEnabled]
  • [IVZMacPlatformConfiguration._productionModeEnabled]
  • [IVZMacPlatformConfiguration.Set_productionModeEnabled]
  • [IVZMacPlatformConfiguration._sioDescramblerEnabled]
  • [IVZMacPlatformConfiguration.Set_sioDescramblerEnabled]
  • [IVZMacPlatformConfiguration._strongIdentityEnabled]
  • [IVZMacPlatformConfiguration.Set_strongIdentityEnabled]

type IVZMacRemoteServiceDiscoveryConfiguration ¶

type IVZMacRemoteServiceDiscoveryConfiguration interface {
	objectivec.IObject

	GuestServiceAllowList() foundation.INSArray
	SetGuestServiceAllowList(value foundation.INSArray)
	HostServiceAllowList() foundation.INSArray
	SetHostServiceAllowList(value foundation.INSArray)
}

An interface definition for the VZMacRemoteServiceDiscoveryConfiguration class.

Methods ¶

  • [IVZMacRemoteServiceDiscoveryConfiguration.GuestServiceAllowList]
  • [IVZMacRemoteServiceDiscoveryConfiguration.SetGuestServiceAllowList]
  • [IVZMacRemoteServiceDiscoveryConfiguration.HostServiceAllowList]
  • [IVZMacRemoteServiceDiscoveryConfiguration.SetHostServiceAllowList]

type IVZMacScalerAcceleratorDeviceConfiguration ¶

type IVZMacScalerAcceleratorDeviceConfiguration interface {
	IVZAcceleratorDeviceConfiguration
}

An interface definition for the VZMacScalerAcceleratorDeviceConfiguration class.

type IVZMacSerialNumber ¶

type IVZMacSerialNumber interface {
	objectivec.IObject

	String() string
	InitWithString(string_ objectivec.IObject) VZMacSerialNumber
}

An interface definition for the VZMacSerialNumber class.

Methods ¶

  • [IVZMacSerialNumber.String]
  • [IVZMacSerialNumber.InitWithString]

type IVZMacSyntheticBatterySource ¶

type IVZMacSyntheticBatterySource interface {
	IVZMacBatterySource

	Charge() float64
	SetCharge(value float64)
	Connectivity() int64
	SetConnectivity(value int64)
}

An interface definition for the VZMacSyntheticBatterySource class.

Methods ¶

  • [IVZMacSyntheticBatterySource.Charge]
  • [IVZMacSyntheticBatterySource.SetCharge]
  • [IVZMacSyntheticBatterySource.Connectivity]
  • [IVZMacSyntheticBatterySource.SetConnectivity]

type IVZMacTouchIDDeviceConfiguration ¶

type IVZMacTouchIDDeviceConfiguration interface {
	IVZBiometricDeviceConfiguration
}

An interface definition for the VZMacTouchIDDeviceConfiguration class.

type IVZMacTrackpadConfiguration ¶

type IVZMacTrackpadConfiguration interface {
	IVZPointingDeviceConfiguration
}

An interface definition for the VZMacTrackpadConfiguration class.

type IVZMacVideoToolboxDeviceConfiguration ¶

type IVZMacVideoToolboxDeviceConfiguration interface {
	IVZAcceleratorDeviceConfiguration
}

An interface definition for the VZMacVideoToolboxDeviceConfiguration class.

type IVZMacWallPowerSourceDevice ¶

type IVZMacWallPowerSourceDevice interface {
	IVZPowerSourceDevice
}

An interface definition for the VZMacWallPowerSourceDevice class.

type IVZMacWallPowerSourceDeviceConfiguration ¶

type IVZMacWallPowerSourceDeviceConfiguration interface {
	IVZPowerSourceDeviceConfiguration
}

An interface definition for the VZMacWallPowerSourceDeviceConfiguration class.

type IVZMagnifyEvent ¶

type IVZMagnifyEvent interface {
	objectivec.IObject

	Magnification() float64
	Phase() uint64
	InitWithEvent(event objectivec.IObject) VZMagnifyEvent
	InitWithMagnificationPhase(magnification float64, phase uint64) VZMagnifyEvent
}

An interface definition for the VZMagnifyEvent class.

Methods ¶

  • [IVZMagnifyEvent.Magnification]
  • [IVZMagnifyEvent.Phase]
  • [IVZMagnifyEvent.InitWithEvent]
  • [IVZMagnifyEvent.InitWithMagnificationPhase]

type IVZMailboxDeviceAttachment ¶

type IVZMailboxDeviceAttachment interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZMailboxDeviceAttachment class.

Methods ¶

  • [IVZMailboxDeviceAttachment._attachment]
  • [IVZMailboxDeviceAttachment._init]
  • [IVZMailboxDeviceAttachment.DebugDescription]
  • [IVZMailboxDeviceAttachment.Description]
  • [IVZMailboxDeviceAttachment.Hash]
  • [IVZMailboxDeviceAttachment.Superclass]

type IVZMailboxDeviceConfiguration ¶

type IVZMailboxDeviceConfiguration interface {
	objectivec.IObject

	Attachment() IVZMailboxDeviceAttachment
	SetAttachment(value IVZMailboxDeviceAttachment)
	ValidateWithError() (bool, error)
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZMailboxDeviceConfiguration class.

Methods ¶

  • [IVZMailboxDeviceConfiguration._init]
  • [IVZMailboxDeviceConfiguration._mailboxDevice]
  • [IVZMailboxDeviceConfiguration.Attachment]
  • [IVZMailboxDeviceConfiguration.SetAttachment]
  • [IVZMailboxDeviceConfiguration.ValidateWithError]
  • [IVZMailboxDeviceConfiguration.DebugDescription]
  • [IVZMailboxDeviceConfiguration.Description]
  • [IVZMailboxDeviceConfiguration.Hash]
  • [IVZMailboxDeviceConfiguration.Superclass]

type IVZMailboxHandleMailboxDeviceConfiguration ¶

type IVZMailboxHandleMailboxDeviceConfiguration interface {
	IVZMailboxDeviceConfiguration
}

An interface definition for the VZMailboxHandleMailboxDeviceConfiguration class.

type IVZMemory ¶

type IVZMemory interface {
	objectivec.IObject

	Length() uint64
	MutableBytes() unsafe.Pointer
	PhysicalAddress() uint64
}

An interface definition for the VZMemory class.

Methods ¶

  • [IVZMemory.Length]
  • [IVZMemory.MutableBytes]
  • [IVZMemory.PhysicalAddress]

type IVZMemoryBalloonDevice ¶

type IVZMemoryBalloonDevice interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZMemoryBalloonDevice class.

Methods ¶

  • [IVZMemoryBalloonDevice._init]

type IVZMemoryBalloonDeviceConfiguration ¶

type IVZMemoryBalloonDeviceConfiguration interface {
	objectivec.IObject

	MakeMemoryBalloonDeviceForVirtualMachineMemoryBalloonDeviceIndexMaxTargetMemorySize(machine objectivec.IObject, index uint64, size uint64) objectivec.IObject
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZMemoryBalloonDeviceConfiguration class.

Methods ¶

  • [IVZMemoryBalloonDeviceConfiguration._init]
  • [IVZMemoryBalloonDeviceConfiguration.MakeMemoryBalloonDeviceForVirtualMachineMemoryBalloonDeviceIndexMaxTargetMemorySize]
  • [IVZMemoryBalloonDeviceConfiguration.DebugDescription]
  • [IVZMemoryBalloonDeviceConfiguration.Description]
  • [IVZMemoryBalloonDeviceConfiguration.Hash]
  • [IVZMemoryBalloonDeviceConfiguration.Superclass]

type IVZMouse ¶

type IVZMouse interface {
	IVZPointingDevice

	SendMouseEvents(events objectivec.IObject)
}

An interface definition for the VZMouse class.

Methods ¶

  • [IVZMouse.SendMouseEvents]

type IVZMouseEvent ¶

type IVZMouseEvent interface {
	objectivec.IObject

	InitWithPressedButtonsDeltaXDeltaY(buttons int64, x float64, y float64) VZMouseEvent
}

An interface definition for the VZMouseEvent class.

Methods ¶

  • [IVZMouseEvent.InitWithPressedButtonsDeltaXDeltaY]

type IVZMultiTouchDevice ¶

type IVZMultiTouchDevice interface {
	objectivec.IObject

	AssociationIdentifier() foundation.NSUUID
	SendMultiTouchEvents(events objectivec.IObject)
}

An interface definition for the VZMultiTouchDevice class.

Methods ¶

  • [IVZMultiTouchDevice.AssociationIdentifier]
  • [IVZMultiTouchDevice.SendMultiTouchEvents]

type IVZMultiTouchDeviceConfiguration ¶

type IVZMultiTouchDeviceConfiguration interface {
	objectivec.IObject

	AssociationIdentifier() foundation.NSUUID
	SetAssociationIdentifier(value foundation.NSUUID)
	MakeMultiTouchDeviceForVirtualMachineMultiTouchDeviceIndex(machine objectivec.IObject, index uint64) objectivec.IObject
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZMultiTouchDeviceConfiguration class.

Methods ¶

  • [IVZMultiTouchDeviceConfiguration._init]
  • [IVZMultiTouchDeviceConfiguration._multiTouchDevice]
  • [IVZMultiTouchDeviceConfiguration.AssociationIdentifier]
  • [IVZMultiTouchDeviceConfiguration.SetAssociationIdentifier]
  • [IVZMultiTouchDeviceConfiguration.MakeMultiTouchDeviceForVirtualMachineMultiTouchDeviceIndex]
  • [IVZMultiTouchDeviceConfiguration.DebugDescription]
  • [IVZMultiTouchDeviceConfiguration.Description]
  • [IVZMultiTouchDeviceConfiguration.Hash]
  • [IVZMultiTouchDeviceConfiguration.Superclass]

type IVZMultiTouchEvent ¶

type IVZMultiTouchEvent interface {
	objectivec.IObject

	Touches() foundation.INSSet
	InitWithEventView(event objectivec.IObject, view objectivec.IObject) VZMultiTouchEvent
	InitWithTouches(touches objectivec.IObject) VZMultiTouchEvent
}

An interface definition for the VZMultiTouchEvent class.

Methods ¶

  • [IVZMultiTouchEvent.Touches]
  • [IVZMultiTouchEvent.InitWithEventView]
  • [IVZMultiTouchEvent.InitWithTouches]

type IVZNATNetworkDeviceAttachment ¶

type IVZNATNetworkDeviceAttachment interface {
	IVZNetworkDeviceAttachment

	Set_interfaceIsolationEnabled(value bool)
	// contains filtered or unexported methods
}

An interface definition for the VZNATNetworkDeviceAttachment class.

Methods ¶

  • [IVZNATNetworkDeviceAttachment._interfaceIsolationEnabled]
  • [IVZNATNetworkDeviceAttachment.Set_interfaceIsolationEnabled]
  • [IVZNATNetworkDeviceAttachment._setInterfaceIsolationEnabled]

type IVZNetworkBlockDeviceStorageDeviceAttachment ¶

type IVZNetworkBlockDeviceStorageDeviceAttachment interface {
	IVZStorageDeviceAttachment

	ForcedReadOnly() bool
}

An interface definition for the VZNetworkBlockDeviceStorageDeviceAttachment class.

Methods ¶

  • [IVZNetworkBlockDeviceStorageDeviceAttachment.ForcedReadOnly]

type IVZNetworkDevice ¶

type IVZNetworkDevice interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZNetworkDevice class.

Methods ¶

  • [IVZNetworkDevice._type]

type IVZNetworkDeviceAttachment ¶

type IVZNetworkDeviceAttachment interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZNetworkDeviceAttachment class.

Methods ¶

  • [IVZNetworkDeviceAttachment._init]
  • [IVZNetworkDeviceAttachment._attachment]
  • [IVZNetworkDeviceAttachment.DebugDescription]
  • [IVZNetworkDeviceAttachment.Description]
  • [IVZNetworkDeviceAttachment.Hash]
  • [IVZNetworkDeviceAttachment.Superclass]

type IVZNetworkDeviceConfiguration ¶

type IVZNetworkDeviceConfiguration interface {
	objectivec.IObject

	MakeNetworkDeviceForVirtualMachineNetworkDeviceIndex(machine objectivec.IObject, index uint64) objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZNetworkDeviceConfiguration class.

Methods ¶

  • [IVZNetworkDeviceConfiguration._init]
  • [IVZNetworkDeviceConfiguration.MakeNetworkDeviceForVirtualMachineNetworkDeviceIndex]
  • [IVZNetworkDeviceConfiguration._networkDevice]
  • [IVZNetworkDeviceConfiguration.DebugDescription]
  • [IVZNetworkDeviceConfiguration.Description]
  • [IVZNetworkDeviceConfiguration.Hash]
  • [IVZNetworkDeviceConfiguration.Superclass]

type IVZObserverProxy ¶

type IVZObserverProxy interface {
	objectivec.IObject
}

An interface definition for the VZObserverProxy class.

type IVZPCIDeviceConfiguration ¶

type IVZPCIDeviceConfiguration interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZPCIDeviceConfiguration class.

Methods ¶

  • [IVZPCIDeviceConfiguration._init]
  • [IVZPCIDeviceConfiguration.DebugDescription]
  • [IVZPCIDeviceConfiguration.Description]
  • [IVZPCIDeviceConfiguration.Hash]
  • [IVZPCIDeviceConfiguration.Superclass]

type IVZPCIPassthroughDeviceConfiguration ¶

type IVZPCIPassthroughDeviceConfiguration interface {
	IVZPCIDeviceConfiguration

	InitWithDomainBusDeviceFunction(domain uint32, bus byte, device byte, function byte) VZPCIPassthroughDeviceConfiguration
}

An interface definition for the VZPCIPassthroughDeviceConfiguration class.

Methods ¶

  • [IVZPCIPassthroughDeviceConfiguration.InitWithDomainBusDeviceFunction]

type IVZPL011SerialPortConfiguration ¶

type IVZPL011SerialPortConfiguration interface {
	IVZSerialPortConfiguration
}

An interface definition for the VZPL011SerialPortConfiguration class.

type IVZPanicDeviceConfiguration ¶

type IVZPanicDeviceConfiguration interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZPanicDeviceConfiguration class.

Methods ¶

  • [IVZPanicDeviceConfiguration._init]
  • [IVZPanicDeviceConfiguration.DebugDescription]
  • [IVZPanicDeviceConfiguration.Description]
  • [IVZPanicDeviceConfiguration.Hash]
  • [IVZPanicDeviceConfiguration.Superclass]

type IVZPlatformConfiguration ¶

type IVZPlatformConfiguration interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZPlatformConfiguration class.

Methods ¶

  • [IVZPlatformConfiguration._init]
  • [IVZPlatformConfiguration._platform]
  • [IVZPlatformConfiguration.DebugDescription]
  • [IVZPlatformConfiguration.Description]
  • [IVZPlatformConfiguration.Hash]
  • [IVZPlatformConfiguration.Superclass]

type IVZPluginService ¶

type IVZPluginService interface {
	objectivec.IObject
}

An interface definition for the VZPluginService class.

type IVZPointingDevice ¶

type IVZPointingDevice interface {
	objectivec.IObject

	SendMagnifyEvents(events objectivec.IObject)
	SendQuickLookEvents(events objectivec.IObject)
	SendRotationEvents(events objectivec.IObject)
	SendScrollWheelEvents(events objectivec.IObject)
	SendSmartMagnifyEvents(events objectivec.IObject)
	Type() int64
	InitWithTypeVirtualMachinePointingDeviceIndex(type_ int64, machine objectivec.IObject, index uint64) VZPointingDevice
}

An interface definition for the VZPointingDevice class.

Methods ¶

  • [IVZPointingDevice.SendMagnifyEvents]
  • [IVZPointingDevice.SendQuickLookEvents]
  • [IVZPointingDevice.SendRotationEvents]
  • [IVZPointingDevice.SendScrollWheelEvents]
  • [IVZPointingDevice.SendSmartMagnifyEvents]
  • [IVZPointingDevice.Type]
  • [IVZPointingDevice.InitWithTypeVirtualMachinePointingDeviceIndex]

type IVZPointingDeviceConfiguration ¶

type IVZPointingDeviceConfiguration interface {
	objectivec.IObject

	MakePointingDeviceForVirtualMachinePointingDeviceIndex(machine objectivec.IObject, index uint64) objectivec.IObject
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZPointingDeviceConfiguration class.

Methods ¶

  • [IVZPointingDeviceConfiguration._init]
  • [IVZPointingDeviceConfiguration._pointingDevice]
  • [IVZPointingDeviceConfiguration.MakePointingDeviceForVirtualMachinePointingDeviceIndex]
  • [IVZPointingDeviceConfiguration.DebugDescription]
  • [IVZPointingDeviceConfiguration.Description]
  • [IVZPointingDeviceConfiguration.Hash]
  • [IVZPointingDeviceConfiguration.Superclass]

type IVZPowerSourceDevice ¶

type IVZPowerSourceDevice interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZPowerSourceDevice class.

Methods ¶

  • [IVZPowerSourceDevice._init]

type IVZPowerSourceDeviceConfiguration ¶

type IVZPowerSourceDeviceConfiguration interface {
	objectivec.IObject

	MakePowerSourceDeviceForVirtualMachinePowerSourceDeviceIndex(machine objectivec.IObject, index uint64) objectivec.IObject
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZPowerSourceDeviceConfiguration class.

Methods ¶

  • [IVZPowerSourceDeviceConfiguration._init]
  • [IVZPowerSourceDeviceConfiguration._powerSourceDevice]
  • [IVZPowerSourceDeviceConfiguration.MakePowerSourceDeviceForVirtualMachinePowerSourceDeviceIndex]
  • [IVZPowerSourceDeviceConfiguration.DebugDescription]
  • [IVZPowerSourceDeviceConfiguration.Description]
  • [IVZPowerSourceDeviceConfiguration.Hash]
  • [IVZPowerSourceDeviceConfiguration.Superclass]

type IVZPvPanicDeviceConfiguration ¶

type IVZPvPanicDeviceConfiguration interface {
	IVZPanicDeviceConfiguration
}

An interface definition for the VZPvPanicDeviceConfiguration class.

type IVZQuickLookEvent ¶

type IVZQuickLookEvent interface {
	objectivec.IObject

	InitWithEvent(event objectivec.IObject) VZQuickLookEvent
}

An interface definition for the VZQuickLookEvent class.

Methods ¶

  • [IVZQuickLookEvent.InitWithEvent]

type IVZRotationEvent ¶

type IVZRotationEvent interface {
	objectivec.IObject

	Phase() uint64
	Rotation() float64
	InitWithEvent(event objectivec.IObject) VZRotationEvent
	InitWithRotationPhase(rotation float64, phase uint64) VZRotationEvent
}

An interface definition for the VZRotationEvent class.

Methods ¶

  • [IVZRotationEvent.Phase]
  • [IVZRotationEvent.Rotation]
  • [IVZRotationEvent.InitWithEvent]
  • [IVZRotationEvent.InitWithRotationPhase]

type IVZSEPCoprocessor ¶

type IVZSEPCoprocessor interface {
	IVZCoprocessor

	DebugStub() IVZDebugStub
}

An interface definition for the VZSEPCoprocessor class.

Methods ¶

  • [IVZSEPCoprocessor.DebugStub]

type IVZSEPCoprocessorConfiguration ¶

type IVZSEPCoprocessorConfiguration interface {
	IVZCoprocessorConfiguration

	DebugStub() IVZDebugStubConfiguration
	SetDebugStub(value IVZDebugStubConfiguration)
	RomBinaryURL() foundation.NSURL
	SetRomBinaryURL(value foundation.NSURL)
	Storage() IVZSEPStorage
	InitWithStorage(storage objectivec.IObject) VZSEPCoprocessorConfiguration
	InitWithStorageURL(url foundation.NSURL) VZSEPCoprocessorConfiguration
}

An interface definition for the VZSEPCoprocessorConfiguration class.

Methods ¶

  • [IVZSEPCoprocessorConfiguration.DebugStub]
  • [IVZSEPCoprocessorConfiguration.SetDebugStub]
  • [IVZSEPCoprocessorConfiguration.RomBinaryURL]
  • [IVZSEPCoprocessorConfiguration.SetRomBinaryURL]
  • [IVZSEPCoprocessorConfiguration.Storage]
  • [IVZSEPCoprocessorConfiguration.InitWithStorage]
  • [IVZSEPCoprocessorConfiguration.InitWithStorageURL]

type IVZSEPStorage ¶

type IVZSEPStorage interface {
	objectivec.IObject

	URL() foundation.NSURL
	InitCreatingStorageAtURLError(url foundation.NSURL) (VZSEPStorage, error)
	InitWithURL(url foundation.NSURL) VZSEPStorage
}

An interface definition for the VZSEPStorage class.

Methods ¶

  • [IVZSEPStorage.URL]
  • [IVZSEPStorage.InitCreatingStorageAtURLError]
  • [IVZSEPStorage.InitWithURL]

type IVZScreenCoordinatePointerEvent ¶

type IVZScreenCoordinatePointerEvent interface {
	objectivec.IObject

	Location() corefoundation.CGPoint
	PressedButtons() int64
	InitWithEventView(event objectivec.IObject, view objectivec.IObject) VZScreenCoordinatePointerEvent
	InitWithLocationPressedButtons(location corefoundation.CGPoint, buttons int64) VZScreenCoordinatePointerEvent
}

An interface definition for the VZScreenCoordinatePointerEvent class.

Methods ¶

  • [IVZScreenCoordinatePointerEvent.Location]
  • [IVZScreenCoordinatePointerEvent.PressedButtons]
  • [IVZScreenCoordinatePointerEvent.InitWithEventView]
  • [IVZScreenCoordinatePointerEvent.InitWithLocationPressedButtons]

type IVZScreenCoordinatePointingDevice ¶

type IVZScreenCoordinatePointingDevice interface {
	IVZPointingDevice

	SendPointerEvents(events objectivec.IObject)
}

An interface definition for the VZScreenCoordinatePointingDevice class.

Methods ¶

  • [IVZScreenCoordinatePointingDevice.SendPointerEvents]

type IVZScrollWheelEvent ¶

type IVZScrollWheelEvent interface {
	objectivec.IObject

	AcceleratedScrollingDeltaX() float64
	AcceleratedScrollingDeltaY() float64
	MomentumPhase() uint64
	ScrollPhase() uint64
	ScrollingDeltaX() float64
	ScrollingDeltaY() float64
	InitWithEvent(event objectivec.IObject) VZScrollWheelEvent
	InitWithScrollingDeltaXScrollingDeltaYAcceleratedScrollingDeltaXAcceleratedScrollingDeltaYScrollPhaseMomentumPhase(x float64, y float64, x2 float64, y2 float64, phase uint64, phase2 uint64) VZScrollWheelEvent
}

An interface definition for the VZScrollWheelEvent class.

Methods ¶

  • [IVZScrollWheelEvent.AcceleratedScrollingDeltaX]
  • [IVZScrollWheelEvent.AcceleratedScrollingDeltaY]
  • [IVZScrollWheelEvent.MomentumPhase]
  • [IVZScrollWheelEvent.ScrollPhase]
  • [IVZScrollWheelEvent.ScrollingDeltaX]
  • [IVZScrollWheelEvent.ScrollingDeltaY]
  • [IVZScrollWheelEvent.InitWithEvent]
  • [IVZScrollWheelEvent.InitWithScrollingDeltaXScrollingDeltaYAcceleratedScrollingDeltaXAcceleratedScrollingDeltaYScrollPhaseMomentumPhase]

type IVZSerialPort ¶

type IVZSerialPort interface {
	objectivec.IObject

	Attachment() IVZSerialPortAttachment
	SetAttachment(value IVZSerialPortAttachment)
	Type() int64
}

An interface definition for the VZSerialPort class.

Methods ¶

  • [IVZSerialPort.Attachment]
  • [IVZSerialPort.SetAttachment]
  • [IVZSerialPort.Type]

type IVZSerialPortAttachment ¶

type IVZSerialPortAttachment interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZSerialPortAttachment class.

Methods ¶

  • [IVZSerialPortAttachment._init]
  • [IVZSerialPortAttachment._attachment]
  • [IVZSerialPortAttachment.DebugDescription]
  • [IVZSerialPortAttachment.Description]
  • [IVZSerialPortAttachment.Hash]
  • [IVZSerialPortAttachment.Superclass]

type IVZSerialPortConfiguration ¶

type IVZSerialPortConfiguration interface {
	objectivec.IObject

	MakeSerialPortForVirtualMachineSerialPortIndex(machine objectivec.IObject, index uint64) objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZSerialPortConfiguration class.

Methods ¶

  • [IVZSerialPortConfiguration._init]
  • [IVZSerialPortConfiguration.MakeSerialPortForVirtualMachineSerialPortIndex]
  • [IVZSerialPortConfiguration._serialPort]
  • [IVZSerialPortConfiguration.DebugDescription]
  • [IVZSerialPortConfiguration.Description]
  • [IVZSerialPortConfiguration.Hash]
  • [IVZSerialPortConfiguration.Superclass]

type IVZSharedDirectory ¶

type IVZSharedDirectory interface {
	objectivec.IObject

	ReadOnly() bool
}

An interface definition for the VZSharedDirectory class.

Methods ¶

  • [IVZSharedDirectory.ReadOnly]

type IVZSmartMagnifyEvent ¶

type IVZSmartMagnifyEvent interface {
	objectivec.IObject

	InitWithEvent(event objectivec.IObject) VZSmartMagnifyEvent
}

An interface definition for the VZSmartMagnifyEvent class.

Methods ¶

  • [IVZSmartMagnifyEvent.InitWithEvent]

type IVZSocketDevice ¶

type IVZSocketDevice interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZSocketDevice class.

Methods ¶

  • [IVZSocketDevice._init]

type IVZSocketDeviceConfiguration ¶

type IVZSocketDeviceConfiguration interface {
	objectivec.IObject

	MakeSocketDeviceForVirtualMachineIdentifier(machine objectivec.IObject, identifier uint64) objectivec.IObject
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZSocketDeviceConfiguration class.

Methods ¶

  • [IVZSocketDeviceConfiguration._init]
  • [IVZSocketDeviceConfiguration.MakeSocketDeviceForVirtualMachineIdentifier]
  • [IVZSocketDeviceConfiguration.DebugDescription]
  • [IVZSocketDeviceConfiguration.Description]
  • [IVZSocketDeviceConfiguration.Hash]
  • [IVZSocketDeviceConfiguration.Superclass]

type IVZSocketSerialPortAttachment ¶

type IVZSocketSerialPortAttachment interface {
	IVZSerialPortAttachment

	Address() objectivec.IObject
	Mode() int64
	UnixSocketAddress() objectivec.IObject
	InitWithModeAddress(mode int64, address *Sockaddr) VZSocketSerialPortAttachment
	InitWithModeUnixSocketAddress(mode int64, address *kernel.Sockaddr_un) VZSocketSerialPortAttachment
}

An interface definition for the VZSocketSerialPortAttachment class.

Methods ¶

  • [IVZSocketSerialPortAttachment.Address]
  • [IVZSocketSerialPortAttachment.Mode]
  • [IVZSocketSerialPortAttachment.UnixSocketAddress]
  • [IVZSocketSerialPortAttachment.InitWithModeAddress]
  • [IVZSocketSerialPortAttachment.InitWithModeUnixSocketAddress]

type IVZSpiceAgent ¶

type IVZSpiceAgent interface {
	objectivec.IObject

	ConsoleDeviceDidClosePort(device objectivec.IObject, port objectivec.IObject)
	ConsoleDeviceDidOpenPort(device objectivec.IObject, port objectivec.IObject)
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
}

An interface definition for the VZSpiceAgent class.

Methods ¶

  • [IVZSpiceAgent.ConsoleDeviceDidClosePort]
  • [IVZSpiceAgent.ConsoleDeviceDidOpenPort]
  • [IVZSpiceAgent.DebugDescription]
  • [IVZSpiceAgent.Description]
  • [IVZSpiceAgent.Hash]
  • [IVZSpiceAgent.Superclass]

type IVZSpiceAgentCore ¶

type IVZSpiceAgentCore interface {
	objectivec.IObject

	DidClosePort()
	DidOpenPort()
	IsValid() bool
	PasteboardItemProvideDataForType(pasteboard objectivec.IObject, item objectivec.IObject, type_ objectivec.IObject)
	Pause()
	Resume()
	Stop()
	InitWithPasteboardQueueCapabilitiesInputOutput(pasteboard objectivec.IObject, queue dispatch.Queue, capabilities objectivec.IObject, input FileDescriptor, output FileDescriptor) VZSpiceAgentCore
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
}

An interface definition for the VZSpiceAgentCore class.

Methods ¶

  • [IVZSpiceAgentCore.DidClosePort]
  • [IVZSpiceAgentCore.DidOpenPort]
  • [IVZSpiceAgentCore.IsValid]
  • [IVZSpiceAgentCore.PasteboardItemProvideDataForType]
  • [IVZSpiceAgentCore.Pause]
  • [IVZSpiceAgentCore.Resume]
  • [IVZSpiceAgentCore.Stop]
  • [IVZSpiceAgentCore.InitWithPasteboardQueueCapabilitiesInputOutput]
  • [IVZSpiceAgentCore.DebugDescription]
  • [IVZSpiceAgentCore.Description]
  • [IVZSpiceAgentCore.Hash]
  • [IVZSpiceAgentCore.Superclass]

type IVZSpiceAgentCoreCapabilities ¶

type IVZSpiceAgentCoreCapabilities interface {
	objectivec.IObject

	Clipboard() bool
	SetClipboard(value bool)
}

An interface definition for the VZSpiceAgentCoreCapabilities class.

Methods ¶

  • [IVZSpiceAgentCoreCapabilities.Clipboard]
  • [IVZSpiceAgentCoreCapabilities.SetClipboard]

type IVZSpiceAgentCorePasteboardItemState ¶

type IVZSpiceAgentCorePasteboardItemState interface {
	objectivec.IObject
}

An interface definition for the VZSpiceAgentCorePasteboardItemState class.

type IVZSpiceAgentCorePasteboardState ¶

type IVZSpiceAgentCorePasteboardState interface {
	objectivec.IObject
}

An interface definition for the VZSpiceAgentCorePasteboardState class.

type IVZSpiceAgentCoreSession ¶

type IVZSpiceAgentCoreSession interface {
	objectivec.IObject
}

An interface definition for the VZSpiceAgentCoreSession class.

type IVZSpiceAgentPortAttachment ¶

type IVZSpiceAgentPortAttachment interface {
	IVZSerialPortAttachment
}

An interface definition for the VZSpiceAgentPortAttachment class.

type IVZStorageDevice ¶

type IVZStorageDevice interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZStorageDevice class.

Methods ¶

  • [IVZStorageDevice._attachment]
  • [IVZStorageDevice._initWithAttachment]
  • [IVZStorageDevice._initWithVirtualMachineAttachment]
  • [IVZStorageDevice._initWithVirtualMachineStorageDeviceIndexAttachment]
  • [IVZStorageDevice._setAttachmentCompletionHandler]
  • [IVZStorageDevice._setVirtualMachine]

type IVZStorageDeviceAttachment ¶

type IVZStorageDeviceAttachment interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZStorageDeviceAttachment class.

Methods ¶

  • [IVZStorageDeviceAttachment._init]
  • [IVZStorageDeviceAttachment.DebugDescription]
  • [IVZStorageDeviceAttachment.Description]
  • [IVZStorageDeviceAttachment.Hash]
  • [IVZStorageDeviceAttachment.Superclass]

type IVZStorageDeviceConfiguration ¶

type IVZStorageDeviceConfiguration interface {
	objectivec.IObject

	MakeStorageDeviceForVirtualMachineStorageDeviceIndex(machine objectivec.IObject, index uint64) objectivec.IObject
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZStorageDeviceConfiguration class.

Methods ¶

  • [IVZStorageDeviceConfiguration._initWithAttachment]
  • [IVZStorageDeviceConfiguration._setAttachment]
  • [IVZStorageDeviceConfiguration.MakeStorageDeviceForVirtualMachineStorageDeviceIndex]
  • [IVZStorageDeviceConfiguration.DebugDescription]
  • [IVZStorageDeviceConfiguration.Description]
  • [IVZStorageDeviceConfiguration.Hash]
  • [IVZStorageDeviceConfiguration.Superclass]

type IVZTemporaryRAMStorageDeviceAttachment ¶

type IVZTemporaryRAMStorageDeviceAttachment interface {
	IVZStorageDeviceAttachment

	URL() foundation.NSURL

	IsReadOnly() bool
	InitWithURLReadOnlyError(url foundation.NSURL, only bool) (VZTemporaryRAMStorageDeviceAttachment, error)
	ReadOnly() bool
	// contains filtered or unexported methods
}

An interface definition for the VZTemporaryRAMStorageDeviceAttachment class.

Methods ¶

  • [IVZTemporaryRAMStorageDeviceAttachment.URL]
  • [IVZTemporaryRAMStorageDeviceAttachment._getAttachmentWithQueueCompletionHandler]
  • [IVZTemporaryRAMStorageDeviceAttachment.IsReadOnly]
  • [IVZTemporaryRAMStorageDeviceAttachment.InitWithURLReadOnlyError]
  • [IVZTemporaryRAMStorageDeviceAttachment.ReadOnly]

type IVZTouch ¶

type IVZTouch interface {
	objectivec.IObject

	Index() byte
	Location() corefoundation.CGPoint
	Phase() int64
	SwipeAim() int64
	Timestamp() float64
	InitWithViewIndexPhaseLocationSwipeAimTimestamp(view objectivec.IObject, index byte, phase int64, location corefoundation.CGPoint, aim int64, timestamp float64) VZTouch
}

An interface definition for the VZTouch class.

Methods ¶

  • [IVZTouch.Index]
  • [IVZTouch.Location]
  • [IVZTouch.Phase]
  • [IVZTouch.SwipeAim]
  • [IVZTouch.Timestamp]
  • [IVZTouch.InitWithViewIndexPhaseLocationSwipeAimTimestamp]

type IVZUSBController ¶

type IVZUSBController interface {
	objectivec.IObject

	Delegate() unsafe.Pointer
	SetDelegate(value unsafe.Pointer)
	// contains filtered or unexported methods
}

An interface definition for the VZUSBController class.

Methods ¶

  • [IVZUSBController._capturePassthroughDevicesWithCompletionHandler]
  • [IVZUSBController._initWithVirtualMachineUsbControllerIndexUsbDevices]
  • [IVZUSBController._releasePassthroughDevices]
  • [IVZUSBController.Delegate]
  • [IVZUSBController.SetDelegate]

type IVZUSBControllerConfiguration ¶

type IVZUSBControllerConfiguration interface {
	objectivec.IObject

	MakeUSBControllerForVirtualMachineUsbControllerIndexUsbDevices(machine objectivec.IObject, index uint64, devices objectivec.IObject) objectivec.IObject
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZUSBControllerConfiguration class.

Methods ¶

  • [IVZUSBControllerConfiguration._init]
  • [IVZUSBControllerConfiguration._usbDevices]
  • [IVZUSBControllerConfiguration.MakeUSBControllerForVirtualMachineUsbControllerIndexUsbDevices]
  • [IVZUSBControllerConfiguration.DebugDescription]
  • [IVZUSBControllerConfiguration.Description]
  • [IVZUSBControllerConfiguration.Hash]
  • [IVZUSBControllerConfiguration.Superclass]

type IVZUSBKeyboard ¶

type IVZUSBKeyboard interface {
	IVZKeyboard

	InitWithConfiguration(configuration objectivec.IObject) VZUSBKeyboard
}

An interface definition for the VZUSBKeyboard class.

Methods ¶

  • [IVZUSBKeyboard.InitWithConfiguration]

type IVZUSBKeyboardConfiguration ¶

type IVZUSBKeyboardConfiguration interface {
	IVZKeyboardConfiguration
}

An interface definition for the VZUSBKeyboardConfiguration class.

type IVZUSBMassStorageDevice ¶

type IVZUSBMassStorageDevice interface {
	IVZStorageDevice

	Configuration() IVZUSBMassStorageDeviceConfiguration
	SetConfiguration(value IVZUSBMassStorageDeviceConfiguration)
	IsPointingDevice() bool
	UsbMassStorageConfiguration() IVZUSBMassStorageDeviceConfiguration
	VirtualMachine() IVZVirtualMachine
	SetVirtualMachine(value IVZVirtualMachine)
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	UsbController() IVZUSBController
	SetUsbController(value IVZUSBController)
}

An interface definition for the VZUSBMassStorageDevice class.

Methods ¶

  • [IVZUSBMassStorageDevice.Configuration]
  • [IVZUSBMassStorageDevice.SetConfiguration]
  • [IVZUSBMassStorageDevice.IsPointingDevice]
  • [IVZUSBMassStorageDevice.UsbMassStorageConfiguration]
  • [IVZUSBMassStorageDevice.VirtualMachine]
  • [IVZUSBMassStorageDevice.SetVirtualMachine]
  • [IVZUSBMassStorageDevice.DebugDescription]
  • [IVZUSBMassStorageDevice.Description]
  • [IVZUSBMassStorageDevice.Hash]
  • [IVZUSBMassStorageDevice.Superclass]
  • [IVZUSBMassStorageDevice.UsbController]
  • [IVZUSBMassStorageDevice.SetUsbController]

type IVZUSBMassStorageDeviceConfiguration ¶

type IVZUSBMassStorageDeviceConfiguration interface {
	IVZStorageDeviceConfiguration

	IsDuplicateConfiguration(configuration objectivec.IObject) bool
	MakeUSBDeviceWithVirtualMachine(machine objectivec.IObject) objectivec.IObject
}

An interface definition for the VZUSBMassStorageDeviceConfiguration class.

Methods ¶

  • [IVZUSBMassStorageDeviceConfiguration.IsDuplicateConfiguration]
  • [IVZUSBMassStorageDeviceConfiguration.MakeUSBDeviceWithVirtualMachine]

type IVZUSBMouseConfiguration ¶

type IVZUSBMouseConfiguration interface {
	IVZPointingDeviceConfiguration
}

An interface definition for the VZUSBMouseConfiguration class.

type IVZUSBOpticalDriveDeviceConfiguration ¶

type IVZUSBOpticalDriveDeviceConfiguration interface {
	IVZStorageDeviceConfiguration

	InitWithAttachment(attachment objectivec.IObject) VZUSBOpticalDriveDeviceConfiguration
	// contains filtered or unexported methods
}

An interface definition for the VZUSBOpticalDriveDeviceConfiguration class.

Methods ¶

  • [IVZUSBOpticalDriveDeviceConfiguration._getStorageDeviceWithQueueSessionCompletionHandler]
  • [IVZUSBOpticalDriveDeviceConfiguration.InitWithAttachment]

type IVZUSBPassthroughDevice ¶

type IVZUSBPassthroughDevice interface {
	objectivec.IObject

	Configuration() IVZUSBPassthroughDeviceConfiguration
	SetConfiguration(value IVZUSBPassthroughDeviceConfiguration)
	IsPointingDevice() bool
	Signature() objectivec.IObject
	UsbController() IVZUSBController
	SetUsbController(value IVZUSBController)
	Uuid() foundation.NSUUID
	VirtualMachine() IVZVirtualMachine
	SetVirtualMachine(value IVZVirtualMachine)
	InitWithConfigurationError(configuration objectivec.IObject) (VZUSBPassthroughDevice, error)
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
}

An interface definition for the VZUSBPassthroughDevice class.

Methods ¶

  • [IVZUSBPassthroughDevice.Configuration]
  • [IVZUSBPassthroughDevice.SetConfiguration]
  • [IVZUSBPassthroughDevice.IsPointingDevice]
  • [IVZUSBPassthroughDevice.Signature]
  • [IVZUSBPassthroughDevice.UsbController]
  • [IVZUSBPassthroughDevice.SetUsbController]
  • [IVZUSBPassthroughDevice.Uuid]
  • [IVZUSBPassthroughDevice.VirtualMachine]
  • [IVZUSBPassthroughDevice.SetVirtualMachine]
  • [IVZUSBPassthroughDevice.InitWithConfigurationError]
  • [IVZUSBPassthroughDevice.DebugDescription]
  • [IVZUSBPassthroughDevice.Description]
  • [IVZUSBPassthroughDevice.Hash]
  • [IVZUSBPassthroughDevice.Superclass]

type IVZUSBPassthroughDeviceConfiguration ¶

type IVZUSBPassthroughDeviceConfiguration interface {
	objectivec.IObject

	Accessory() objectivec.IObject
	IsDuplicateConfiguration(configuration objectivec.IObject) bool
	MakeUSBDeviceWithVirtualMachine(machine objectivec.IObject) objectivec.IObject
	Signature() foundation.NSData
	Uuid() foundation.NSUUID
	SetUuid(value foundation.NSUUID)
	InitWithDevice(device objectivec.IObject) VZUSBPassthroughDeviceConfiguration
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
}

An interface definition for the VZUSBPassthroughDeviceConfiguration class.

Methods ¶

  • [IVZUSBPassthroughDeviceConfiguration.Accessory]
  • [IVZUSBPassthroughDeviceConfiguration.IsDuplicateConfiguration]
  • [IVZUSBPassthroughDeviceConfiguration.MakeUSBDeviceWithVirtualMachine]
  • [IVZUSBPassthroughDeviceConfiguration.Signature]
  • [IVZUSBPassthroughDeviceConfiguration.Uuid]
  • [IVZUSBPassthroughDeviceConfiguration.SetUuid]
  • [IVZUSBPassthroughDeviceConfiguration.InitWithDevice]
  • [IVZUSBPassthroughDeviceConfiguration.DebugDescription]
  • [IVZUSBPassthroughDeviceConfiguration.Description]
  • [IVZUSBPassthroughDeviceConfiguration.Hash]
  • [IVZUSBPassthroughDeviceConfiguration.Superclass]

type IVZUSBScreenCoordinatePointingDeviceConfiguration ¶

type IVZUSBScreenCoordinatePointingDeviceConfiguration interface {
	IVZPointingDeviceConfiguration
}

An interface definition for the VZUSBScreenCoordinatePointingDeviceConfiguration class.

type IVZUSBTouchScreenConfiguration ¶

type IVZUSBTouchScreenConfiguration interface {
	IVZMultiTouchDeviceConfiguration
}

An interface definition for the VZUSBTouchScreenConfiguration class.

type IVZUnixSocketBifrostAttachment ¶

type IVZUnixSocketBifrostAttachment interface {
	IVZBifrostAttachment

	Path() string
	InitWithPathError(path objectivec.IObject) (VZUnixSocketBifrostAttachment, error)
}

An interface definition for the VZUnixSocketBifrostAttachment class.

Methods ¶

  • [IVZUnixSocketBifrostAttachment.Path]
  • [IVZUnixSocketBifrostAttachment.InitWithPathError]

type IVZVNCAuthenticationSecurityConfiguration ¶

type IVZVNCAuthenticationSecurityConfiguration interface {
	IVZVNCSecurityConfiguration

	Password() string
	InitWithPassword(password objectivec.IObject) VZVNCAuthenticationSecurityConfiguration
}

An interface definition for the VZVNCAuthenticationSecurityConfiguration class.

Methods ¶

  • [IVZVNCAuthenticationSecurityConfiguration.Password]
  • [IVZVNCAuthenticationSecurityConfiguration.InitWithPassword]

type IVZVNCNoSecuritySecurityConfiguration ¶

type IVZVNCNoSecuritySecurityConfiguration interface {
	IVZVNCSecurityConfiguration
}

An interface definition for the VZVNCNoSecuritySecurityConfiguration class.

type IVZVNCSecurityConfiguration ¶

type IVZVNCSecurityConfiguration interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZVNCSecurityConfiguration class.

Methods ¶

  • [IVZVNCSecurityConfiguration._init]

type IVZVNCServer ¶

type IVZVNCServer interface {
	objectivec.IObject

	Delegate() unsafe.Pointer
	SetDelegate(value unsafe.Pointer)
	FramebufferDidUpdateGraphicsOrientation(framebuffer objectivec.IObject, orientation int64)
	FramebufferDidUpdateColorSpace(space objectivec.IObject)
	GetDisplayProtectionOptions() unsafe.Pointer
	GraphicsDisplay() IVZGraphicsDisplay
	SetGraphicsDisplay(value IVZGraphicsDisplay)
	Port() uint16
	Queue() objectivec.Object
	SecurityConfiguration() IVZVNCSecurityConfiguration
	Start()
	State() int64
	SetState(value int64)
	Stop()
	VirtualMachine() IVZVirtualMachine
	SetVirtualMachine(value IVZVirtualMachine)
	InitWithBonjourServiceName(name objectivec.IObject) VZVNCServer
	InitWithBonjourServiceNameQueue(name objectivec.IObject, queue objectivec.IObject) VZVNCServer
	InitWithBonjourServiceNameQueueSecurityConfiguration(name objectivec.IObject, queue objectivec.IObject, configuration objectivec.IObject) VZVNCServer
	InitWithPort(port uint16) VZVNCServer
	InitWithPortQueue(port uint16, queue objectivec.IObject) VZVNCServer
	InitWithPortQueueSecurityConfiguration(port uint16, queue objectivec.IObject, configuration objectivec.IObject) VZVNCServer
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
}

An interface definition for the VZVNCServer class.

Methods ¶

  • [IVZVNCServer.Delegate]
  • [IVZVNCServer.SetDelegate]
  • [IVZVNCServer.FramebufferDidUpdateGraphicsOrientation]
  • [IVZVNCServer.FramebufferDidUpdateColorSpace]
  • [IVZVNCServer.GetDisplayProtectionOptions]
  • [IVZVNCServer.GraphicsDisplay]
  • [IVZVNCServer.SetGraphicsDisplay]
  • [IVZVNCServer.Port]
  • [IVZVNCServer.Queue]
  • [IVZVNCServer.SecurityConfiguration]
  • [IVZVNCServer.Start]
  • [IVZVNCServer.State]
  • [IVZVNCServer.SetState]
  • [IVZVNCServer.Stop]
  • [IVZVNCServer.VirtualMachine]
  • [IVZVNCServer.SetVirtualMachine]
  • [IVZVNCServer.InitWithBonjourServiceName]
  • [IVZVNCServer.InitWithBonjourServiceNameQueue]
  • [IVZVNCServer.InitWithBonjourServiceNameQueueSecurityConfiguration]
  • [IVZVNCServer.InitWithPort]
  • [IVZVNCServer.InitWithPortQueue]
  • [IVZVNCServer.InitWithPortQueueSecurityConfiguration]
  • [IVZVNCServer.DebugDescription]
  • [IVZVNCServer.Description]
  • [IVZVNCServer.Hash]
  • [IVZVNCServer.Superclass]

type IVZVhostUserNetworkDeviceAttachment ¶

type IVZVhostUserNetworkDeviceAttachment interface {
	IVZNetworkDeviceAttachment

	GuestChecksumOffload() int64
	GuestTcpSegmentationOffload() int64
	HostChecksumOffload() int64
	HostTcpSegmentationOffload() int64
	Interface() string
	MaximumTransmissionUnit() int64
	XpcService() int64
	InitWithInterfaceError(interface_ objectivec.IObject) (VZVhostUserNetworkDeviceAttachment, error)
	InitWithInterfaceMaximumTransmissionUnitHostChecksumOffloadGuestChecksumOffloadHostTcpSegmentationOffloadGuestTcpSegmentationOffloadError(interface_ objectivec.IObject, unit int64, offload int64, offload2 int64, offload3 int64, offload4 int64) (VZVhostUserNetworkDeviceAttachment, error)
	InitWithInterfaceXpcServiceMaximumTransmissionUnitHostChecksumOffloadGuestChecksumOffloadHostTcpSegmentationOffloadGuestTcpSegmentationOffloadError(interface_ objectivec.IObject, service int64, unit int64, offload int64, offload2 int64, offload3 int64, offload4 int64) (VZVhostUserNetworkDeviceAttachment, error)
}

An interface definition for the VZVhostUserNetworkDeviceAttachment class.

Methods ¶

  • [IVZVhostUserNetworkDeviceAttachment.GuestChecksumOffload]
  • [IVZVhostUserNetworkDeviceAttachment.GuestTcpSegmentationOffload]
  • [IVZVhostUserNetworkDeviceAttachment.HostChecksumOffload]
  • [IVZVhostUserNetworkDeviceAttachment.HostTcpSegmentationOffload]
  • [IVZVhostUserNetworkDeviceAttachment.Interface]
  • [IVZVhostUserNetworkDeviceAttachment.MaximumTransmissionUnit]
  • [IVZVhostUserNetworkDeviceAttachment.XpcService]
  • [IVZVhostUserNetworkDeviceAttachment.InitWithInterfaceError]
  • [IVZVhostUserNetworkDeviceAttachment.InitWithInterfaceMaximumTransmissionUnitHostChecksumOffloadGuestChecksumOffloadHostTcpSegmentationOffloadGuestTcpSegmentationOffloadError]
  • [IVZVhostUserNetworkDeviceAttachment.InitWithInterfaceXpcServiceMaximumTransmissionUnitHostChecksumOffloadGuestChecksumOffloadHostTcpSegmentationOffloadGuestTcpSegmentationOffloadError]

type IVZVirtioConsoleDevice ¶

type IVZVirtioConsoleDevice interface {
	IVZConsoleDevice
}

An interface definition for the VZVirtioConsoleDevice class.

type IVZVirtioConsoleDeviceConfiguration ¶

type IVZVirtioConsoleDeviceConfiguration interface {
	IVZConsoleDeviceConfiguration
}

An interface definition for the VZVirtioConsoleDeviceConfiguration class.

type IVZVirtioConsoleDeviceSerialPortConfiguration ¶

type IVZVirtioConsoleDeviceSerialPortConfiguration interface {
	IVZSerialPortConfiguration
}

An interface definition for the VZVirtioConsoleDeviceSerialPortConfiguration class.

type IVZVirtioConsolePortConfiguration ¶

type IVZVirtioConsolePortConfiguration interface {
	IVZConsolePortConfiguration
}

An interface definition for the VZVirtioConsolePortConfiguration class.

type IVZVirtioDeviceSpecificConfiguration ¶

type IVZVirtioDeviceSpecificConfiguration interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZVirtioDeviceSpecificConfiguration class.

Methods ¶

  • [IVZVirtioDeviceSpecificConfiguration._configuration]
  • [IVZVirtioDeviceSpecificConfiguration._init]

type IVZVirtioEntropyDeviceConfiguration ¶

type IVZVirtioEntropyDeviceConfiguration interface {
	IVZEntropyDeviceConfiguration
}

An interface definition for the VZVirtioEntropyDeviceConfiguration class.

type IVZVirtioFileSystemDeviceConfiguration ¶

type IVZVirtioFileSystemDeviceConfiguration interface {
	IVZDirectorySharingDeviceConfiguration
}

An interface definition for the VZVirtioFileSystemDeviceConfiguration class.

type IVZVirtioGenericDeviceSpecificConfiguration ¶

type IVZVirtioGenericDeviceSpecificConfiguration interface {
	IVZVirtioDeviceSpecificConfiguration

	ConfigurationData() foundation.NSData
	InitWithConfigurationData(data objectivec.IObject) VZVirtioGenericDeviceSpecificConfiguration
}

An interface definition for the VZVirtioGenericDeviceSpecificConfiguration class.

Methods ¶

  • [IVZVirtioGenericDeviceSpecificConfiguration.ConfigurationData]
  • [IVZVirtioGenericDeviceSpecificConfiguration.InitWithConfigurationData]

type IVZVirtioGraphicsDevice ¶

type IVZVirtioGraphicsDevice interface {
	IVZGraphicsDevice
}

An interface definition for the VZVirtioGraphicsDevice class.

type IVZVirtioGraphicsDeviceConfiguration ¶

type IVZVirtioGraphicsDeviceConfiguration interface {
	IVZGraphicsDeviceConfiguration
}

An interface definition for the VZVirtioGraphicsDeviceConfiguration class.

type IVZVirtioGraphicsScanout ¶

type IVZVirtioGraphicsScanout interface {
	IVZGraphicsDisplay

	ReconfigureWithConfigurationError(configuration objectivec.IObject) (bool, error)
	InitWithConfigurationError(configuration objectivec.IObject) (VZVirtioGraphicsScanout, error)
}

An interface definition for the VZVirtioGraphicsScanout class.

Methods ¶

  • [IVZVirtioGraphicsScanout.ReconfigureWithConfigurationError]
  • [IVZVirtioGraphicsScanout.InitWithConfigurationError]

type IVZVirtioGraphicsScanoutConfiguration ¶

type IVZVirtioGraphicsScanoutConfiguration interface {
	IVZGraphicsDisplayConfiguration
}

An interface definition for the VZVirtioGraphicsScanoutConfiguration class.

type IVZVirtioInputDeviceSpecificConfiguration ¶

type IVZVirtioInputDeviceSpecificConfiguration interface {
	IVZVirtioDeviceSpecificConfiguration

	Configurations() foundation.INSArray
	InitWithConfigurations(configurations objectivec.IObject) VZVirtioInputDeviceSpecificConfiguration
}

An interface definition for the VZVirtioInputDeviceSpecificConfiguration class.

Methods ¶

  • [IVZVirtioInputDeviceSpecificConfiguration.Configurations]
  • [IVZVirtioInputDeviceSpecificConfiguration.InitWithConfigurations]

type IVZVirtioKeyboardInputDeviceConfiguration ¶

type IVZVirtioKeyboardInputDeviceConfiguration interface {
	IVZKeyboardConfiguration
}

An interface definition for the VZVirtioKeyboardInputDeviceConfiguration class.

type IVZVirtioMouseInputDeviceConfiguration ¶

type IVZVirtioMouseInputDeviceConfiguration interface {
	IVZPointingDeviceConfiguration
}

An interface definition for the VZVirtioMouseInputDeviceConfiguration class.

type IVZVirtioQueue ¶

type IVZVirtioQueue interface {
	objectivec.IObject

	NextElement() objectivec.IObject
	QueueIndex() uint16
}

An interface definition for the VZVirtioQueue class.

Methods ¶

  • [IVZVirtioQueue.NextElement]
  • [IVZVirtioQueue.QueueIndex]

type IVZVirtioQueueElement ¶

type IVZVirtioQueueElement interface {
	objectivec.IObject

	PeekIntoReadBuffersError(buffers uint64) (objectivec.IObject, error)
	ReadBuffers() objectivec.IObject
	ReadBuffersAvailableByteCount() uint64
	ReadBuffersByteCount() uint64
	ReadBytesError(bytes uint64) (objectivec.IObject, error)
	ReadBytesIntoLengthError(into unsafe.Pointer, length uint64) (bool, error)
	ReturnToQueue()
	WriteError(write objectivec.IObject) (bool, error)
	WriteBuffersAvailableByteCount() uint64
	WriteBuffersByteCount() uint64
	WriteDataLengthError(data unsafe.Pointer, length uint64) (bool, error)
	WrittenByteCount() uint64
}

An interface definition for the VZVirtioQueueElement class.

Methods ¶

  • [IVZVirtioQueueElement.PeekIntoReadBuffersError]
  • [IVZVirtioQueueElement.ReadBuffers]
  • [IVZVirtioQueueElement.ReadBuffersAvailableByteCount]
  • [IVZVirtioQueueElement.ReadBuffersByteCount]
  • [IVZVirtioQueueElement.ReadBytesError]
  • [IVZVirtioQueueElement.ReadBytesIntoLengthError]
  • [IVZVirtioQueueElement.ReturnToQueue]
  • [IVZVirtioQueueElement.WriteError]
  • [IVZVirtioQueueElement.WriteBuffersAvailableByteCount]
  • [IVZVirtioQueueElement.WriteBuffersByteCount]
  • [IVZVirtioQueueElement.WriteDataLengthError]
  • [IVZVirtioQueueElement.WrittenByteCount]

type IVZVirtioSocketDevice ¶

type IVZVirtioSocketDevice interface {
	IVZSocketDevice
	// contains filtered or unexported methods
}

An interface definition for the VZVirtioSocketDevice class.

Methods ¶

  • [IVZVirtioSocketDevice._configurationOptions]
  • [IVZVirtioSocketDevice._setDelegate]

type IVZVirtioSocketDeviceConfiguration ¶

type IVZVirtioSocketDeviceConfiguration interface {
	IVZSocketDeviceConfiguration
}

An interface definition for the VZVirtioSocketDeviceConfiguration class.

type IVZVirtioSocketDeviceObserver ¶

type IVZVirtioSocketDeviceObserver interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

An interface definition for the VZVirtioSocketDeviceObserver class.

Methods ¶

  • [IVZVirtioSocketDeviceObserver._initWithConnectionQueueDelegate]

type IVZVirtioSoundDevice ¶

type IVZVirtioSoundDevice interface {
	IVZAudioDevice
}

An interface definition for the VZVirtioSoundDevice class.

type IVZVirtioSoundDeviceConfiguration ¶

type IVZVirtioSoundDeviceConfiguration interface {
	IVZAudioDeviceConfiguration
}

An interface definition for the VZVirtioSoundDeviceConfiguration class.

type IVZVirtioSoundDeviceStreamConfiguration ¶

type IVZVirtioSoundDeviceStreamConfiguration interface {
	objectivec.IObject

	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZVirtioSoundDeviceStreamConfiguration class.

Methods ¶

  • [IVZVirtioSoundDeviceStreamConfiguration._init]
  • [IVZVirtioSoundDeviceStreamConfiguration._stream]
  • [IVZVirtioSoundDeviceStreamConfiguration.DebugDescription]
  • [IVZVirtioSoundDeviceStreamConfiguration.Description]
  • [IVZVirtioSoundDeviceStreamConfiguration.Hash]
  • [IVZVirtioSoundDeviceStreamConfiguration.Superclass]

type IVZVirtioTraditionalMemoryBalloonDevice ¶

type IVZVirtioTraditionalMemoryBalloonDevice interface {
	IVZMemoryBalloonDevice
	// contains filtered or unexported methods
}

An interface definition for the VZVirtioTraditionalMemoryBalloonDevice class.

Methods ¶

  • [IVZVirtioTraditionalMemoryBalloonDevice._maxTargetVirtualMachineMemorySize]

type IVZVirtioTraditionalMemoryBalloonDeviceConfiguration ¶

type IVZVirtioTraditionalMemoryBalloonDeviceConfiguration interface {
	IVZMemoryBalloonDeviceConfiguration
}

An interface definition for the VZVirtioTraditionalMemoryBalloonDeviceConfiguration class.

type IVZVirtualMachine ¶

type IVZVirtualMachine interface {
	objectivec.IObject

	Set_crashContextMessage(value string)

	Set_name(value string)

	SendDigitizerEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)
	SendIOHIDEventsHidDeviceIndex(iOHIDEvents VZOpaqueIOHIDEvents, index uint32)
	SendKeyboardEventsKeyboardID(events VZOpaqueKeyboardEvents, id uint32)
	SendMagnifyEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)
	SendMouseEventsPointingDeviceIndex(events VZOpaqueMouseEvents, index uint32)
	SendMultiTouchEventsMultiTouchDeviceIndex(events unsafe.Pointer, index uint32)
	SendPointerNSEventPointingDeviceIndex(nSEvent objectivec.IObject, index uint32)
	SendQuickLookEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)
	SendRotationEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)
	SendScrollWheelEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)
	SendSmartMagnifyEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)
	State() int64
	SetState(value int64)
	// contains filtered or unexported methods
}

An interface definition for the VZVirtualMachine class.

Methods ¶

  • [IVZVirtualMachine._audioDevices]
  • [IVZVirtualMachine._canCreateCore]
  • [IVZVirtualMachine._coprocessors]
  • [IVZVirtualMachine._crashContextMessage]
  • [IVZVirtualMachine.Set_crashContextMessage]
  • [IVZVirtualMachine._createCoreWithCompletionHandler]
  • [IVZVirtualMachine._createCoresWithCompletionHandler]
  • [IVZVirtualMachine._createViewEndpointWithOptions]
  • [IVZVirtualMachine._currentConfiguration]
  • [IVZVirtualMachine._debugStub]
  • [IVZVirtualMachine._enterRestrictedModeWithCompletionHandler]
  • [IVZVirtualMachine._getUSBControllerLocationIDWithCompletionHandler]
  • [IVZVirtualMachine._hidDevices]
  • [IVZVirtualMachine._hidEventMonitor]
  • [IVZVirtualMachine._keyboards]
  • [IVZVirtualMachine._multiTouchDevices]
  • [IVZVirtualMachine._name]
  • [IVZVirtualMachine.Set_name]
  • [IVZVirtualMachine._overrideConnectionForTesting]
  • [IVZVirtualMachine._pointingDevices]
  • [IVZVirtualMachine._powerSourceDevices]
  • [IVZVirtualMachine._processHIDReportsForDeviceDeviceType]
  • [IVZVirtualMachine._resetWithTypeCompletionHandler]
  • [IVZVirtualMachine._saveMachineStateToURLOptionsCompletionHandler]
  • [IVZVirtualMachine._serialPorts]
  • [IVZVirtualMachine._serviceProcessIdentifier]
  • [IVZVirtualMachine._setCrashContextMessage]
  • [IVZVirtualMachine._setName]
  • [IVZVirtualMachine._shouldSendHIDReports]
  • [IVZVirtualMachine._stateDescription]
  • [IVZVirtualMachine._storageDevices]
  • [IVZVirtualMachine._validateRestrictedModeSupportWithError]
  • [IVZVirtualMachine.SendDigitizerEventsPointingDeviceIndex]
  • [IVZVirtualMachine.SendIOHIDEventsHidDeviceIndex]
  • [IVZVirtualMachine.SendKeyboardEventsKeyboardID]
  • [IVZVirtualMachine.SendMagnifyEventsPointingDeviceIndex]
  • [IVZVirtualMachine.SendMouseEventsPointingDeviceIndex]
  • [IVZVirtualMachine.SendMultiTouchEventsMultiTouchDeviceIndex]
  • [IVZVirtualMachine.SendPointerNSEventPointingDeviceIndex]
  • [IVZVirtualMachine.SendQuickLookEventsPointingDeviceIndex]
  • [IVZVirtualMachine.SendRotationEventsPointingDeviceIndex]
  • [IVZVirtualMachine.SendScrollWheelEventsPointingDeviceIndex]
  • [IVZVirtualMachine.SendSmartMagnifyEventsPointingDeviceIndex]
  • [IVZVirtualMachine.State]
  • [IVZVirtualMachine.SetState]

type IVZVirtualMachineAccessor ¶

type IVZVirtualMachineAccessor interface {
	objectivec.IObject

	SendDigitizerEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)
	SendIOHIDEventsHidDeviceIndex(iOHIDEvents VZOpaqueIOHIDEvents, index uint32)
	SendKeyboardEventsKeyboardID(events VZOpaqueKeyboardEvents, id uint32)
	SendMagnifyEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)
	SendMouseEventsPointingDeviceIndex(events VZOpaqueMouseEvents, index uint32)
	SendMultiTouchEventsMultiTouchDeviceIndex(events unsafe.Pointer, index uint32)
	SendPointerNSEventPointingDeviceIndex(nSEvent objectivec.IObject, index uint32)
	SendQuickLookEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)
	SendRotationEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)
	SendScrollWheelEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)
	SendSmartMagnifyEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)
	// contains filtered or unexported methods
}

An interface definition for the VZVirtualMachineAccessor class.

Methods ¶

  • [IVZVirtualMachineAccessor._hidEventMonitor]
  • [IVZVirtualMachineAccessor._processHIDReportsForDeviceDeviceType]
  • [IVZVirtualMachineAccessor._shouldSendHIDReports]
  • [IVZVirtualMachineAccessor.SendDigitizerEventsPointingDeviceIndex]
  • [IVZVirtualMachineAccessor.SendIOHIDEventsHidDeviceIndex]
  • [IVZVirtualMachineAccessor.SendKeyboardEventsKeyboardID]
  • [IVZVirtualMachineAccessor.SendMagnifyEventsPointingDeviceIndex]
  • [IVZVirtualMachineAccessor.SendMouseEventsPointingDeviceIndex]
  • [IVZVirtualMachineAccessor.SendMultiTouchEventsMultiTouchDeviceIndex]
  • [IVZVirtualMachineAccessor.SendPointerNSEventPointingDeviceIndex]
  • [IVZVirtualMachineAccessor.SendQuickLookEventsPointingDeviceIndex]
  • [IVZVirtualMachineAccessor.SendRotationEventsPointingDeviceIndex]
  • [IVZVirtualMachineAccessor.SendScrollWheelEventsPointingDeviceIndex]
  • [IVZVirtualMachineAccessor.SendSmartMagnifyEventsPointingDeviceIndex]

type IVZVirtualMachineAccessorManager ¶

type IVZVirtualMachineAccessorManager interface {
	objectivec.IObject
}

An interface definition for the VZVirtualMachineAccessorManager class.

type IVZVirtualMachineConfiguration ¶

type IVZVirtualMachineConfiguration interface {
	objectivec.IObject

	Set_acceleratorDevices(value foundation.INSArray)

	Set_bifrostDevices(value foundation.INSArray)

	Set_biometricDevices(value foundation.INSArray)

	Set_coprocessors(value foundation.INSArray)

	Set_cpuEmulator(value IVZCPUEmulatorConfiguration)

	Set_customMMIODevices(value foundation.INSArray)

	Set_customVirtioDevices(value foundation.INSArray)

	Set_debugStub(value IVZDebugStubConfiguration)

	Set_fatalErrorAction(value int64)

	Set_hidDevices(value foundation.INSArray)

	Set_mailboxDevices(value foundation.INSArray)

	Set_memoryOvercommitmentAllowed(value bool)

	Set_multiTouchDevices(value foundation.INSArray)

	Set_panicAction(value int64)

	Set_panicDevice(value IVZPanicDeviceConfiguration)

	Set_pciPassthroughDevices(value foundation.INSArray)

	Set_powerSourceDevices(value foundation.INSArray)

	Set_restartAction(value int64)

	Set_terminationUnderMemoryPressureEnabled(value bool)

	Set_testIgnoreEntitlementChecks(value bool)

	Set_sharedRamRegions(value unsafe.Pointer)

	// The number of CPUs for the virtual machine. Must be between minimumAllowedCPUCount and maximumAllowedCPUCount.
	CPUCount() uint
	SetCPUCount(value uint)
	// The memory size in bytes for the virtual machine. Must be a multiple of 1MB and between minimumAllowedMemorySize and maximumAllowedMemorySize.
	MemorySize() uint64
	SetMemorySize(value uint64)
	// contains filtered or unexported methods
}

An interface definition for the VZVirtualMachineConfiguration class.

Methods ¶

  • [IVZVirtualMachineConfiguration._acceleratorDevices]
  • [IVZVirtualMachineConfiguration.Set_acceleratorDevices]
  • [IVZVirtualMachineConfiguration._bifrostDevices]
  • [IVZVirtualMachineConfiguration.Set_bifrostDevices]
  • [IVZVirtualMachineConfiguration._biometricDevices]
  • [IVZVirtualMachineConfiguration.Set_biometricDevices]
  • [IVZVirtualMachineConfiguration._coprocessors]
  • [IVZVirtualMachineConfiguration.Set_coprocessors]
  • [IVZVirtualMachineConfiguration._cpuEmulator]
  • [IVZVirtualMachineConfiguration.Set_cpuEmulator]
  • [IVZVirtualMachineConfiguration._customMMIODevices]
  • [IVZVirtualMachineConfiguration.Set_customMMIODevices]
  • [IVZVirtualMachineConfiguration._customVirtioDevices]
  • [IVZVirtualMachineConfiguration.Set_customVirtioDevices]
  • [IVZVirtualMachineConfiguration._debugStub]
  • [IVZVirtualMachineConfiguration.Set_debugStub]
  • [IVZVirtualMachineConfiguration._fatalErrorAction]
  • [IVZVirtualMachineConfiguration.Set_fatalErrorAction]
  • [IVZVirtualMachineConfiguration._hidDevices]
  • [IVZVirtualMachineConfiguration.Set_hidDevices]
  • [IVZVirtualMachineConfiguration._isDuplicateUSBDeviceConfigurationAtUsbDeviceIndex]
  • [IVZVirtualMachineConfiguration._mailboxDevices]
  • [IVZVirtualMachineConfiguration.Set_mailboxDevices]
  • [IVZVirtualMachineConfiguration._memoryOvercommitmentAllowed]
  • [IVZVirtualMachineConfiguration.Set_memoryOvercommitmentAllowed]
  • [IVZVirtualMachineConfiguration._multiTouchDevices]
  • [IVZVirtualMachineConfiguration.Set_multiTouchDevices]
  • [IVZVirtualMachineConfiguration._panicAction]
  • [IVZVirtualMachineConfiguration.Set_panicAction]
  • [IVZVirtualMachineConfiguration._panicDevice]
  • [IVZVirtualMachineConfiguration.Set_panicDevice]
  • [IVZVirtualMachineConfiguration._pciPassthroughDevices]
  • [IVZVirtualMachineConfiguration.Set_pciPassthroughDevices]
  • [IVZVirtualMachineConfiguration._powerSourceDevices]
  • [IVZVirtualMachineConfiguration.Set_powerSourceDevices]
  • [IVZVirtualMachineConfiguration._restartAction]
  • [IVZVirtualMachineConfiguration.Set_restartAction]
  • [IVZVirtualMachineConfiguration._setAcceleratorDevices]
  • [IVZVirtualMachineConfiguration._setBifrostDevices]
  • [IVZVirtualMachineConfiguration._setBiometricDevices]
  • [IVZVirtualMachineConfiguration._setCPUEmulator]
  • [IVZVirtualMachineConfiguration._setCoprocessors]
  • [IVZVirtualMachineConfiguration._setCustomMMIODevices]
  • [IVZVirtualMachineConfiguration._setCustomVirtioDevices]
  • [IVZVirtualMachineConfiguration._setDebugStub]
  • [IVZVirtualMachineConfiguration._setFatalErrorAction]
  • [IVZVirtualMachineConfiguration._setHIDDevices]
  • [IVZVirtualMachineConfiguration._setMailboxDevices]
  • [IVZVirtualMachineConfiguration._setMemoryOvercommitmentAllowed]
  • [IVZVirtualMachineConfiguration._setMultiTouchDevices]
  • [IVZVirtualMachineConfiguration._setPCIPassthroughDevices]
  • [IVZVirtualMachineConfiguration._setPanicAction]
  • [IVZVirtualMachineConfiguration._setPanicDevice]
  • [IVZVirtualMachineConfiguration._setPowerSourceDevices]
  • [IVZVirtualMachineConfiguration._setRestartAction]
  • [IVZVirtualMachineConfiguration._setTerminationUnderMemoryPressureEnabled]
  • [IVZVirtualMachineConfiguration._setTestIgnoreEntitlementChecks]
  • [IVZVirtualMachineConfiguration._terminationUnderMemoryPressureEnabled]
  • [IVZVirtualMachineConfiguration.Set_terminationUnderMemoryPressureEnabled]
  • [IVZVirtualMachineConfiguration._testIgnoreEntitlementChecks]
  • [IVZVirtualMachineConfiguration.Set_testIgnoreEntitlementChecks]
  • [IVZVirtualMachineConfiguration._sharedRamRegions]
  • [IVZVirtualMachineConfiguration.Set_sharedRamRegions]

type IVZVirtualMachineConfigurationDecoder ¶

type IVZVirtualMachineConfigurationDecoder interface {
	objectivec.IObject

	ConfigurationFromDataFormatError(data objectivec.IObject, format *uint64) (objectivec.IObject, error)
	Delegate() unsafe.Pointer
	SetDelegate(value unsafe.Pointer)
	InitWithBaseURL(url foundation.NSURL) VZVirtualMachineConfigurationDecoder
}

An interface definition for the VZVirtualMachineConfigurationDecoder class.

Methods ¶

  • [IVZVirtualMachineConfigurationDecoder.ConfigurationFromDataFormatError]
  • [IVZVirtualMachineConfigurationDecoder.Delegate]
  • [IVZVirtualMachineConfigurationDecoder.SetDelegate]
  • [IVZVirtualMachineConfigurationDecoder.InitWithBaseURL]

type IVZVirtualMachineConfigurationEncoder ¶

type IVZVirtualMachineConfigurationEncoder interface {
	objectivec.IObject

	DataWithConfigurationFormatError(configuration objectivec.IObject, format uint64) (objectivec.IObject, error)
	InitWithBaseURL(url foundation.NSURL) VZVirtualMachineConfigurationEncoder
}

An interface definition for the VZVirtualMachineConfigurationEncoder class.

Methods ¶

  • [IVZVirtualMachineConfigurationEncoder.DataWithConfigurationFormatError]
  • [IVZVirtualMachineConfigurationEncoder.InitWithBaseURL]

type IVZVirtualMachineSaveOptions ¶

type IVZVirtualMachineSaveOptions interface {
	objectivec.IObject

	Compress() bool
	SetCompress(value bool)
	Encrypt() bool
	SetEncrypt(value bool)
}

An interface definition for the VZVirtualMachineSaveOptions class.

Methods ¶

  • [IVZVirtualMachineSaveOptions.Compress]
  • [IVZVirtualMachineSaveOptions.SetCompress]
  • [IVZVirtualMachineSaveOptions.Encrypt]
  • [IVZVirtualMachineSaveOptions.SetEncrypt]

type IVZVirtualMachineStartOptions ¶

type IVZVirtualMachineStartOptions interface {
	objectivec.IObject

	Set_delegatedExceptionClasses(value foundation.INSArray)
	// contains filtered or unexported methods
}

An interface definition for the VZVirtualMachineStartOptions class.

Methods ¶

  • [IVZVirtualMachineStartOptions._delegatedExceptionClasses]
  • [IVZVirtualMachineStartOptions.Set_delegatedExceptionClasses]
  • [IVZVirtualMachineStartOptions._setDelegatedExceptionClasses]

type IVZVirtualMachineView ¶

type IVZVirtualMachineView interface {
	appkit.INSView

	Set_delegate(value unsafe.Pointer)

	Set_graphicsDisplay(value IVZGraphicsDisplay)

	Set_scaleMode(value int64)

	DisplayDidBeginReconfiguration(reconfiguration objectivec.IObject)
	DisplayDidEndReconfiguration(reconfiguration objectivec.IObject)
	DebugDescription() string
	Description() string
	Hash() uint64
	Superclass() objectivec.Class
	// contains filtered or unexported methods
}

An interface definition for the VZVirtualMachineView class.

Methods ¶

  • [IVZVirtualMachineView._canGrabMouseInput]
  • [IVZVirtualMachineView._canReleaseMouseInput]
  • [IVZVirtualMachineView._delegate]
  • [IVZVirtualMachineView.Set_delegate]
  • [IVZVirtualMachineView._grabMouseInput]
  • [IVZVirtualMachineView._graphicsDisplay]
  • [IVZVirtualMachineView.Set_graphicsDisplay]
  • [IVZVirtualMachineView._releaseMouseInput]
  • [IVZVirtualMachineView._scaleMode]
  • [IVZVirtualMachineView.Set_scaleMode]
  • [IVZVirtualMachineView._setDelegate]
  • [IVZVirtualMachineView._setGraphicsDisplay]
  • [IVZVirtualMachineView._setScaleMode]
  • [IVZVirtualMachineView.DisplayDidBeginReconfiguration]
  • [IVZVirtualMachineView.DisplayDidEndReconfiguration]
  • [IVZVirtualMachineView.DebugDescription]
  • [IVZVirtualMachineView.Description]
  • [IVZVirtualMachineView.Hash]
  • [IVZVirtualMachineView.Superclass]

type IVZWrappingKey ¶

type IVZWrappingKey interface {
	objectivec.IObject

	InitWithAESKeyError(aESKey objectivec.IObject) (VZWrappingKey, error)
	InitWithAsymmetricKeyError(key security.SecKeyRef) (VZWrappingKey, error)
	InitWithPasswordError(password objectivec.IObject) (VZWrappingKey, error)
}

An interface definition for the VZWrappingKey class.

Methods ¶

  • [IVZWrappingKey.InitWithAESKeyError]
  • [IVZWrappingKey.InitWithAsymmetricKeyError]
  • [IVZWrappingKey.InitWithPasswordError]

type IVZXHCIController ¶

type IVZXHCIController interface {
	IVZUSBController

	AttachDeviceCompletionHandler(device objectivec.IObject, handler ErrorHandler)
	DetachDeviceCompletionHandler(device objectivec.IObject, handler ErrorHandler)
}

An interface definition for the VZXHCIController class.

Methods ¶

  • [IVZXHCIController.AttachDeviceCompletionHandler]
  • [IVZXHCIController.DetachDeviceCompletionHandler]

type IVZXHCIControllerConfiguration ¶

type IVZXHCIControllerConfiguration interface {
	IVZUSBControllerConfiguration
}

An interface definition for the VZXHCIControllerConfiguration class.

type IVZXPCBifrostAttachment ¶

type IVZXPCBifrostAttachment interface {
	IVZBifrostAttachment
}

An interface definition for the VZXPCBifrostAttachment class.

type IVZXPCClientMailboxDeviceAttachment ¶

type IVZXPCClientMailboxDeviceAttachment interface {
	IVZMailboxDeviceAttachment
	// contains filtered or unexported methods
}

An interface definition for the VZXPCClientMailboxDeviceAttachment class.

Methods ¶

  • [IVZXPCClientMailboxDeviceAttachment._initWithMailboxHandle]

type IVirtualizationMockEventService ¶

type IVirtualizationMockEventService interface {
	objectivec.IObject
}

An interface definition for the VirtualizationMockEventService class.

type IVirtualizationUniversalHIDFilters ¶

type IVirtualizationUniversalHIDFilters interface {
	objectivec.IObject
}

An interface definition for the VirtualizationUniversalHIDFilters class.

type IVirtualizationUniversalHIDKitTranslators ¶

type IVirtualizationUniversalHIDKitTranslators interface {
	objectivec.IObject
}

An interface definition for the VirtualizationUniversalHIDKitTranslators class.

type InstallerMessengerRef ¶ added in v0.5.5

type InstallerMessengerRef uintptr

type IoService ¶ added in v0.5.5

type IoService struct {
	// contains filtered or unexported fields
}

IoService

type MailboxHandle ¶ added in v0.5.5

type MailboxHandle struct {
}

MailboxHandle

type Mutex ¶ added in v0.5.5

type Mutex struct {
	// contains filtered or unexported fields
}

Mutex

type NSCopying ¶

type NSCopying interface {
	objectivec.IObject
}

NSCopying protocol.

type NSCopyingObject ¶

type NSCopyingObject struct {
	objectivec.Object
}

NSCopyingObject wraps an existing Objective-C object that conforms to the NSCopying protocol.

func NSCopyingObjectFromID ¶

func NSCopyingObjectFromID(id objc.ID) NSCopyingObject

NSCopyingObjectFromID constructs a NSCopyingObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (NSCopyingObject) BaseObject ¶

func (o NSCopyingObject) BaseObject() objectivec.Object

type NSPasteboardItemDataProvider ¶

type NSPasteboardItemDataProvider interface {
	objectivec.IObject
}

NSPasteboardItemDataProvider protocol.

type NSPasteboardItemDataProviderObject ¶

type NSPasteboardItemDataProviderObject struct {
	objectivec.Object
}

NSPasteboardItemDataProviderObject wraps an existing Objective-C object that conforms to the NSPasteboardItemDataProvider protocol.

func NSPasteboardItemDataProviderObjectFromID ¶

func NSPasteboardItemDataProviderObjectFromID(id objc.ID) NSPasteboardItemDataProviderObject

NSPasteboardItemDataProviderObjectFromID constructs a NSPasteboardItemDataProviderObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (NSPasteboardItemDataProviderObject) BaseObject ¶

func (NSPasteboardItemDataProviderObject) PasteboardFinishedWithDataProvider ¶

func (o NSPasteboardItemDataProviderObject) PasteboardFinishedWithDataProvider(provider objectivec.IObject)

func (NSPasteboardItemDataProviderObject) PasteboardItemProvideDataForType ¶

func (o NSPasteboardItemDataProviderObject) PasteboardItemProvideDataForType(pasteboard objectivec.IObject, item objectivec.IObject, type_ objectivec.IObject)

type OpaqueIdRef ¶ added in v0.5.5

type OpaqueIdRef uintptr

type PciDeviceLocation ¶ added in v0.5.5

type PciDeviceLocation struct {
	// contains filtered or unexported fields
}

PciDeviceLocation

type PendingGuestConnectionRef ¶ added in v0.5.5

type PendingGuestConnectionRef uintptr

type PipePair ¶ added in v0.5.5

type PipePair struct {
	For_reading FileDescriptor
	For_writing FileDescriptor
}

PipePair

type PluginInstance ¶ added in v0.5.5

type PluginInstance struct {
}

PluginInstance

type PluginInstanceDelegate ¶

type PluginInstanceDelegate struct {
	objectivec.Object
}

Methods ¶

func NewPluginInstanceDelegate ¶

func NewPluginInstanceDelegate() PluginInstanceDelegate

NewPluginInstanceDelegate creates a new PluginInstanceDelegate instance.

func PluginInstanceDelegateFromID ¶

func PluginInstanceDelegateFromID(id objc.ID) PluginInstanceDelegate

PluginInstanceDelegateFromID constructs a PluginInstanceDelegate from an objc.ID.

func (PluginInstanceDelegate) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (PluginInstanceDelegate) DebugDescription ¶

func (p PluginInstanceDelegate) DebugDescription() string

func (PluginInstanceDelegate) Description ¶

func (p PluginInstanceDelegate) Description() string

func (PluginInstanceDelegate) HandleConnectionError ¶

func (p PluginInstanceDelegate) HandleConnectionError(error_ objectivec.IObject)

func (PluginInstanceDelegate) Hash ¶

func (p PluginInstanceDelegate) Hash() uint64

func (PluginInstanceDelegate) Init ¶

Init initializes the instance.

func (PluginInstanceDelegate) InvalidateConnection ¶

func (p PluginInstanceDelegate) InvalidateConnection()

func (PluginInstanceDelegate) Superclass ¶

func (p PluginInstanceDelegate) Superclass() objectivec.Class

type PluginInstanceDelegateClass ¶

type PluginInstanceDelegateClass struct {
	// contains filtered or unexported fields
}

func GetPluginInstanceDelegateClass ¶

func GetPluginInstanceDelegateClass() PluginInstanceDelegateClass

GetPluginInstanceDelegateClass returns the class object for PluginInstanceDelegate.

func (PluginInstanceDelegateClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (PluginInstanceDelegateClass) Class ¶

Class returns the underlying Objective-C class pointer.

type SecKey ¶ added in v0.6.4

type SecKey struct {
}

SecKey

type SharedMemoryMapRef ¶ added in v0.5.5

type SharedMemoryMapRef uintptr

type SharedRamEntryRef ¶ added in v0.5.5

type SharedRamEntryRef uintptr

type SharedRamManager ¶ added in v0.5.5

type SharedRamManager struct {
	// contains filtered or unexported fields
}

SharedRamManager

type SharedRamManagerRef ¶ added in v0.5.5

type SharedRamManagerRef uintptr

type SharedWeakCountRef ¶ added in v0.6.4

type SharedWeakCountRef uintptr

type Sockaddr ¶ added in v0.5.5

type Sockaddr struct {
}

Sockaddr

type SockaddrStorage ¶ added in v0.6.4

type SockaddrStorage struct {
	Ss_len    uint8
	Ss_family uint8
	// contains filtered or unexported fields
}

SockaddrStorage

type VZ16550SerialPortConfiguration ¶

type VZ16550SerialPortConfiguration struct {
	VZSerialPortConfiguration
}

func NewVZ16550SerialPortConfiguration ¶

func NewVZ16550SerialPortConfiguration() VZ16550SerialPortConfiguration

NewVZ16550SerialPortConfiguration creates a new VZ16550SerialPortConfiguration instance.

func VZ16550SerialPortConfigurationFromID ¶

func VZ16550SerialPortConfigurationFromID(id objc.ID) VZ16550SerialPortConfiguration

VZ16550SerialPortConfigurationFromID constructs a VZ16550SerialPortConfiguration from an objc.ID.

func (VZ16550SerialPortConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZ16550SerialPortConfiguration) Init ¶

Init initializes the instance.

type VZ16550SerialPortConfigurationClass ¶

type VZ16550SerialPortConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZ16550SerialPortConfigurationClass ¶

func GetVZ16550SerialPortConfigurationClass() VZ16550SerialPortConfigurationClass

GetVZ16550SerialPortConfigurationClass returns the class object for _VZ16550SerialPortConfiguration.

func (VZ16550SerialPortConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZ16550SerialPortConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZAcceleratorDeviceConfiguration ¶

type VZAcceleratorDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZAcceleratorDeviceConfiguration ¶

func NewVZAcceleratorDeviceConfiguration() VZAcceleratorDeviceConfiguration

NewVZAcceleratorDeviceConfiguration creates a new VZAcceleratorDeviceConfiguration instance.

func VZAcceleratorDeviceConfigurationFromID ¶

func VZAcceleratorDeviceConfigurationFromID(id objc.ID) VZAcceleratorDeviceConfiguration

VZAcceleratorDeviceConfigurationFromID constructs a VZAcceleratorDeviceConfiguration from an objc.ID.

func (VZAcceleratorDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZAcceleratorDeviceConfiguration) DebugDescription ¶

func (v VZAcceleratorDeviceConfiguration) DebugDescription() string

func (VZAcceleratorDeviceConfiguration) Description ¶

func (v VZAcceleratorDeviceConfiguration) Description() string

func (VZAcceleratorDeviceConfiguration) Hash ¶

func (VZAcceleratorDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZAcceleratorDeviceConfiguration) Superclass ¶

type VZAcceleratorDeviceConfigurationClass ¶

type VZAcceleratorDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZAcceleratorDeviceConfigurationClass ¶

func GetVZAcceleratorDeviceConfigurationClass() VZAcceleratorDeviceConfigurationClass

GetVZAcceleratorDeviceConfigurationClass returns the class object for _VZAcceleratorDeviceConfiguration.

func (VZAcceleratorDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZAcceleratorDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZAppleTouchScreenConfiguration ¶

type VZAppleTouchScreenConfiguration struct {
	VZMultiTouchDeviceConfiguration
}

Methods ¶

func NewVZAppleTouchScreenConfiguration ¶

func NewVZAppleTouchScreenConfiguration() VZAppleTouchScreenConfiguration

NewVZAppleTouchScreenConfiguration creates a new VZAppleTouchScreenConfiguration instance.

func VZAppleTouchScreenConfigurationFromID ¶

func VZAppleTouchScreenConfigurationFromID(id objc.ID) VZAppleTouchScreenConfiguration

VZAppleTouchScreenConfigurationFromID constructs a VZAppleTouchScreenConfiguration from an objc.ID.

func (VZAppleTouchScreenConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZAppleTouchScreenConfiguration) CanRegistryProperties ¶ added in v0.6.0

func (v VZAppleTouchScreenConfiguration) CanRegistryProperties() bool

CanRegistryProperties reports whether the receiver responds to the private selector _registryProperties.

func (VZAppleTouchScreenConfiguration) CanSetRegistryProperties ¶ added in v0.6.0

func (v VZAppleTouchScreenConfiguration) CanSetRegistryProperties() bool

CanSetRegistryProperties reports whether the receiver responds to the private selector _setRegistryProperties:.

func (VZAppleTouchScreenConfiguration) Init ¶

Init initializes the instance.

func (VZAppleTouchScreenConfiguration) RegistryProperties ¶ added in v0.6.0

RegistryProperties is an exported wrapper for the private property _registryProperties.

func (VZAppleTouchScreenConfiguration) SetRegistryProperties ¶

func (v VZAppleTouchScreenConfiguration) SetRegistryProperties(properties objectivec.IObject) error

SetRegistryProperties is an exported wrapper for the private method _setRegistryProperties.

func (VZAppleTouchScreenConfiguration) Set_registryProperties ¶

func (v VZAppleTouchScreenConfiguration) Set_registryProperties(value foundation.INSDictionary)

type VZAppleTouchScreenConfigurationClass ¶

type VZAppleTouchScreenConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZAppleTouchScreenConfigurationClass ¶

func GetVZAppleTouchScreenConfigurationClass() VZAppleTouchScreenConfigurationClass

GetVZAppleTouchScreenConfigurationClass returns the class object for _VZAppleTouchScreenConfiguration.

func (VZAppleTouchScreenConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZAppleTouchScreenConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZAudioDevice ¶

type VZAudioDevice struct {
	objectivec.Object
}

Methods ¶

  • [VZAudioDevice._initWithVirtualMachineAudioDeviceIndex]

func NewVZAudioDevice ¶

func NewVZAudioDevice() VZAudioDevice

NewVZAudioDevice creates a new VZAudioDevice instance.

func VZAudioDeviceFromID ¶

func VZAudioDeviceFromID(id objc.ID) VZAudioDevice

VZAudioDeviceFromID constructs a VZAudioDevice from an objc.ID.

func (VZAudioDevice) Autorelease ¶

func (v VZAudioDevice) Autorelease() VZAudioDevice

Autorelease adds the receiver to the current autorelease pool.

func (VZAudioDevice) CanInitWithVirtualMachineAudioDeviceIndex ¶ added in v0.6.0

func (v VZAudioDevice) CanInitWithVirtualMachineAudioDeviceIndex() bool

CanInitWithVirtualMachineAudioDeviceIndex reports whether the receiver responds to the private selector _initWithVirtualMachine:audioDeviceIndex:.

func (VZAudioDevice) Init ¶

func (v VZAudioDevice) Init() VZAudioDevice

Init initializes the instance.

func (VZAudioDevice) InitWithVirtualMachineAudioDeviceIndex ¶

func (v VZAudioDevice) InitWithVirtualMachineAudioDeviceIndex(machine objectivec.IObject, index uint64) (objectivec.IObject, error)

InitWithVirtualMachineAudioDeviceIndex is an exported wrapper for the private method _initWithVirtualMachineAudioDeviceIndex.

type VZAudioDeviceClass ¶

type VZAudioDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZAudioDeviceClass ¶

func GetVZAudioDeviceClass() VZAudioDeviceClass

GetVZAudioDeviceClass returns the class object for _VZAudioDevice.

func (VZAudioDeviceClass) Alloc ¶

func (vc VZAudioDeviceClass) Alloc() VZAudioDevice

Alloc allocates memory for a new instance of the class.

func (VZAudioDeviceClass) Class ¶

func (vc VZAudioDeviceClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZAudioDeviceConfiguration ¶

type VZAudioDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZAudioDeviceConfiguration ¶

func NewVZAudioDeviceConfiguration() VZAudioDeviceConfiguration

NewVZAudioDeviceConfiguration creates a new VZAudioDeviceConfiguration instance.

func VZAudioDeviceConfigurationFromID ¶

func VZAudioDeviceConfigurationFromID(id objc.ID) VZAudioDeviceConfiguration

VZAudioDeviceConfigurationFromID constructs a VZAudioDeviceConfiguration from an objc.ID.

func (VZAudioDeviceConfiguration) AudioDevice ¶ added in v0.6.0

func (v VZAudioDeviceConfiguration) AudioDevice() (unsafe.Pointer, error)

AudioDevice is an exported wrapper for the private property _audioDevice.

func (VZAudioDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZAudioDeviceConfiguration) CanAudioDevice ¶ added in v0.6.0

func (v VZAudioDeviceConfiguration) CanAudioDevice() bool

CanAudioDevice reports whether the receiver responds to the private selector _audioDevice.

func (VZAudioDeviceConfiguration) CanMakeAudioDeviceForVirtualMachineAudioDeviceIndex ¶ added in v0.6.0

func (v VZAudioDeviceConfiguration) CanMakeAudioDeviceForVirtualMachineAudioDeviceIndex() bool

CanMakeAudioDeviceForVirtualMachineAudioDeviceIndex reports whether the receiver responds to the private selector _makeAudioDeviceForVirtualMachine:audioDeviceIndex:.

func (VZAudioDeviceConfiguration) CanRole ¶ added in v0.6.0

func (v VZAudioDeviceConfiguration) CanRole() bool

CanRole reports whether the receiver responds to the private selector _role.

func (VZAudioDeviceConfiguration) CanSetRole ¶ added in v0.6.0

func (v VZAudioDeviceConfiguration) CanSetRole() bool

CanSetRole reports whether the receiver responds to the private selector _setRole:.

func (VZAudioDeviceConfiguration) DebugDescription ¶

func (v VZAudioDeviceConfiguration) DebugDescription() string

func (VZAudioDeviceConfiguration) Description ¶

func (v VZAudioDeviceConfiguration) Description() string

func (VZAudioDeviceConfiguration) Hash ¶

func (VZAudioDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZAudioDeviceConfiguration) MakeAudioDeviceForVirtualMachineAudioDeviceIndex ¶

func (v VZAudioDeviceConfiguration) MakeAudioDeviceForVirtualMachineAudioDeviceIndex(machine objectivec.IObject, index uint64) (objectivec.IObject, error)

MakeAudioDeviceForVirtualMachineAudioDeviceIndex is an exported wrapper for the private method _makeAudioDeviceForVirtualMachineAudioDeviceIndex.

func (VZAudioDeviceConfiguration) Role ¶ added in v0.6.0

Role is an exported wrapper for the private property _role.

func (VZAudioDeviceConfiguration) SetRole ¶

func (v VZAudioDeviceConfiguration) SetRole(role int64) error

SetRole is an exported wrapper for the private method _setRole.

func (VZAudioDeviceConfiguration) Set_role ¶

func (v VZAudioDeviceConfiguration) Set_role(value int64)

func (VZAudioDeviceConfiguration) Superclass ¶

type VZAudioDeviceConfigurationClass ¶

type VZAudioDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZAudioDeviceConfigurationClass ¶

func GetVZAudioDeviceConfigurationClass() VZAudioDeviceConfigurationClass

GetVZAudioDeviceConfigurationClass returns the class object for VZAudioDeviceConfiguration.

func (VZAudioDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZAudioDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZAudioInputStreamSource ¶

type VZAudioInputStreamSource struct {
	objectivec.Object
}

Methods ¶

func NewVZAudioInputStreamSource ¶

func NewVZAudioInputStreamSource() VZAudioInputStreamSource

NewVZAudioInputStreamSource creates a new VZAudioInputStreamSource instance.

func VZAudioInputStreamSourceFromID ¶

func VZAudioInputStreamSourceFromID(id objc.ID) VZAudioInputStreamSource

VZAudioInputStreamSourceFromID constructs a VZAudioInputStreamSource from an objc.ID.

func (VZAudioInputStreamSource) Attachment ¶ added in v0.6.0

func (v VZAudioInputStreamSource) Attachment() (unsafe.Pointer, error)

Attachment is an exported wrapper for the private property _attachment.

func (VZAudioInputStreamSource) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZAudioInputStreamSource) CanAttachment ¶ added in v0.6.0

func (v VZAudioInputStreamSource) CanAttachment() bool

CanAttachment reports whether the receiver responds to the private selector _attachment.

func (VZAudioInputStreamSource) DebugDescription ¶

func (v VZAudioInputStreamSource) DebugDescription() string

func (VZAudioInputStreamSource) Description ¶

func (v VZAudioInputStreamSource) Description() string

func (VZAudioInputStreamSource) Hash ¶

func (VZAudioInputStreamSource) Init ¶

Init initializes the instance.

func (VZAudioInputStreamSource) Superclass ¶

func (v VZAudioInputStreamSource) Superclass() objectivec.Class

type VZAudioInputStreamSourceClass ¶

type VZAudioInputStreamSourceClass struct {
	// contains filtered or unexported fields
}

func GetVZAudioInputStreamSourceClass ¶

func GetVZAudioInputStreamSourceClass() VZAudioInputStreamSourceClass

GetVZAudioInputStreamSourceClass returns the class object for VZAudioInputStreamSource.

func (VZAudioInputStreamSourceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZAudioInputStreamSourceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZAudioOutputStreamSink ¶

type VZAudioOutputStreamSink struct {
	objectivec.Object
}

Methods ¶

func NewVZAudioOutputStreamSink ¶

func NewVZAudioOutputStreamSink() VZAudioOutputStreamSink

NewVZAudioOutputStreamSink creates a new VZAudioOutputStreamSink instance.

func VZAudioOutputStreamSinkFromID ¶

func VZAudioOutputStreamSinkFromID(id objc.ID) VZAudioOutputStreamSink

VZAudioOutputStreamSinkFromID constructs a VZAudioOutputStreamSink from an objc.ID.

func (VZAudioOutputStreamSink) Attachment ¶ added in v0.6.0

func (v VZAudioOutputStreamSink) Attachment() (unsafe.Pointer, error)

Attachment is an exported wrapper for the private property _attachment.

func (VZAudioOutputStreamSink) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZAudioOutputStreamSink) CanAttachment ¶ added in v0.6.0

func (v VZAudioOutputStreamSink) CanAttachment() bool

CanAttachment reports whether the receiver responds to the private selector _attachment.

func (VZAudioOutputStreamSink) DebugDescription ¶

func (v VZAudioOutputStreamSink) DebugDescription() string

func (VZAudioOutputStreamSink) Description ¶

func (v VZAudioOutputStreamSink) Description() string

func (VZAudioOutputStreamSink) Hash ¶

func (VZAudioOutputStreamSink) Init ¶

Init initializes the instance.

func (VZAudioOutputStreamSink) Superclass ¶

func (v VZAudioOutputStreamSink) Superclass() objectivec.Class

type VZAudioOutputStreamSinkClass ¶

type VZAudioOutputStreamSinkClass struct {
	// contains filtered or unexported fields
}

func GetVZAudioOutputStreamSinkClass ¶

func GetVZAudioOutputStreamSinkClass() VZAudioOutputStreamSinkClass

GetVZAudioOutputStreamSinkClass returns the class object for VZAudioOutputStreamSink.

func (VZAudioOutputStreamSinkClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZAudioOutputStreamSinkClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZBifrostAttachment ¶

type VZBifrostAttachment struct {
	objectivec.Object
}

Methods ¶

func NewVZBifrostAttachment ¶

func NewVZBifrostAttachment() VZBifrostAttachment

NewVZBifrostAttachment creates a new VZBifrostAttachment instance.

func VZBifrostAttachmentFromID ¶

func VZBifrostAttachmentFromID(id objc.ID) VZBifrostAttachment

VZBifrostAttachmentFromID constructs a VZBifrostAttachment from an objc.ID.

func (VZBifrostAttachment) Attachment ¶ added in v0.6.0

func (v VZBifrostAttachment) Attachment() (unsafe.Pointer, error)

Attachment is an exported wrapper for the private property _attachment.

func (VZBifrostAttachment) Autorelease ¶

func (v VZBifrostAttachment) Autorelease() VZBifrostAttachment

Autorelease adds the receiver to the current autorelease pool.

func (VZBifrostAttachment) CanAttachment ¶ added in v0.6.0

func (v VZBifrostAttachment) CanAttachment() bool

CanAttachment reports whether the receiver responds to the private selector _attachment.

func (VZBifrostAttachment) DebugDescription ¶

func (v VZBifrostAttachment) DebugDescription() string

func (VZBifrostAttachment) Description ¶

func (v VZBifrostAttachment) Description() string

func (VZBifrostAttachment) Hash ¶

func (v VZBifrostAttachment) Hash() uint64

func (VZBifrostAttachment) Init ¶

Init initializes the instance.

func (VZBifrostAttachment) Superclass ¶

func (v VZBifrostAttachment) Superclass() objectivec.Class

type VZBifrostAttachmentClass ¶

type VZBifrostAttachmentClass struct {
	// contains filtered or unexported fields
}

func GetVZBifrostAttachmentClass ¶

func GetVZBifrostAttachmentClass() VZBifrostAttachmentClass

GetVZBifrostAttachmentClass returns the class object for _VZBifrostAttachment.

func (VZBifrostAttachmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZBifrostAttachmentClass) Class ¶

func (vc VZBifrostAttachmentClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZBifrostDeviceConfiguration ¶

type VZBifrostDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZBifrostDeviceConfiguration ¶

func NewVZBifrostDeviceConfiguration() VZBifrostDeviceConfiguration

NewVZBifrostDeviceConfiguration creates a new VZBifrostDeviceConfiguration instance.

func VZBifrostDeviceConfigurationFromID ¶

func VZBifrostDeviceConfigurationFromID(id objc.ID) VZBifrostDeviceConfiguration

VZBifrostDeviceConfigurationFromID constructs a VZBifrostDeviceConfiguration from an objc.ID.

func (VZBifrostDeviceConfiguration) Attachment ¶

func (VZBifrostDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZBifrostDeviceConfiguration) CanInitWithAttachmentMMIOSize ¶ added in v0.6.0

func (v VZBifrostDeviceConfiguration) CanInitWithAttachmentMMIOSize() bool

CanInitWithAttachmentMMIOSize reports whether the receiver responds to the private selector _initWithAttachment:MMIOSize:.

func (VZBifrostDeviceConfiguration) DebugDescription ¶

func (v VZBifrostDeviceConfiguration) DebugDescription() string

func (VZBifrostDeviceConfiguration) Description ¶

func (v VZBifrostDeviceConfiguration) Description() string

func (VZBifrostDeviceConfiguration) Hash ¶

func (VZBifrostDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZBifrostDeviceConfiguration) InitWithAttachmentMMIOSize ¶

func (v VZBifrostDeviceConfiguration) InitWithAttachmentMMIOSize(attachment objectivec.IObject, mIOSize uint64) (objectivec.IObject, error)

InitWithAttachmentMMIOSize is an exported wrapper for the private method _initWithAttachmentMMIOSize.

func (VZBifrostDeviceConfiguration) MMIOSize ¶

func (v VZBifrostDeviceConfiguration) MMIOSize() uint64

func (VZBifrostDeviceConfiguration) SetAttachment ¶

func (v VZBifrostDeviceConfiguration) SetAttachment(value IVZBifrostAttachment)

func (VZBifrostDeviceConfiguration) SetMMIOSize ¶

func (v VZBifrostDeviceConfiguration) SetMMIOSize(value uint64)

func (VZBifrostDeviceConfiguration) Superclass ¶

type VZBifrostDeviceConfigurationClass ¶

type VZBifrostDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZBifrostDeviceConfigurationClass ¶

func GetVZBifrostDeviceConfigurationClass() VZBifrostDeviceConfigurationClass

GetVZBifrostDeviceConfigurationClass returns the class object for _VZBifrostDeviceConfiguration.

func (VZBifrostDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZBifrostDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZBinaryBootLoader ¶

type VZBinaryBootLoader struct {
	VZBootLoader
}

Methods ¶

func NewVZBinaryBootLoader ¶

func NewVZBinaryBootLoader() VZBinaryBootLoader

NewVZBinaryBootLoader creates a new VZBinaryBootLoader instance.

func NewVZBinaryBootLoaderWithSegmentsEntryPointAddress ¶

func NewVZBinaryBootLoaderWithSegmentsEntryPointAddress(segments objectivec.IObject, address uint64) VZBinaryBootLoader

func VZBinaryBootLoaderFromID ¶

func VZBinaryBootLoaderFromID(id objc.ID) VZBinaryBootLoader

VZBinaryBootLoaderFromID constructs a VZBinaryBootLoader from an objc.ID.

func (VZBinaryBootLoader) Autorelease ¶

func (v VZBinaryBootLoader) Autorelease() VZBinaryBootLoader

Autorelease adds the receiver to the current autorelease pool.

func (VZBinaryBootLoader) EntryPointAddress ¶

func (v VZBinaryBootLoader) EntryPointAddress() uint64

func (VZBinaryBootLoader) Init ¶

Init initializes the instance.

func (VZBinaryBootLoader) InitWithSegmentsEntryPointAddress ¶

func (v VZBinaryBootLoader) InitWithSegmentsEntryPointAddress(segments objectivec.IObject, address uint64) VZBinaryBootLoader

func (VZBinaryBootLoader) Segments ¶

func (v VZBinaryBootLoader) Segments() foundation.INSArray

type VZBinaryBootLoaderClass ¶

type VZBinaryBootLoaderClass struct {
	// contains filtered or unexported fields
}

func GetVZBinaryBootLoaderClass ¶

func GetVZBinaryBootLoaderClass() VZBinaryBootLoaderClass

GetVZBinaryBootLoaderClass returns the class object for _VZBinaryBootLoader.

func (VZBinaryBootLoaderClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZBinaryBootLoaderClass) Class ¶

func (vc VZBinaryBootLoaderClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZBinaryBootLoaderSegment ¶

type VZBinaryBootLoaderSegment struct {
	objectivec.Object
}

Methods ¶

func NewVZBinaryBootLoaderSegment ¶

func NewVZBinaryBootLoaderSegment() VZBinaryBootLoaderSegment

NewVZBinaryBootLoaderSegment creates a new VZBinaryBootLoaderSegment instance.

func NewVZBinaryBootLoaderSegmentWithBinaryURLLoadAddress ¶

func NewVZBinaryBootLoaderSegmentWithBinaryURLLoadAddress(url foundation.NSURL, address uint64) VZBinaryBootLoaderSegment

func VZBinaryBootLoaderSegmentFromID ¶

func VZBinaryBootLoaderSegmentFromID(id objc.ID) VZBinaryBootLoaderSegment

VZBinaryBootLoaderSegmentFromID constructs a VZBinaryBootLoaderSegment from an objc.ID.

func (VZBinaryBootLoaderSegment) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZBinaryBootLoaderSegment) BinaryURL ¶

func (VZBinaryBootLoaderSegment) Init ¶

Init initializes the instance.

func (VZBinaryBootLoaderSegment) InitWithBinaryURLLoadAddress ¶

func (v VZBinaryBootLoaderSegment) InitWithBinaryURLLoadAddress(url foundation.NSURL, address uint64) VZBinaryBootLoaderSegment

func (VZBinaryBootLoaderSegment) LoadAddress ¶

func (v VZBinaryBootLoaderSegment) LoadAddress() uint64

type VZBinaryBootLoaderSegmentClass ¶

type VZBinaryBootLoaderSegmentClass struct {
	// contains filtered or unexported fields
}

func GetVZBinaryBootLoaderSegmentClass ¶

func GetVZBinaryBootLoaderSegmentClass() VZBinaryBootLoaderSegmentClass

GetVZBinaryBootLoaderSegmentClass returns the class object for _VZBinaryBootLoaderSegment.

func (VZBinaryBootLoaderSegmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZBinaryBootLoaderSegmentClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZBiometricDeviceConfiguration ¶

type VZBiometricDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZBiometricDeviceConfiguration ¶

func NewVZBiometricDeviceConfiguration() VZBiometricDeviceConfiguration

NewVZBiometricDeviceConfiguration creates a new VZBiometricDeviceConfiguration instance.

func VZBiometricDeviceConfigurationFromID ¶

func VZBiometricDeviceConfigurationFromID(id objc.ID) VZBiometricDeviceConfiguration

VZBiometricDeviceConfigurationFromID constructs a VZBiometricDeviceConfiguration from an objc.ID.

func (VZBiometricDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZBiometricDeviceConfiguration) DebugDescription ¶

func (v VZBiometricDeviceConfiguration) DebugDescription() string

func (VZBiometricDeviceConfiguration) Description ¶

func (v VZBiometricDeviceConfiguration) Description() string

func (VZBiometricDeviceConfiguration) Hash ¶

func (VZBiometricDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZBiometricDeviceConfiguration) Superclass ¶

type VZBiometricDeviceConfigurationClass ¶

type VZBiometricDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZBiometricDeviceConfigurationClass ¶

func GetVZBiometricDeviceConfigurationClass() VZBiometricDeviceConfigurationClass

GetVZBiometricDeviceConfigurationClass returns the class object for _VZBiometricDeviceConfiguration.

func (VZBiometricDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZBiometricDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZBootLoader ¶

type VZBootLoader struct {
	objectivec.Object
}

Methods ¶

func NewVZBootLoader ¶

func NewVZBootLoader() VZBootLoader

NewVZBootLoader creates a new VZBootLoader instance.

func VZBootLoaderFromID ¶

func VZBootLoaderFromID(id objc.ID) VZBootLoader

VZBootLoaderFromID constructs a VZBootLoader from an objc.ID.

func (VZBootLoader) Autorelease ¶

func (v VZBootLoader) Autorelease() VZBootLoader

Autorelease adds the receiver to the current autorelease pool.

func (VZBootLoader) DebugDescription ¶

func (v VZBootLoader) DebugDescription() string

func (VZBootLoader) Description ¶

func (v VZBootLoader) Description() string

func (VZBootLoader) Hash ¶

func (v VZBootLoader) Hash() uint64

func (VZBootLoader) Init ¶

func (v VZBootLoader) Init() VZBootLoader

Init initializes the instance.

func (VZBootLoader) Superclass ¶

func (v VZBootLoader) Superclass() objectivec.Class

type VZBootLoaderClass ¶

type VZBootLoaderClass struct {
	// contains filtered or unexported fields
}

func GetVZBootLoaderClass ¶

func GetVZBootLoaderClass() VZBootLoaderClass

GetVZBootLoaderClass returns the class object for VZBootLoader.

func (VZBootLoaderClass) Alloc ¶

func (vc VZBootLoaderClass) Alloc() VZBootLoader

Alloc allocates memory for a new instance of the class.

func (VZBootLoaderClass) Class ¶

func (vc VZBootLoaderClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZBridgedNetworkDeviceAttachment ¶

type VZBridgedNetworkDeviceAttachment struct {
	VZNetworkDeviceAttachment
}

Methods ¶

func NewVZBridgedNetworkDeviceAttachment ¶

func NewVZBridgedNetworkDeviceAttachment() VZBridgedNetworkDeviceAttachment

NewVZBridgedNetworkDeviceAttachment creates a new VZBridgedNetworkDeviceAttachment instance.

func VZBridgedNetworkDeviceAttachmentFromID ¶

func VZBridgedNetworkDeviceAttachmentFromID(id objc.ID) VZBridgedNetworkDeviceAttachment

VZBridgedNetworkDeviceAttachmentFromID constructs a VZBridgedNetworkDeviceAttachment from an objc.ID.

func (VZBridgedNetworkDeviceAttachment) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZBridgedNetworkDeviceAttachment) CanMacNatEnabled ¶ added in v0.6.0

func (v VZBridgedNetworkDeviceAttachment) CanMacNatEnabled() bool

CanMacNatEnabled reports whether the receiver responds to the private selector _macNatEnabled.

func (VZBridgedNetworkDeviceAttachment) CanSetMacNatEnabled ¶ added in v0.6.0

func (v VZBridgedNetworkDeviceAttachment) CanSetMacNatEnabled() bool

CanSetMacNatEnabled reports whether the receiver responds to the private selector _setMacNatEnabled:.

func (VZBridgedNetworkDeviceAttachment) Init ¶

Init initializes the instance.

func (VZBridgedNetworkDeviceAttachment) MacNatEnabled ¶ added in v0.6.0

func (v VZBridgedNetworkDeviceAttachment) MacNatEnabled() (bool, error)

MacNatEnabled is an exported wrapper for the private property _macNatEnabled.

func (VZBridgedNetworkDeviceAttachment) SetMacNatEnabled ¶

func (v VZBridgedNetworkDeviceAttachment) SetMacNatEnabled(enabled bool) error

SetMacNatEnabled is an exported wrapper for the private method _setMacNatEnabled.

func (VZBridgedNetworkDeviceAttachment) Set_macNatEnabled ¶

func (v VZBridgedNetworkDeviceAttachment) Set_macNatEnabled(value bool)

type VZBridgedNetworkDeviceAttachmentClass ¶

type VZBridgedNetworkDeviceAttachmentClass struct {
	// contains filtered or unexported fields
}

func GetVZBridgedNetworkDeviceAttachmentClass ¶

func GetVZBridgedNetworkDeviceAttachmentClass() VZBridgedNetworkDeviceAttachmentClass

GetVZBridgedNetworkDeviceAttachmentClass returns the class object for VZBridgedNetworkDeviceAttachment.

func (VZBridgedNetworkDeviceAttachmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZBridgedNetworkDeviceAttachmentClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZBridgedNetworkInterface ¶

type VZBridgedNetworkInterface struct {
	objectivec.Object
}

func NewVZBridgedNetworkInterface ¶

func NewVZBridgedNetworkInterface() VZBridgedNetworkInterface

NewVZBridgedNetworkInterface creates a new VZBridgedNetworkInterface instance.

func VZBridgedNetworkInterfaceFromID ¶

func VZBridgedNetworkInterfaceFromID(id objc.ID) VZBridgedNetworkInterface

VZBridgedNetworkInterfaceFromID constructs a VZBridgedNetworkInterface from an objc.ID.

func (VZBridgedNetworkInterface) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZBridgedNetworkInterface) Init ¶

Init initializes the instance.

type VZBridgedNetworkInterfaceClass ¶

type VZBridgedNetworkInterfaceClass struct {
	// contains filtered or unexported fields
}

func GetVZBridgedNetworkInterfaceClass ¶

func GetVZBridgedNetworkInterfaceClass() VZBridgedNetworkInterfaceClass

GetVZBridgedNetworkInterfaceClass returns the class object for VZBridgedNetworkInterface.

func (VZBridgedNetworkInterfaceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZBridgedNetworkInterfaceClass) CanInterfaceWithIdentifierError ¶ added in v0.6.0

func (_VZBridgedNetworkInterfaceClass VZBridgedNetworkInterfaceClass) CanInterfaceWithIdentifierError() bool

CanInterfaceWithIdentifierError reports whether the receiver responds to the private selector _interfaceWithIdentifier:error:.

func (VZBridgedNetworkInterfaceClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (VZBridgedNetworkInterfaceClass) InterfaceWithIdentifierError ¶

func (_VZBridgedNetworkInterfaceClass VZBridgedNetworkInterfaceClass) InterfaceWithIdentifierError(identifier objectivec.IObject) (objectivec.IObject, error)

InterfaceWithIdentifierError is an exported wrapper for the private method _interfaceWithIdentifierError.

type VZCPUEmulatorConfiguration ¶

type VZCPUEmulatorConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZCPUEmulatorConfiguration ¶

func NewVZCPUEmulatorConfiguration() VZCPUEmulatorConfiguration

NewVZCPUEmulatorConfiguration creates a new VZCPUEmulatorConfiguration instance.

func VZCPUEmulatorConfigurationFromID ¶

func VZCPUEmulatorConfigurationFromID(id objc.ID) VZCPUEmulatorConfiguration

VZCPUEmulatorConfigurationFromID constructs a VZCPUEmulatorConfiguration from an objc.ID.

func (VZCPUEmulatorConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZCPUEmulatorConfiguration) DebugDescription ¶

func (v VZCPUEmulatorConfiguration) DebugDescription() string

func (VZCPUEmulatorConfiguration) Description ¶

func (v VZCPUEmulatorConfiguration) Description() string

func (VZCPUEmulatorConfiguration) Hash ¶

func (VZCPUEmulatorConfiguration) Init ¶

Init initializes the instance.

func (VZCPUEmulatorConfiguration) Superclass ¶

type VZCPUEmulatorConfigurationClass ¶

type VZCPUEmulatorConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZCPUEmulatorConfigurationClass ¶

func GetVZCPUEmulatorConfigurationClass() VZCPUEmulatorConfigurationClass

GetVZCPUEmulatorConfigurationClass returns the class object for _VZCPUEmulatorConfiguration.

func (VZCPUEmulatorConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZCPUEmulatorConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZCPUExitContext ¶

type VZCPUExitContext struct {
	objectivec.Object
}

Methods ¶

func NewVZCPUExitContext ¶

func NewVZCPUExitContext() VZCPUExitContext

NewVZCPUExitContext creates a new VZCPUExitContext instance.

func VZCPUExitContextFromID ¶

func VZCPUExitContextFromID(id objc.ID) VZCPUExitContext

VZCPUExitContextFromID constructs a VZCPUExitContext from an objc.ID.

func (VZCPUExitContext) Autorelease ¶

func (v VZCPUExitContext) Autorelease() VZCPUExitContext

Autorelease adds the receiver to the current autorelease pool.

func (VZCPUExitContext) CPUExit ¶

func (v VZCPUExitContext) CPUExit() unsafe.Pointer

func (VZCPUExitContext) CPUIndex ¶

func (v VZCPUExitContext) CPUIndex() uint64

func (VZCPUExitContext) GetPhysicalAddressForVirtualAddressError ¶

func (v VZCPUExitContext) GetPhysicalAddressForVirtualAddressError(address2 uint64) (uint64, error)

func (VZCPUExitContext) GetRegisterValueError ¶

func (v VZCPUExitContext) GetRegisterValueError(register uint32) (uint64, error)

func (VZCPUExitContext) GetSIMDRegisterValueError ¶

func (v VZCPUExitContext) GetSIMDRegisterValueError(sIMDRegister uint32, value []objectivec.IObject) (bool, error)

func (VZCPUExitContext) GetSystemRegisterValueError ¶

func (v VZCPUExitContext) GetSystemRegisterValueError(register uint16) (uint64, error)

func (VZCPUExitContext) GuestMemoryAtPhysicalAddressLengthError ¶

func (v VZCPUExitContext) GuestMemoryAtPhysicalAddressLengthError(address uint64, length uint64) (objectivec.IObject, error)

func (VZCPUExitContext) Init ¶

Init initializes the instance.

func (VZCPUExitContext) SetRegisterValueError ¶

func (v VZCPUExitContext) SetRegisterValueError(register uint32, value uint64) (bool, error)

func (VZCPUExitContext) SetSIMDRegisterValueError ¶

func (v VZCPUExitContext) SetSIMDRegisterValueError(sIMDRegister uint32, value objectivec.IObject) (bool, error)

func (VZCPUExitContext) SetSystemRegisterValueError ¶

func (v VZCPUExitContext) SetSystemRegisterValueError(register uint16, value uint64) (bool, error)

type VZCPUExitContextClass ¶

type VZCPUExitContextClass struct {
	// contains filtered or unexported fields
}

func GetVZCPUExitContextClass ¶

func GetVZCPUExitContextClass() VZCPUExitContextClass

GetVZCPUExitContextClass returns the class object for _VZCPUExitContext.

func (VZCPUExitContextClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZCPUExitContextClass) Class ¶

func (vc VZCPUExitContextClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZCapsLockIndicatorController ¶

type VZCapsLockIndicatorController struct {
	objectivec.Object
}

func NewVZCapsLockIndicatorController ¶

func NewVZCapsLockIndicatorController() VZCapsLockIndicatorController

NewVZCapsLockIndicatorController creates a new VZCapsLockIndicatorController instance.

func VZCapsLockIndicatorControllerFromID ¶

func VZCapsLockIndicatorControllerFromID(id objc.ID) VZCapsLockIndicatorController

VZCapsLockIndicatorControllerFromID constructs a VZCapsLockIndicatorController from an objc.ID.

func (VZCapsLockIndicatorController) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZCapsLockIndicatorController) Init ¶

Init initializes the instance.

type VZCapsLockIndicatorControllerClass ¶

type VZCapsLockIndicatorControllerClass struct {
	// contains filtered or unexported fields
}

func GetVZCapsLockIndicatorControllerClass ¶

func GetVZCapsLockIndicatorControllerClass() VZCapsLockIndicatorControllerClass

GetVZCapsLockIndicatorControllerClass returns the class object for VZCapsLockIndicatorController.

func (VZCapsLockIndicatorControllerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZCapsLockIndicatorControllerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZConsoleDevice ¶

type VZConsoleDevice struct {
	objectivec.Object
}

Methods ¶

func NewConsoleDeviceWithVirtualMachineConsoleDeviceIndexConfiguration ¶

func NewConsoleDeviceWithVirtualMachineConsoleDeviceIndexConfiguration(machine objectivec.IObject, index uint64, configuration objectivec.IObject) VZConsoleDevice

func NewVZConsoleDevice ¶

func NewVZConsoleDevice() VZConsoleDevice

NewVZConsoleDevice creates a new VZConsoleDevice instance.

func VZConsoleDeviceFromID ¶

func VZConsoleDeviceFromID(id objc.ID) VZConsoleDevice

VZConsoleDeviceFromID constructs a VZConsoleDevice from an objc.ID.

func (VZConsoleDevice) Autorelease ¶

func (v VZConsoleDevice) Autorelease() VZConsoleDevice

Autorelease adds the receiver to the current autorelease pool.

func (VZConsoleDevice) Init ¶

Init initializes the instance.

func (VZConsoleDevice) InitWithVirtualMachineConsoleDeviceIndexConfiguration ¶

func (v VZConsoleDevice) InitWithVirtualMachineConsoleDeviceIndexConfiguration(machine objectivec.IObject, index uint64, configuration objectivec.IObject) VZConsoleDevice

type VZConsoleDeviceClass ¶

type VZConsoleDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZConsoleDeviceClass ¶

func GetVZConsoleDeviceClass() VZConsoleDeviceClass

GetVZConsoleDeviceClass returns the class object for VZConsoleDevice.

func (VZConsoleDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZConsoleDeviceClass) Class ¶

func (vc VZConsoleDeviceClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZConsoleDeviceConfiguration ¶

type VZConsoleDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZConsoleDeviceConfiguration ¶

func NewVZConsoleDeviceConfiguration() VZConsoleDeviceConfiguration

NewVZConsoleDeviceConfiguration creates a new VZConsoleDeviceConfiguration instance.

func VZConsoleDeviceConfigurationFromID ¶

func VZConsoleDeviceConfigurationFromID(id objc.ID) VZConsoleDeviceConfiguration

VZConsoleDeviceConfigurationFromID constructs a VZConsoleDeviceConfiguration from an objc.ID.

func (VZConsoleDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZConsoleDeviceConfiguration) CanConsoleDevice ¶ added in v0.6.0

func (v VZConsoleDeviceConfiguration) CanConsoleDevice() bool

CanConsoleDevice reports whether the receiver responds to the private selector _consoleDevice.

func (VZConsoleDeviceConfiguration) ConsoleDevice ¶ added in v0.6.0

func (v VZConsoleDeviceConfiguration) ConsoleDevice() (unsafe.Pointer, error)

ConsoleDevice is an exported wrapper for the private property _consoleDevice.

func (VZConsoleDeviceConfiguration) DebugDescription ¶

func (v VZConsoleDeviceConfiguration) DebugDescription() string

func (VZConsoleDeviceConfiguration) Description ¶

func (v VZConsoleDeviceConfiguration) Description() string

func (VZConsoleDeviceConfiguration) Hash ¶

func (VZConsoleDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZConsoleDeviceConfiguration) MakeConsoleDeviceForVirtualMachineConsoleDeviceIndex ¶

func (v VZConsoleDeviceConfiguration) MakeConsoleDeviceForVirtualMachineConsoleDeviceIndex(machine objectivec.IObject, index uint64) objectivec.IObject

func (VZConsoleDeviceConfiguration) Superclass ¶

func (VZConsoleDeviceConfiguration) ValidateWithError ¶

func (v VZConsoleDeviceConfiguration) ValidateWithError() (bool, error)

type VZConsoleDeviceConfigurationClass ¶

type VZConsoleDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZConsoleDeviceConfigurationClass ¶

func GetVZConsoleDeviceConfigurationClass() VZConsoleDeviceConfigurationClass

GetVZConsoleDeviceConfigurationClass returns the class object for VZConsoleDeviceConfiguration.

func (VZConsoleDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZConsoleDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZConsolePortConfiguration ¶

type VZConsolePortConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZConsolePortConfiguration ¶

func NewVZConsolePortConfiguration() VZConsolePortConfiguration

NewVZConsolePortConfiguration creates a new VZConsolePortConfiguration instance.

func VZConsolePortConfigurationFromID ¶

func VZConsolePortConfigurationFromID(id objc.ID) VZConsolePortConfiguration

VZConsolePortConfigurationFromID constructs a VZConsolePortConfiguration from an objc.ID.

func (VZConsolePortConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZConsolePortConfiguration) DebugDescription ¶

func (v VZConsolePortConfiguration) DebugDescription() string

func (VZConsolePortConfiguration) Description ¶

func (v VZConsolePortConfiguration) Description() string

func (VZConsolePortConfiguration) Hash ¶

func (VZConsolePortConfiguration) Init ¶

Init initializes the instance.

func (VZConsolePortConfiguration) Superclass ¶

type VZConsolePortConfigurationClass ¶

type VZConsolePortConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZConsolePortConfigurationClass ¶

func GetVZConsolePortConfigurationClass() VZConsolePortConfigurationClass

GetVZConsolePortConfigurationClass returns the class object for VZConsolePortConfiguration.

func (VZConsolePortConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZConsolePortConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZCoprocessor ¶

type VZCoprocessor struct {
	objectivec.Object
}

Methods ¶

  • [VZCoprocessor._init]

func NewVZCoprocessor ¶

func NewVZCoprocessor() VZCoprocessor

NewVZCoprocessor creates a new VZCoprocessor instance.

func VZCoprocessorFromID ¶

func VZCoprocessorFromID(id objc.ID) VZCoprocessor

VZCoprocessorFromID constructs a VZCoprocessor from an objc.ID.

func (VZCoprocessor) Autorelease ¶

func (v VZCoprocessor) Autorelease() VZCoprocessor

Autorelease adds the receiver to the current autorelease pool.

func (VZCoprocessor) Init ¶

func (v VZCoprocessor) Init() VZCoprocessor

Init initializes the instance.

type VZCoprocessorBootLoader ¶

type VZCoprocessorBootLoader struct {
	VZBootLoader
}

Methods ¶

func NewVZCoprocessorBootLoader ¶

func NewVZCoprocessorBootLoader() VZCoprocessorBootLoader

NewVZCoprocessorBootLoader creates a new VZCoprocessorBootLoader instance.

func VZCoprocessorBootLoaderFromID ¶

func VZCoprocessorBootLoaderFromID(id objc.ID) VZCoprocessorBootLoader

VZCoprocessorBootLoaderFromID constructs a VZCoprocessorBootLoader from an objc.ID.

func (VZCoprocessorBootLoader) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZCoprocessorBootLoader) CanRomFileDescriptor ¶ added in v0.6.0

func (v VZCoprocessorBootLoader) CanRomFileDescriptor() bool

CanRomFileDescriptor reports whether the receiver responds to the private selector _romFileDescriptor.

func (VZCoprocessorBootLoader) Init ¶

Init initializes the instance.

func (VZCoprocessorBootLoader) RomFileDescriptor ¶ added in v0.6.0

func (v VZCoprocessorBootLoader) RomFileDescriptor() (unsafe.Pointer, error)

RomFileDescriptor is an exported wrapper for the private property _romFileDescriptor.

func (VZCoprocessorBootLoader) Set_romFileDescriptor ¶

func (v VZCoprocessorBootLoader) Set_romFileDescriptor(value unsafe.Pointer)

type VZCoprocessorBootLoaderClass ¶

type VZCoprocessorBootLoaderClass struct {
	// contains filtered or unexported fields
}

func GetVZCoprocessorBootLoaderClass ¶

func GetVZCoprocessorBootLoaderClass() VZCoprocessorBootLoaderClass

GetVZCoprocessorBootLoaderClass returns the class object for _VZCoprocessorBootLoader.

func (VZCoprocessorBootLoaderClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZCoprocessorBootLoaderClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZCoprocessorClass ¶

type VZCoprocessorClass struct {
	// contains filtered or unexported fields
}

func GetVZCoprocessorClass ¶

func GetVZCoprocessorClass() VZCoprocessorClass

GetVZCoprocessorClass returns the class object for _VZCoprocessor.

func (VZCoprocessorClass) Alloc ¶

func (vc VZCoprocessorClass) Alloc() VZCoprocessor

Alloc allocates memory for a new instance of the class.

func (VZCoprocessorClass) Class ¶

func (vc VZCoprocessorClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZCoprocessorConfiguration ¶

type VZCoprocessorConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZCoprocessorConfiguration ¶

func NewVZCoprocessorConfiguration() VZCoprocessorConfiguration

NewVZCoprocessorConfiguration creates a new VZCoprocessorConfiguration instance.

func VZCoprocessorConfigurationFromID ¶

func VZCoprocessorConfigurationFromID(id objc.ID) VZCoprocessorConfiguration

VZCoprocessorConfigurationFromID constructs a VZCoprocessorConfiguration from an objc.ID.

func (VZCoprocessorConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZCoprocessorConfiguration) DebugDescription ¶

func (v VZCoprocessorConfiguration) DebugDescription() string

func (VZCoprocessorConfiguration) Description ¶

func (v VZCoprocessorConfiguration) Description() string

func (VZCoprocessorConfiguration) Hash ¶

func (VZCoprocessorConfiguration) Init ¶

Init initializes the instance.

func (VZCoprocessorConfiguration) MakeCoprocessorForVirtualMachineCoprocessorIndex ¶

func (v VZCoprocessorConfiguration) MakeCoprocessorForVirtualMachineCoprocessorIndex(machine objectivec.IObject, index uint64) objectivec.IObject

func (VZCoprocessorConfiguration) Superclass ¶

type VZCoprocessorConfigurationClass ¶

type VZCoprocessorConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZCoprocessorConfigurationClass ¶

func GetVZCoprocessorConfigurationClass() VZCoprocessorConfigurationClass

GetVZCoprocessorConfigurationClass returns the class object for _VZCoprocessorConfiguration.

func (VZCoprocessorConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZCoprocessorConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZCustomCPUEmulatorConfiguration ¶

type VZCustomCPUEmulatorConfiguration struct {
	VZCPUEmulatorConfiguration
}

Methods ¶

func NewVZCustomCPUEmulatorConfiguration ¶

func NewVZCustomCPUEmulatorConfiguration() VZCustomCPUEmulatorConfiguration

NewVZCustomCPUEmulatorConfiguration creates a new VZCustomCPUEmulatorConfiguration instance.

func VZCustomCPUEmulatorConfigurationFromID ¶

func VZCustomCPUEmulatorConfigurationFromID(id objc.ID) VZCustomCPUEmulatorConfiguration

VZCustomCPUEmulatorConfigurationFromID constructs a VZCustomCPUEmulatorConfiguration from an objc.ID.

func (VZCustomCPUEmulatorConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZCustomCPUEmulatorConfiguration) EmulatorURL ¶

func (VZCustomCPUEmulatorConfiguration) Init ¶

Init initializes the instance.

func (VZCustomCPUEmulatorConfiguration) MemorySize ¶

func (VZCustomCPUEmulatorConfiguration) Options ¶

func (VZCustomCPUEmulatorConfiguration) SetEmulatorURL ¶

func (v VZCustomCPUEmulatorConfiguration) SetEmulatorURL(value foundation.NSURL)

func (VZCustomCPUEmulatorConfiguration) SetMemorySize ¶

func (v VZCustomCPUEmulatorConfiguration) SetMemorySize(value foundation.NSNumber)

func (VZCustomCPUEmulatorConfiguration) SetOptions ¶

func (v VZCustomCPUEmulatorConfiguration) SetOptions(value string)

type VZCustomCPUEmulatorConfigurationClass ¶

type VZCustomCPUEmulatorConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZCustomCPUEmulatorConfigurationClass ¶

func GetVZCustomCPUEmulatorConfigurationClass() VZCustomCPUEmulatorConfigurationClass

GetVZCustomCPUEmulatorConfigurationClass returns the class object for _VZCustomCPUEmulatorConfiguration.

func (VZCustomCPUEmulatorConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZCustomCPUEmulatorConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZCustomMMIODevice ¶

type VZCustomMMIODevice struct {
	objectivec.Object
}

Methods ¶

func NewVZCustomMMIODevice ¶

func NewVZCustomMMIODevice() VZCustomMMIODevice

NewVZCustomMMIODevice creates a new VZCustomMMIODevice instance.

func VZCustomMMIODeviceFromID ¶

func VZCustomMMIODeviceFromID(id objc.ID) VZCustomMMIODevice

VZCustomMMIODeviceFromID constructs a VZCustomMMIODevice from an objc.ID.

func (VZCustomMMIODevice) Autorelease ¶

func (v VZCustomMMIODevice) Autorelease() VZCustomMMIODevice

Autorelease adds the receiver to the current autorelease pool.

func (VZCustomMMIODevice) Delegate ¶

func (v VZCustomMMIODevice) Delegate() unsafe.Pointer

func (VZCustomMMIODevice) DeviceQueue ¶

func (v VZCustomMMIODevice) DeviceQueue() objectivec.Object

func (VZCustomMMIODevice) GuestMemoryAtPhysicalAddressLength ¶

func (v VZCustomMMIODevice) GuestMemoryAtPhysicalAddressLength(address uint64, length uint64) objectivec.IObject

func (VZCustomMMIODevice) GuestRAMRegions ¶

func (v VZCustomMMIODevice) GuestRAMRegions() objectivec.IObject

func (VZCustomMMIODevice) Init ¶

Init initializes the instance.

func (VZCustomMMIODevice) PulseIRQ ¶

func (v VZCustomMMIODevice) PulseIRQ(irq uint64)

func (VZCustomMMIODevice) SetDelegate ¶

func (v VZCustomMMIODevice) SetDelegate(value unsafe.Pointer)

func (VZCustomMMIODevice) SetIRQValue ¶

func (v VZCustomMMIODevice) SetIRQValue(irq uint64, value bool)

func (VZCustomMMIODevice) SharedInitializationWithDeviceQueueFromConfiguration ¶

func (v VZCustomMMIODevice) SharedInitializationWithDeviceQueueFromConfiguration(queue objectivec.IObject, configuration objectivec.IObject)

type VZCustomMMIODeviceClass ¶

type VZCustomMMIODeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZCustomMMIODeviceClass ¶

func GetVZCustomMMIODeviceClass() VZCustomMMIODeviceClass

GetVZCustomMMIODeviceClass returns the class object for _VZCustomMMIODevice.

func (VZCustomMMIODeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZCustomMMIODeviceClass) Class ¶

func (vc VZCustomMMIODeviceClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZCustomMMIODeviceConfiguration ¶

type VZCustomMMIODeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZCustomMMIODeviceConfiguration ¶

func NewVZCustomMMIODeviceConfiguration() VZCustomMMIODeviceConfiguration

NewVZCustomMMIODeviceConfiguration creates a new VZCustomMMIODeviceConfiguration instance.

func VZCustomMMIODeviceConfigurationFromID ¶

func VZCustomMMIODeviceConfigurationFromID(id objc.ID) VZCustomMMIODeviceConfiguration

VZCustomMMIODeviceConfigurationFromID constructs a VZCustomMMIODeviceConfiguration from an objc.ID.

func (VZCustomMMIODeviceConfiguration) AdditionalProperties ¶

func (v VZCustomMMIODeviceConfiguration) AdditionalProperties() foundation.INSDictionary

func (VZCustomMMIODeviceConfiguration) AdditionalXPCProperties ¶

func (v VZCustomMMIODeviceConfiguration) AdditionalXPCProperties() objectivec.Object

func (VZCustomMMIODeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZCustomMMIODeviceConfiguration) DebugDescription ¶

func (v VZCustomMMIODeviceConfiguration) DebugDescription() string

func (VZCustomMMIODeviceConfiguration) Description ¶

func (v VZCustomMMIODeviceConfiguration) Description() string

func (VZCustomMMIODeviceConfiguration) Hash ¶

func (VZCustomMMIODeviceConfiguration) Init ¶

Init initializes the instance.

func (VZCustomMMIODeviceConfiguration) Irqs ¶

func (VZCustomMMIODeviceConfiguration) MMIORegions ¶

func (VZCustomMMIODeviceConfiguration) Provider ¶

func (VZCustomMMIODeviceConfiguration) SetAdditionalProperties ¶

func (v VZCustomMMIODeviceConfiguration) SetAdditionalProperties(value foundation.INSDictionary)

func (VZCustomMMIODeviceConfiguration) SetAdditionalXPCProperties ¶

func (v VZCustomMMIODeviceConfiguration) SetAdditionalXPCProperties(value objectivec.Object)

func (VZCustomMMIODeviceConfiguration) SetIrqs ¶

func (VZCustomMMIODeviceConfiguration) SetMMIORegions ¶

func (v VZCustomMMIODeviceConfiguration) SetMMIORegions(value foundation.INSArray)

func (VZCustomMMIODeviceConfiguration) SetProvider ¶

func (VZCustomMMIODeviceConfiguration) SetSupportsSaveRestore ¶

func (v VZCustomMMIODeviceConfiguration) SetSupportsSaveRestore(value bool)

func (VZCustomMMIODeviceConfiguration) Superclass ¶

func (VZCustomMMIODeviceConfiguration) SupportsSaveRestore ¶

func (v VZCustomMMIODeviceConfiguration) SupportsSaveRestore() bool

type VZCustomMMIODeviceConfigurationClass ¶

type VZCustomMMIODeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZCustomMMIODeviceConfigurationClass ¶

func GetVZCustomMMIODeviceConfigurationClass() VZCustomMMIODeviceConfigurationClass

GetVZCustomMMIODeviceConfigurationClass returns the class object for _VZCustomMMIODeviceConfiguration.

func (VZCustomMMIODeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZCustomMMIODeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZCustomMMIODeviceDelegateProvider ¶

type VZCustomMMIODeviceDelegateProvider struct {
	VZCustomMMIODeviceProvider
}

Methods ¶

func NewVZCustomMMIODeviceDelegateProvider ¶

func NewVZCustomMMIODeviceDelegateProvider() VZCustomMMIODeviceDelegateProvider

NewVZCustomMMIODeviceDelegateProvider creates a new VZCustomMMIODeviceDelegateProvider instance.

func NewVZCustomMMIODeviceDelegateProviderWithDeviceQueueDelegate ¶

func NewVZCustomMMIODeviceDelegateProviderWithDeviceQueueDelegate(queue objectivec.IObject, delegate objectivec.IObject) VZCustomMMIODeviceDelegateProvider

func VZCustomMMIODeviceDelegateProviderFromID ¶

func VZCustomMMIODeviceDelegateProviderFromID(id objc.ID) VZCustomMMIODeviceDelegateProvider

VZCustomMMIODeviceDelegateProviderFromID constructs a VZCustomMMIODeviceDelegateProvider from an objc.ID.

func (VZCustomMMIODeviceDelegateProvider) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZCustomMMIODeviceDelegateProvider) Delegate ¶

func (VZCustomMMIODeviceDelegateProvider) DeviceQueue ¶

func (VZCustomMMIODeviceDelegateProvider) Init ¶

Init initializes the instance.

func (VZCustomMMIODeviceDelegateProvider) InitWithDeviceQueueDelegate ¶

type VZCustomMMIODeviceDelegateProviderClass ¶

type VZCustomMMIODeviceDelegateProviderClass struct {
	// contains filtered or unexported fields
}

func GetVZCustomMMIODeviceDelegateProviderClass ¶

func GetVZCustomMMIODeviceDelegateProviderClass() VZCustomMMIODeviceDelegateProviderClass

GetVZCustomMMIODeviceDelegateProviderClass returns the class object for _VZCustomMMIODeviceDelegateProvider.

func (VZCustomMMIODeviceDelegateProviderClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZCustomMMIODeviceDelegateProviderClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZCustomMMIODevicePluginBridge ¶

type VZCustomMMIODevicePluginBridge struct {
	objectivec.Object
}

Methods ¶

func NewVZCustomMMIODevicePluginBridge ¶

func NewVZCustomMMIODevicePluginBridge() VZCustomMMIODevicePluginBridge

NewVZCustomMMIODevicePluginBridge creates a new VZCustomMMIODevicePluginBridge instance.

func NewVZCustomMMIODevicePluginBridgeWithXPCConnectionPersonalityDictionaryPersonalityClassConnectionDelegateOptions ¶

func NewVZCustomMMIODevicePluginBridgeWithXPCConnectionPersonalityDictionaryPersonalityClassConnectionDelegateOptions(xPCConnection objectivec.IObject, dictionary objectivec.IObject, class objectivec.Class, delegate objectivec.IObject, options objectivec.IObject) VZCustomMMIODevicePluginBridge

func VZCustomMMIODevicePluginBridgeFromID ¶

func VZCustomMMIODevicePluginBridgeFromID(id objc.ID) VZCustomMMIODevicePluginBridge

VZCustomMMIODevicePluginBridgeFromID constructs a VZCustomMMIODevicePluginBridge from an objc.ID.

func (VZCustomMMIODevicePluginBridge) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZCustomMMIODevicePluginBridge) Init ¶

Init initializes the instance.

func (VZCustomMMIODevicePluginBridge) InitWithXPCConnectionPersonalityDictionaryPersonalityClassConnectionDelegateOptions ¶

func (v VZCustomMMIODevicePluginBridge) InitWithXPCConnectionPersonalityDictionaryPersonalityClassConnectionDelegateOptions(xPCConnection objectivec.IObject, dictionary objectivec.IObject, class objectivec.Class, delegate objectivec.IObject, options objectivec.IObject) VZCustomMMIODevicePluginBridge

type VZCustomMMIODevicePluginBridgeClass ¶

type VZCustomMMIODevicePluginBridgeClass struct {
	// contains filtered or unexported fields
}

func GetVZCustomMMIODevicePluginBridgeClass ¶

func GetVZCustomMMIODevicePluginBridgeClass() VZCustomMMIODevicePluginBridgeClass

GetVZCustomMMIODevicePluginBridgeClass returns the class object for _VZCustomMMIODevicePluginBridge.

func (VZCustomMMIODevicePluginBridgeClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZCustomMMIODevicePluginBridgeClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZCustomMMIODevicePluginProvider ¶

type VZCustomMMIODevicePluginProvider struct {
	VZCustomMMIODeviceProvider
}

Methods ¶

func NewVZCustomMMIODevicePluginProvider ¶

func NewVZCustomMMIODevicePluginProvider() VZCustomMMIODevicePluginProvider

NewVZCustomMMIODevicePluginProvider creates a new VZCustomMMIODevicePluginProvider instance.

func NewVZCustomMMIODevicePluginProviderWithPluginNamePluginPersonality ¶

func NewVZCustomMMIODevicePluginProviderWithPluginNamePluginPersonality(name objectivec.IObject, personality objectivec.IObject) VZCustomMMIODevicePluginProvider

func VZCustomMMIODevicePluginProviderFromID ¶

func VZCustomMMIODevicePluginProviderFromID(id objc.ID) VZCustomMMIODevicePluginProvider

VZCustomMMIODevicePluginProviderFromID constructs a VZCustomMMIODevicePluginProvider from an objc.ID.

func (VZCustomMMIODevicePluginProvider) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZCustomMMIODevicePluginProvider) Init ¶

Init initializes the instance.

func (VZCustomMMIODevicePluginProvider) InitWithPluginNamePluginPersonality ¶

func (v VZCustomMMIODevicePluginProvider) InitWithPluginNamePluginPersonality(name objectivec.IObject, personality objectivec.IObject) VZCustomMMIODevicePluginProvider

func (VZCustomMMIODevicePluginProvider) PluginName ¶

func (VZCustomMMIODevicePluginProvider) PluginPersonality ¶

func (v VZCustomMMIODevicePluginProvider) PluginPersonality() string

type VZCustomMMIODevicePluginProviderClass ¶

type VZCustomMMIODevicePluginProviderClass struct {
	// contains filtered or unexported fields
}

func GetVZCustomMMIODevicePluginProviderClass ¶

func GetVZCustomMMIODevicePluginProviderClass() VZCustomMMIODevicePluginProviderClass

GetVZCustomMMIODevicePluginProviderClass returns the class object for _VZCustomMMIODevicePluginProvider.

func (VZCustomMMIODevicePluginProviderClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZCustomMMIODevicePluginProviderClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZCustomMMIODeviceProvider ¶

type VZCustomMMIODeviceProvider struct {
	objectivec.Object
}

Methods ¶

func NewVZCustomMMIODeviceProvider ¶

func NewVZCustomMMIODeviceProvider() VZCustomMMIODeviceProvider

NewVZCustomMMIODeviceProvider creates a new VZCustomMMIODeviceProvider instance.

func VZCustomMMIODeviceProviderFromID ¶

func VZCustomMMIODeviceProviderFromID(id objc.ID) VZCustomMMIODeviceProvider

VZCustomMMIODeviceProviderFromID constructs a VZCustomMMIODeviceProvider from an objc.ID.

func (VZCustomMMIODeviceProvider) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZCustomMMIODeviceProvider) CanConnectionIdentifier ¶ added in v0.6.0

func (v VZCustomMMIODeviceProvider) CanConnectionIdentifier() bool

CanConnectionIdentifier reports whether the receiver responds to the private selector _connectionIdentifier.

func (VZCustomMMIODeviceProvider) ConnectionIdentifier ¶ added in v0.6.0

func (v VZCustomMMIODeviceProvider) ConnectionIdentifier() (unsafe.Pointer, error)

ConnectionIdentifier is an exported wrapper for the private property _connectionIdentifier.

func (VZCustomMMIODeviceProvider) DebugDescription ¶

func (v VZCustomMMIODeviceProvider) DebugDescription() string

func (VZCustomMMIODeviceProvider) Description ¶

func (v VZCustomMMIODeviceProvider) Description() string

func (VZCustomMMIODeviceProvider) Hash ¶

func (VZCustomMMIODeviceProvider) Init ¶

Init initializes the instance.

func (VZCustomMMIODeviceProvider) Superclass ¶

type VZCustomMMIODeviceProviderClass ¶

type VZCustomMMIODeviceProviderClass struct {
	// contains filtered or unexported fields
}

func GetVZCustomMMIODeviceProviderClass ¶

func GetVZCustomMMIODeviceProviderClass() VZCustomMMIODeviceProviderClass

GetVZCustomMMIODeviceProviderClass returns the class object for _VZCustomMMIODeviceProvider.

func (VZCustomMMIODeviceProviderClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZCustomMMIODeviceProviderClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZCustomVirtioDevice ¶

type VZCustomVirtioDevice struct {
	objectivec.Object
}

Methods ¶

func NewVZCustomVirtioDevice ¶

func NewVZCustomVirtioDevice() VZCustomVirtioDevice

NewVZCustomVirtioDevice creates a new VZCustomVirtioDevice instance.

func VZCustomVirtioDeviceFromID ¶

func VZCustomVirtioDeviceFromID(id objc.ID) VZCustomVirtioDevice

VZCustomVirtioDeviceFromID constructs a VZCustomVirtioDevice from an objc.ID.

func (VZCustomVirtioDevice) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZCustomVirtioDevice) Delegate ¶

func (v VZCustomVirtioDevice) Delegate() unsafe.Pointer

func (VZCustomVirtioDevice) DeviceQueue ¶

func (v VZCustomVirtioDevice) DeviceQueue() objectivec.Object

func (VZCustomVirtioDevice) DriverFeaturesAtError ¶

func (v VZCustomVirtioDevice) DriverFeaturesAtError(at uint32) (uint32, error)

func (VZCustomVirtioDevice) GuestMemoryAtPhysicalAddressLength ¶

func (v VZCustomVirtioDevice) GuestMemoryAtPhysicalAddressLength(address uint64, length uint64) objectivec.IObject

func (VZCustomVirtioDevice) Init ¶

Init initializes the instance.

func (VZCustomVirtioDevice) QueueAtIndex ¶

func (v VZCustomVirtioDevice) QueueAtIndex(index uint16) objectivec.IObject

func (VZCustomVirtioDevice) RequestDeviceReset ¶

func (v VZCustomVirtioDevice) RequestDeviceReset()

func (VZCustomVirtioDevice) SetDelegate ¶

func (v VZCustomVirtioDevice) SetDelegate(value unsafe.Pointer)

func (VZCustomVirtioDevice) UpdateDeviceSpecificConfiguration ¶

func (v VZCustomVirtioDevice) UpdateDeviceSpecificConfiguration(ctx context.Context, configuration objectivec.IObject) error

UpdateDeviceSpecificConfiguration is a synchronous wrapper around VZCustomVirtioDevice.UpdateDeviceSpecificConfigurationCompletionHandler. It blocks until the completion handler fires or the context is cancelled.

func (VZCustomVirtioDevice) UpdateDeviceSpecificConfigurationCompletionHandler ¶

func (v VZCustomVirtioDevice) UpdateDeviceSpecificConfigurationCompletionHandler(configuration objectivec.IObject, handler ErrorHandler)

type VZCustomVirtioDeviceClass ¶

type VZCustomVirtioDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZCustomVirtioDeviceClass ¶

func GetVZCustomVirtioDeviceClass() VZCustomVirtioDeviceClass

GetVZCustomVirtioDeviceClass returns the class object for _VZCustomVirtioDevice.

func (VZCustomVirtioDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZCustomVirtioDeviceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZCustomVirtioDeviceConfiguration ¶

type VZCustomVirtioDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZCustomVirtioDeviceConfiguration ¶

func NewVZCustomVirtioDeviceConfiguration() VZCustomVirtioDeviceConfiguration

NewVZCustomVirtioDeviceConfiguration creates a new VZCustomVirtioDeviceConfiguration instance.

func VZCustomVirtioDeviceConfigurationFromID ¶

func VZCustomVirtioDeviceConfigurationFromID(id objc.ID) VZCustomVirtioDeviceConfiguration

VZCustomVirtioDeviceConfigurationFromID constructs a VZCustomVirtioDeviceConfiguration from an objc.ID.

func (VZCustomVirtioDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZCustomVirtioDeviceConfiguration) CanPCIDeviceID ¶ added in v0.6.0

func (v VZCustomVirtioDeviceConfiguration) CanPCIDeviceID() bool

CanPCIDeviceID reports whether the receiver responds to the private selector _PCIDeviceID.

func (VZCustomVirtioDeviceConfiguration) CanPCISubsystemID ¶ added in v0.6.0

func (v VZCustomVirtioDeviceConfiguration) CanPCISubsystemID() bool

CanPCISubsystemID reports whether the receiver responds to the private selector _PCISubsystemID.

func (VZCustomVirtioDeviceConfiguration) CanPCISubsystemVendorID ¶ added in v0.6.0

func (v VZCustomVirtioDeviceConfiguration) CanPCISubsystemVendorID() bool

CanPCISubsystemVendorID reports whether the receiver responds to the private selector _PCISubsystemVendorID.

func (VZCustomVirtioDeviceConfiguration) CanPCIVendorID ¶ added in v0.6.0

func (v VZCustomVirtioDeviceConfiguration) CanPCIVendorID() bool

CanPCIVendorID reports whether the receiver responds to the private selector _PCIVendorID.

func (VZCustomVirtioDeviceConfiguration) CanPluginName ¶ added in v0.6.0

func (v VZCustomVirtioDeviceConfiguration) CanPluginName() bool

CanPluginName reports whether the receiver responds to the private selector _pluginName.

func (VZCustomVirtioDeviceConfiguration) CanPluginPersonality ¶ added in v0.6.0

func (v VZCustomVirtioDeviceConfiguration) CanPluginPersonality() bool

CanPluginPersonality reports whether the receiver responds to the private selector _pluginPersonality.

func (VZCustomVirtioDeviceConfiguration) CanSetPCIDeviceID ¶ added in v0.6.0

func (v VZCustomVirtioDeviceConfiguration) CanSetPCIDeviceID() bool

CanSetPCIDeviceID reports whether the receiver responds to the private selector _setPCIDeviceID:.

func (VZCustomVirtioDeviceConfiguration) CanSetPCISubsystemID ¶ added in v0.6.0

func (v VZCustomVirtioDeviceConfiguration) CanSetPCISubsystemID() bool

CanSetPCISubsystemID reports whether the receiver responds to the private selector _setPCISubsystemID:.

func (VZCustomVirtioDeviceConfiguration) CanSetPCISubsystemVendorID ¶ added in v0.6.0

func (v VZCustomVirtioDeviceConfiguration) CanSetPCISubsystemVendorID() bool

CanSetPCISubsystemVendorID reports whether the receiver responds to the private selector _setPCISubsystemVendorID:.

func (VZCustomVirtioDeviceConfiguration) CanSetPCIVendorID ¶ added in v0.6.0

func (v VZCustomVirtioDeviceConfiguration) CanSetPCIVendorID() bool

CanSetPCIVendorID reports whether the receiver responds to the private selector _setPCIVendorID:.

func (VZCustomVirtioDeviceConfiguration) CanSetPluginName ¶ added in v0.6.0

func (v VZCustomVirtioDeviceConfiguration) CanSetPluginName() bool

CanSetPluginName reports whether the receiver responds to the private selector _setPluginName:.

func (VZCustomVirtioDeviceConfiguration) CanSetPluginPersonality ¶ added in v0.6.0

func (v VZCustomVirtioDeviceConfiguration) CanSetPluginPersonality() bool

CanSetPluginPersonality reports whether the receiver responds to the private selector _setPluginPersonality:.

func (VZCustomVirtioDeviceConfiguration) CanSetSupportsSaveRestore ¶ added in v0.6.0

func (v VZCustomVirtioDeviceConfiguration) CanSetSupportsSaveRestore() bool

CanSetSupportsSaveRestore reports whether the receiver responds to the private selector _setSupportsSaveRestore:.

func (VZCustomVirtioDeviceConfiguration) CanSupportsSaveRestore ¶ added in v0.6.0

func (v VZCustomVirtioDeviceConfiguration) CanSupportsSaveRestore() bool

CanSupportsSaveRestore reports whether the receiver responds to the private selector _supportsSaveRestore.

func (VZCustomVirtioDeviceConfiguration) DeviceID ¶

func (VZCustomVirtioDeviceConfiguration) DeviceSpecificConfiguration ¶

func (VZCustomVirtioDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZCustomVirtioDeviceConfiguration) MandatoryFeaturesAtIndex ¶

func (v VZCustomVirtioDeviceConfiguration) MandatoryFeaturesAtIndex(index uint64) uint32

func (VZCustomVirtioDeviceConfiguration) OptionalFeaturesAtIndex ¶

func (v VZCustomVirtioDeviceConfiguration) OptionalFeaturesAtIndex(index uint64) uint32

func (VZCustomVirtioDeviceConfiguration) PCIClassID ¶

func (v VZCustomVirtioDeviceConfiguration) PCIClassID() byte

func (VZCustomVirtioDeviceConfiguration) PCIDeviceID ¶

func (v VZCustomVirtioDeviceConfiguration) PCIDeviceID() (uint16, error)

PCIDeviceID is an exported wrapper for the private method _PCIDeviceID.

func (VZCustomVirtioDeviceConfiguration) PCISubclassID ¶

func (v VZCustomVirtioDeviceConfiguration) PCISubclassID() byte

func (VZCustomVirtioDeviceConfiguration) PCISubsystemID ¶

func (v VZCustomVirtioDeviceConfiguration) PCISubsystemID() (uint16, error)

PCISubsystemID is an exported wrapper for the private method _PCISubsystemID.

func (VZCustomVirtioDeviceConfiguration) PCISubsystemVendorID ¶

func (v VZCustomVirtioDeviceConfiguration) PCISubsystemVendorID() (uint16, error)

PCISubsystemVendorID is an exported wrapper for the private method _PCISubsystemVendorID.

func (VZCustomVirtioDeviceConfiguration) PCIVendorID ¶

func (v VZCustomVirtioDeviceConfiguration) PCIVendorID() (uint16, error)

PCIVendorID is an exported wrapper for the private method _PCIVendorID.

func (VZCustomVirtioDeviceConfiguration) PluginName ¶ added in v0.6.0

PluginName is an exported wrapper for the private property _pluginName.

func (VZCustomVirtioDeviceConfiguration) PluginPersonality ¶ added in v0.6.0

func (v VZCustomVirtioDeviceConfiguration) PluginPersonality() (string, error)

PluginPersonality is an exported wrapper for the private property _pluginPersonality.

func (VZCustomVirtioDeviceConfiguration) Provider ¶

func (VZCustomVirtioDeviceConfiguration) SetDeviceID ¶

func (v VZCustomVirtioDeviceConfiguration) SetDeviceID(value uint16)

func (VZCustomVirtioDeviceConfiguration) SetDeviceSpecificConfiguration ¶

func (v VZCustomVirtioDeviceConfiguration) SetDeviceSpecificConfiguration(value IVZVirtioDeviceSpecificConfiguration)

func (VZCustomVirtioDeviceConfiguration) SetMandatoryFeaturesAtIndex ¶

func (v VZCustomVirtioDeviceConfiguration) SetMandatoryFeaturesAtIndex(features uint32, index uint64)

func (VZCustomVirtioDeviceConfiguration) SetOptionalFeaturesAtIndex ¶

func (v VZCustomVirtioDeviceConfiguration) SetOptionalFeaturesAtIndex(features uint32, index uint64)

func (VZCustomVirtioDeviceConfiguration) SetPCIClassID ¶

func (v VZCustomVirtioDeviceConfiguration) SetPCIClassID(value byte)

func (VZCustomVirtioDeviceConfiguration) SetPCIDeviceID ¶

func (v VZCustomVirtioDeviceConfiguration) SetPCIDeviceID(id uint16) error

SetPCIDeviceID is an exported wrapper for the private method _setPCIDeviceID.

func (VZCustomVirtioDeviceConfiguration) SetPCISubclassID ¶

func (v VZCustomVirtioDeviceConfiguration) SetPCISubclassID(value byte)

func (VZCustomVirtioDeviceConfiguration) SetPCISubsystemID ¶

func (v VZCustomVirtioDeviceConfiguration) SetPCISubsystemID(id uint16) error

SetPCISubsystemID is an exported wrapper for the private method _setPCISubsystemID.

func (VZCustomVirtioDeviceConfiguration) SetPCISubsystemVendorID ¶

func (v VZCustomVirtioDeviceConfiguration) SetPCISubsystemVendorID(id uint16) error

SetPCISubsystemVendorID is an exported wrapper for the private method _setPCISubsystemVendorID.

func (VZCustomVirtioDeviceConfiguration) SetPCIVendorID ¶

func (v VZCustomVirtioDeviceConfiguration) SetPCIVendorID(id uint16) error

SetPCIVendorID is an exported wrapper for the private method _setPCIVendorID.

func (VZCustomVirtioDeviceConfiguration) SetPluginName ¶

SetPluginName is an exported wrapper for the private method _setPluginName.

func (VZCustomVirtioDeviceConfiguration) SetPluginPersonality ¶

func (v VZCustomVirtioDeviceConfiguration) SetPluginPersonality(personality objectivec.IObject) error

SetPluginPersonality is an exported wrapper for the private method _setPluginPersonality.

func (VZCustomVirtioDeviceConfiguration) SetProvider ¶

func (VZCustomVirtioDeviceConfiguration) SetSupportsSaveRestore ¶

func (v VZCustomVirtioDeviceConfiguration) SetSupportsSaveRestore(restore bool) error

SetSupportsSaveRestore is an exported wrapper for the private method _setSupportsSaveRestore.

func (VZCustomVirtioDeviceConfiguration) SetVirtioQueueCount ¶

func (v VZCustomVirtioDeviceConfiguration) SetVirtioQueueCount(value uint16)

func (VZCustomVirtioDeviceConfiguration) Set_pluginName ¶

func (v VZCustomVirtioDeviceConfiguration) Set_pluginName(value string)

func (VZCustomVirtioDeviceConfiguration) Set_pluginPersonality ¶

func (v VZCustomVirtioDeviceConfiguration) Set_pluginPersonality(value string)

func (VZCustomVirtioDeviceConfiguration) SupportsSaveRestore ¶

func (v VZCustomVirtioDeviceConfiguration) SupportsSaveRestore() (bool, error)

SupportsSaveRestore is an exported wrapper for the private method _supportsSaveRestore.

func (VZCustomVirtioDeviceConfiguration) VirtioQueueCount ¶

func (v VZCustomVirtioDeviceConfiguration) VirtioQueueCount() uint16

type VZCustomVirtioDeviceConfigurationClass ¶

type VZCustomVirtioDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZCustomVirtioDeviceConfigurationClass ¶

func GetVZCustomVirtioDeviceConfigurationClass() VZCustomVirtioDeviceConfigurationClass

GetVZCustomVirtioDeviceConfigurationClass returns the class object for _VZCustomVirtioDeviceConfiguration.

func (VZCustomVirtioDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZCustomVirtioDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZCustomVirtioDeviceDelegateProvider ¶

type VZCustomVirtioDeviceDelegateProvider struct {
	VZCustomVirtioDeviceProvider
}

Methods ¶

func NewVZCustomVirtioDeviceDelegateProvider ¶

func NewVZCustomVirtioDeviceDelegateProvider() VZCustomVirtioDeviceDelegateProvider

NewVZCustomVirtioDeviceDelegateProvider creates a new VZCustomVirtioDeviceDelegateProvider instance.

func NewVZCustomVirtioDeviceDelegateProviderWithDeviceQueueDelegate ¶

func NewVZCustomVirtioDeviceDelegateProviderWithDeviceQueueDelegate(queue objectivec.IObject, delegate objectivec.IObject) VZCustomVirtioDeviceDelegateProvider

func VZCustomVirtioDeviceDelegateProviderFromID ¶

func VZCustomVirtioDeviceDelegateProviderFromID(id objc.ID) VZCustomVirtioDeviceDelegateProvider

VZCustomVirtioDeviceDelegateProviderFromID constructs a VZCustomVirtioDeviceDelegateProvider from an objc.ID.

func (VZCustomVirtioDeviceDelegateProvider) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZCustomVirtioDeviceDelegateProvider) Delegate ¶

func (VZCustomVirtioDeviceDelegateProvider) DeviceQueue ¶

func (VZCustomVirtioDeviceDelegateProvider) Init ¶

Init initializes the instance.

func (VZCustomVirtioDeviceDelegateProvider) InitWithDeviceQueueDelegate ¶

type VZCustomVirtioDeviceDelegateProviderClass ¶

type VZCustomVirtioDeviceDelegateProviderClass struct {
	// contains filtered or unexported fields
}

func GetVZCustomVirtioDeviceDelegateProviderClass ¶

func GetVZCustomVirtioDeviceDelegateProviderClass() VZCustomVirtioDeviceDelegateProviderClass

GetVZCustomVirtioDeviceDelegateProviderClass returns the class object for _VZCustomVirtioDeviceDelegateProvider.

func (VZCustomVirtioDeviceDelegateProviderClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZCustomVirtioDeviceDelegateProviderClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZCustomVirtioDevicePluginBridge ¶

type VZCustomVirtioDevicePluginBridge struct {
	objectivec.Object
}

Methods ¶

func NewVZCustomVirtioDevicePluginBridge ¶

func NewVZCustomVirtioDevicePluginBridge() VZCustomVirtioDevicePluginBridge

NewVZCustomVirtioDevicePluginBridge creates a new VZCustomVirtioDevicePluginBridge instance.

func NewVZCustomVirtioDevicePluginBridgeWithXPCConnectionPersonalityDictionaryPersonalityClassConnectionDelegateOptions ¶

func NewVZCustomVirtioDevicePluginBridgeWithXPCConnectionPersonalityDictionaryPersonalityClassConnectionDelegateOptions(xPCConnection objectivec.IObject, dictionary objectivec.IObject, class objectivec.Class, delegate objectivec.IObject, options objectivec.IObject) VZCustomVirtioDevicePluginBridge

func VZCustomVirtioDevicePluginBridgeFromID ¶

func VZCustomVirtioDevicePluginBridgeFromID(id objc.ID) VZCustomVirtioDevicePluginBridge

VZCustomVirtioDevicePluginBridgeFromID constructs a VZCustomVirtioDevicePluginBridge from an objc.ID.

func (VZCustomVirtioDevicePluginBridge) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZCustomVirtioDevicePluginBridge) Init ¶

Init initializes the instance.

func (VZCustomVirtioDevicePluginBridge) InitWithXPCConnectionPersonalityDictionaryPersonalityClassConnectionDelegateOptions ¶

func (v VZCustomVirtioDevicePluginBridge) InitWithXPCConnectionPersonalityDictionaryPersonalityClassConnectionDelegateOptions(xPCConnection objectivec.IObject, dictionary objectivec.IObject, class objectivec.Class, delegate objectivec.IObject, options objectivec.IObject) VZCustomVirtioDevicePluginBridge

type VZCustomVirtioDevicePluginBridgeClass ¶

type VZCustomVirtioDevicePluginBridgeClass struct {
	// contains filtered or unexported fields
}

func GetVZCustomVirtioDevicePluginBridgeClass ¶

func GetVZCustomVirtioDevicePluginBridgeClass() VZCustomVirtioDevicePluginBridgeClass

GetVZCustomVirtioDevicePluginBridgeClass returns the class object for _VZCustomVirtioDevicePluginBridge.

func (VZCustomVirtioDevicePluginBridgeClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZCustomVirtioDevicePluginBridgeClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZCustomVirtioDevicePluginProvider ¶

type VZCustomVirtioDevicePluginProvider struct {
	VZCustomVirtioDeviceProvider
}

Methods ¶

func NewVZCustomVirtioDevicePluginProvider ¶

func NewVZCustomVirtioDevicePluginProvider() VZCustomVirtioDevicePluginProvider

NewVZCustomVirtioDevicePluginProvider creates a new VZCustomVirtioDevicePluginProvider instance.

func NewVZCustomVirtioDevicePluginProviderWithPluginNamePluginPersonality ¶

func NewVZCustomVirtioDevicePluginProviderWithPluginNamePluginPersonality(name objectivec.IObject, personality objectivec.IObject) VZCustomVirtioDevicePluginProvider

func VZCustomVirtioDevicePluginProviderFromID ¶

func VZCustomVirtioDevicePluginProviderFromID(id objc.ID) VZCustomVirtioDevicePluginProvider

VZCustomVirtioDevicePluginProviderFromID constructs a VZCustomVirtioDevicePluginProvider from an objc.ID.

func (VZCustomVirtioDevicePluginProvider) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZCustomVirtioDevicePluginProvider) Init ¶

Init initializes the instance.

func (VZCustomVirtioDevicePluginProvider) InitWithPluginNamePluginPersonality ¶

func (v VZCustomVirtioDevicePluginProvider) InitWithPluginNamePluginPersonality(name objectivec.IObject, personality objectivec.IObject) VZCustomVirtioDevicePluginProvider

func (VZCustomVirtioDevicePluginProvider) PluginName ¶

func (VZCustomVirtioDevicePluginProvider) PluginPersonality ¶

func (v VZCustomVirtioDevicePluginProvider) PluginPersonality() string

type VZCustomVirtioDevicePluginProviderClass ¶

type VZCustomVirtioDevicePluginProviderClass struct {
	// contains filtered or unexported fields
}

func GetVZCustomVirtioDevicePluginProviderClass ¶

func GetVZCustomVirtioDevicePluginProviderClass() VZCustomVirtioDevicePluginProviderClass

GetVZCustomVirtioDevicePluginProviderClass returns the class object for _VZCustomVirtioDevicePluginProvider.

func (VZCustomVirtioDevicePluginProviderClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZCustomVirtioDevicePluginProviderClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZCustomVirtioDeviceProvider ¶

type VZCustomVirtioDeviceProvider struct {
	objectivec.Object
}

Methods ¶

  • [VZCustomVirtioDeviceProvider._connectionIdentifier]
  • [VZCustomVirtioDeviceProvider._init]

func NewVZCustomVirtioDeviceProvider ¶

func NewVZCustomVirtioDeviceProvider() VZCustomVirtioDeviceProvider

NewVZCustomVirtioDeviceProvider creates a new VZCustomVirtioDeviceProvider instance.

func VZCustomVirtioDeviceProviderFromID ¶

func VZCustomVirtioDeviceProviderFromID(id objc.ID) VZCustomVirtioDeviceProvider

VZCustomVirtioDeviceProviderFromID constructs a VZCustomVirtioDeviceProvider from an objc.ID.

func (VZCustomVirtioDeviceProvider) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZCustomVirtioDeviceProvider) CanConnectionIdentifier ¶ added in v0.6.0

func (v VZCustomVirtioDeviceProvider) CanConnectionIdentifier() bool

CanConnectionIdentifier reports whether the receiver responds to the private selector _connectionIdentifier.

func (VZCustomVirtioDeviceProvider) ConnectionIdentifier ¶ added in v0.6.0

func (v VZCustomVirtioDeviceProvider) ConnectionIdentifier() (unsafe.Pointer, error)

ConnectionIdentifier is an exported wrapper for the private property _connectionIdentifier.

func (VZCustomVirtioDeviceProvider) Init ¶

Init initializes the instance.

type VZCustomVirtioDeviceProviderClass ¶

type VZCustomVirtioDeviceProviderClass struct {
	// contains filtered or unexported fields
}

func GetVZCustomVirtioDeviceProviderClass ¶

func GetVZCustomVirtioDeviceProviderClass() VZCustomVirtioDeviceProviderClass

GetVZCustomVirtioDeviceProviderClass returns the class object for _VZCustomVirtioDeviceProvider.

func (VZCustomVirtioDeviceProviderClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZCustomVirtioDeviceProviderClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZDRMLayer ¶

type VZDRMLayer struct {
	quartzcore.CALayer
}

Methods ¶

func NewVZDRMLayer ¶

func NewVZDRMLayer() VZDRMLayer

NewVZDRMLayer creates a new VZDRMLayer instance.

func NewVZDRMLayerForTestingContent ¶

func NewVZDRMLayerForTestingContent(testing objectivec.IObject, content objectivec.IObject) VZDRMLayer

func NewVZDRMLayerWithParentLayer ¶

func NewVZDRMLayerWithParentLayer(layer objectivec.IObject) VZDRMLayer

func VZDRMLayerFromID ¶

func VZDRMLayerFromID(id objc.ID) VZDRMLayer

VZDRMLayerFromID constructs a VZDRMLayer from an objc.ID.

func (VZDRMLayer) Autorelease ¶

func (v VZDRMLayer) Autorelease() VZDRMLayer

Autorelease adds the receiver to the current autorelease pool.

func (VZDRMLayer) Init ¶

func (v VZDRMLayer) Init() VZDRMLayer

Init initializes the instance.

func (VZDRMLayer) InitForTestingContent ¶

func (v VZDRMLayer) InitForTestingContent(testing objectivec.IObject, content objectivec.IObject) VZDRMLayer

func (VZDRMLayer) InitWithParentLayer ¶

func (v VZDRMLayer) InitWithParentLayer(layer objectivec.IObject) VZDRMLayer

func (VZDRMLayer) LayerDidResize ¶

func (v VZDRMLayer) LayerDidResize(resize corefoundation.CGSize)

type VZDRMLayerClass ¶

type VZDRMLayerClass struct {
	// contains filtered or unexported fields
}

func GetVZDRMLayerClass ¶

func GetVZDRMLayerClass() VZDRMLayerClass

GetVZDRMLayerClass returns the class object for _VZDRMLayer.

func (VZDRMLayerClass) Alloc ¶

func (vc VZDRMLayerClass) Alloc() VZDRMLayer

Alloc allocates memory for a new instance of the class.

func (VZDRMLayerClass) Class ¶

func (vc VZDRMLayerClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

func (VZDRMLayerClass) IsSupported ¶

func (_VZDRMLayerClass VZDRMLayerClass) IsSupported() bool

type VZDebugStub ¶

type VZDebugStub struct {
	objectivec.Object
}

Methods ¶

  • [VZDebugStub._debugStub]
  • [VZDebugStub._init]

func NewVZDebugStub ¶

func NewVZDebugStub() VZDebugStub

NewVZDebugStub creates a new VZDebugStub instance.

func VZDebugStubFromID ¶

func VZDebugStubFromID(id objc.ID) VZDebugStub

VZDebugStubFromID constructs a VZDebugStub from an objc.ID.

func (VZDebugStub) Autorelease ¶

func (v VZDebugStub) Autorelease() VZDebugStub

Autorelease adds the receiver to the current autorelease pool.

func (VZDebugStub) CanDebugStub ¶ added in v0.6.0

func (v VZDebugStub) CanDebugStub() bool

CanDebugStub reports whether the receiver responds to the private selector _debugStub.

func (VZDebugStub) DebugStub ¶ added in v0.6.0

func (v VZDebugStub) DebugStub() (unsafe.Pointer, error)

DebugStub is an exported wrapper for the private property _debugStub.

func (VZDebugStub) Init ¶

func (v VZDebugStub) Init() VZDebugStub

Init initializes the instance.

type VZDebugStubClass ¶

type VZDebugStubClass struct {
	// contains filtered or unexported fields
}

func GetVZDebugStubClass ¶

func GetVZDebugStubClass() VZDebugStubClass

GetVZDebugStubClass returns the class object for _VZDebugStub.

func (VZDebugStubClass) Alloc ¶

func (vc VZDebugStubClass) Alloc() VZDebugStub

Alloc allocates memory for a new instance of the class.

func (VZDebugStubClass) Class ¶

func (vc VZDebugStubClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZDebugStubConfiguration ¶

type VZDebugStubConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZDebugStubConfiguration ¶

func NewVZDebugStubConfiguration() VZDebugStubConfiguration

NewVZDebugStubConfiguration creates a new VZDebugStubConfiguration instance.

func VZDebugStubConfigurationFromID ¶

func VZDebugStubConfigurationFromID(id objc.ID) VZDebugStubConfiguration

VZDebugStubConfigurationFromID constructs a VZDebugStubConfiguration from an objc.ID.

func (VZDebugStubConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZDebugStubConfiguration) DebugDescription ¶

func (v VZDebugStubConfiguration) DebugDescription() string

func (VZDebugStubConfiguration) Description ¶

func (v VZDebugStubConfiguration) Description() string

func (VZDebugStubConfiguration) Hash ¶

func (VZDebugStubConfiguration) Init ¶

Init initializes the instance.

func (VZDebugStubConfiguration) MakeDebugStubForCoprocessor ¶

func (v VZDebugStubConfiguration) MakeDebugStubForCoprocessor() objectivec.IObject

func (VZDebugStubConfiguration) MakeDebugStubForVirtualMachine ¶

func (v VZDebugStubConfiguration) MakeDebugStubForVirtualMachine(machine objectivec.IObject) objectivec.IObject

func (VZDebugStubConfiguration) Superclass ¶

func (v VZDebugStubConfiguration) Superclass() objectivec.Class

type VZDebugStubConfigurationClass ¶

type VZDebugStubConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZDebugStubConfigurationClass ¶

func GetVZDebugStubConfigurationClass() VZDebugStubConfigurationClass

GetVZDebugStubConfigurationClass returns the class object for _VZDebugStubConfiguration.

func (VZDebugStubConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZDebugStubConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZDirectoryShare ¶

type VZDirectoryShare struct {
	objectivec.Object
}

Methods ¶

func NewVZDirectoryShare ¶

func NewVZDirectoryShare() VZDirectoryShare

NewVZDirectoryShare creates a new VZDirectoryShare instance.

func VZDirectoryShareFromID ¶

func VZDirectoryShareFromID(id objc.ID) VZDirectoryShare

VZDirectoryShareFromID constructs a VZDirectoryShare from an objc.ID.

func (VZDirectoryShare) Autorelease ¶

func (v VZDirectoryShare) Autorelease() VZDirectoryShare

Autorelease adds the receiver to the current autorelease pool.

func (VZDirectoryShare) CanShare ¶ added in v0.6.0

func (v VZDirectoryShare) CanShare() bool

CanShare reports whether the receiver responds to the private selector _share.

func (VZDirectoryShare) DebugDescription ¶

func (v VZDirectoryShare) DebugDescription() string

func (VZDirectoryShare) Description ¶

func (v VZDirectoryShare) Description() string

func (VZDirectoryShare) Hash ¶

func (v VZDirectoryShare) Hash() uint64

func (VZDirectoryShare) Init ¶

Init initializes the instance.

func (VZDirectoryShare) Share ¶ added in v0.6.0

func (v VZDirectoryShare) Share() (unsafe.Pointer, error)

Share is an exported wrapper for the private property _share.

func (VZDirectoryShare) Superclass ¶

func (v VZDirectoryShare) Superclass() objectivec.Class

type VZDirectoryShareClass ¶

type VZDirectoryShareClass struct {
	// contains filtered or unexported fields
}

func GetVZDirectoryShareClass ¶

func GetVZDirectoryShareClass() VZDirectoryShareClass

GetVZDirectoryShareClass returns the class object for VZDirectoryShare.

func (VZDirectoryShareClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZDirectoryShareClass) Class ¶

func (vc VZDirectoryShareClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZDirectorySharingDevice ¶

type VZDirectorySharingDevice struct {
	objectivec.Object
}

Methods ¶

  • [VZDirectorySharingDevice._initWithVirtualMachineDirectorySharingDeviceIndex]

func NewVZDirectorySharingDevice ¶

func NewVZDirectorySharingDevice() VZDirectorySharingDevice

NewVZDirectorySharingDevice creates a new VZDirectorySharingDevice instance.

func VZDirectorySharingDeviceFromID ¶

func VZDirectorySharingDeviceFromID(id objc.ID) VZDirectorySharingDevice

VZDirectorySharingDeviceFromID constructs a VZDirectorySharingDevice from an objc.ID.

func (VZDirectorySharingDevice) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZDirectorySharingDevice) CanInitWithVirtualMachineDirectorySharingDeviceIndex ¶ added in v0.6.0

func (v VZDirectorySharingDevice) CanInitWithVirtualMachineDirectorySharingDeviceIndex() bool

CanInitWithVirtualMachineDirectorySharingDeviceIndex reports whether the receiver responds to the private selector _initWithVirtualMachine:directorySharingDeviceIndex:.

func (VZDirectorySharingDevice) Init ¶

Init initializes the instance.

func (VZDirectorySharingDevice) InitWithVirtualMachineDirectorySharingDeviceIndex ¶

func (v VZDirectorySharingDevice) InitWithVirtualMachineDirectorySharingDeviceIndex(machine objectivec.IObject, index uint64) (objectivec.IObject, error)

InitWithVirtualMachineDirectorySharingDeviceIndex is an exported wrapper for the private method _initWithVirtualMachineDirectorySharingDeviceIndex.

type VZDirectorySharingDeviceClass ¶

type VZDirectorySharingDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZDirectorySharingDeviceClass ¶

func GetVZDirectorySharingDeviceClass() VZDirectorySharingDeviceClass

GetVZDirectorySharingDeviceClass returns the class object for VZDirectorySharingDevice.

func (VZDirectorySharingDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZDirectorySharingDeviceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZDirectorySharingDeviceConfiguration ¶

type VZDirectorySharingDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZDirectorySharingDeviceConfiguration ¶

func NewVZDirectorySharingDeviceConfiguration() VZDirectorySharingDeviceConfiguration

NewVZDirectorySharingDeviceConfiguration creates a new VZDirectorySharingDeviceConfiguration instance.

func VZDirectorySharingDeviceConfigurationFromID ¶

func VZDirectorySharingDeviceConfigurationFromID(id objc.ID) VZDirectorySharingDeviceConfiguration

VZDirectorySharingDeviceConfigurationFromID constructs a VZDirectorySharingDeviceConfiguration from an objc.ID.

func (VZDirectorySharingDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZDirectorySharingDeviceConfiguration) CanDirectorySharingDevice ¶ added in v0.6.0

func (v VZDirectorySharingDeviceConfiguration) CanDirectorySharingDevice() bool

CanDirectorySharingDevice reports whether the receiver responds to the private selector _directorySharingDevice.

func (VZDirectorySharingDeviceConfiguration) CanMakeDirectorySharingDeviceForVirtualMachineDirectorySharingDeviceIndex ¶ added in v0.6.0

func (v VZDirectorySharingDeviceConfiguration) CanMakeDirectorySharingDeviceForVirtualMachineDirectorySharingDeviceIndex() bool

CanMakeDirectorySharingDeviceForVirtualMachineDirectorySharingDeviceIndex reports whether the receiver responds to the private selector _makeDirectorySharingDeviceForVirtualMachine:directorySharingDeviceIndex:.

func (VZDirectorySharingDeviceConfiguration) DebugDescription ¶

func (v VZDirectorySharingDeviceConfiguration) DebugDescription() string

func (VZDirectorySharingDeviceConfiguration) Description ¶

func (VZDirectorySharingDeviceConfiguration) DirectorySharingDevice ¶ added in v0.6.0

func (v VZDirectorySharingDeviceConfiguration) DirectorySharingDevice() (unsafe.Pointer, error)

DirectorySharingDevice is an exported wrapper for the private property _directorySharingDevice.

func (VZDirectorySharingDeviceConfiguration) Hash ¶

func (VZDirectorySharingDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZDirectorySharingDeviceConfiguration) MakeDirectorySharingDeviceForVirtualMachineDirectorySharingDeviceIndex ¶

func (v VZDirectorySharingDeviceConfiguration) MakeDirectorySharingDeviceForVirtualMachineDirectorySharingDeviceIndex(machine objectivec.IObject, index uint64) (objectivec.IObject, error)

MakeDirectorySharingDeviceForVirtualMachineDirectorySharingDeviceIndex is an exported wrapper for the private method _makeDirectorySharingDeviceForVirtualMachineDirectorySharingDeviceIndex.

func (VZDirectorySharingDeviceConfiguration) Superclass ¶

type VZDirectorySharingDeviceConfigurationClass ¶

type VZDirectorySharingDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZDirectorySharingDeviceConfigurationClass ¶

func GetVZDirectorySharingDeviceConfigurationClass() VZDirectorySharingDeviceConfigurationClass

GetVZDirectorySharingDeviceConfigurationClass returns the class object for VZDirectorySharingDeviceConfiguration.

func (VZDirectorySharingDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZDirectorySharingDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZDiskBlockDeviceStorageDeviceAttachment ¶

type VZDiskBlockDeviceStorageDeviceAttachment struct {
	VZStorageDeviceAttachment
}

Methods ¶

func NewVZDiskBlockDeviceStorageDeviceAttachment ¶

func NewVZDiskBlockDeviceStorageDeviceAttachment() VZDiskBlockDeviceStorageDeviceAttachment

NewVZDiskBlockDeviceStorageDeviceAttachment creates a new VZDiskBlockDeviceStorageDeviceAttachment instance.

func VZDiskBlockDeviceStorageDeviceAttachmentFromID ¶

func VZDiskBlockDeviceStorageDeviceAttachmentFromID(id objc.ID) VZDiskBlockDeviceStorageDeviceAttachment

VZDiskBlockDeviceStorageDeviceAttachmentFromID constructs a VZDiskBlockDeviceStorageDeviceAttachment from an objc.ID.

func (VZDiskBlockDeviceStorageDeviceAttachment) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZDiskBlockDeviceStorageDeviceAttachment) CanInitWithURLReadOnlySynchronizationModeError ¶ added in v0.6.0

func (v VZDiskBlockDeviceStorageDeviceAttachment) CanInitWithURLReadOnlySynchronizationModeError() bool

CanInitWithURLReadOnlySynchronizationModeError reports whether the receiver responds to the private selector _initWithURL:readOnly:synchronizationMode:error:.

func (VZDiskBlockDeviceStorageDeviceAttachment) CanUrl ¶ added in v0.6.0

CanUrl reports whether the receiver responds to the private selector _url.

func (VZDiskBlockDeviceStorageDeviceAttachment) Init ¶

Init initializes the instance.

func (VZDiskBlockDeviceStorageDeviceAttachment) InitWithURLReadOnlySynchronizationModeError ¶

func (v VZDiskBlockDeviceStorageDeviceAttachment) InitWithURLReadOnlySynchronizationModeError(url foundation.NSURL, only bool, mode int64) (objectivec.IObject, error)

InitWithURLReadOnlySynchronizationModeError is an exported wrapper for the private method _initWithURLReadOnlySynchronizationModeError.

func (VZDiskBlockDeviceStorageDeviceAttachment) ReadOnly ¶

func (VZDiskBlockDeviceStorageDeviceAttachment) Url ¶ added in v0.6.0

Url is an exported wrapper for the private property _url.

type VZDiskBlockDeviceStorageDeviceAttachmentClass ¶

type VZDiskBlockDeviceStorageDeviceAttachmentClass struct {
	// contains filtered or unexported fields
}

func GetVZDiskBlockDeviceStorageDeviceAttachmentClass ¶

func GetVZDiskBlockDeviceStorageDeviceAttachmentClass() VZDiskBlockDeviceStorageDeviceAttachmentClass

GetVZDiskBlockDeviceStorageDeviceAttachmentClass returns the class object for VZDiskBlockDeviceStorageDeviceAttachment.

func (VZDiskBlockDeviceStorageDeviceAttachmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZDiskBlockDeviceStorageDeviceAttachmentClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZDiskImage ¶

type VZDiskImage struct {
	objectivec.Object
}

Methods ¶

func NewVZDiskImage ¶

func NewVZDiskImage() VZDiskImage

NewVZDiskImage creates a new VZDiskImage instance.

func NewVZDiskImageWithDescriptorError ¶

func NewVZDiskImageWithDescriptorError(descriptor objectivec.IObject) (VZDiskImage, error)

func NewVZDiskImageWithURLReadOnlyError ¶

func NewVZDiskImageWithURLReadOnlyError(url foundation.NSURL, only bool) (VZDiskImage, error)

func VZDiskImageFromID ¶

func VZDiskImageFromID(id objc.ID) VZDiskImage

VZDiskImageFromID constructs a VZDiskImage from an objc.ID.

func (VZDiskImage) Autorelease ¶

func (v VZDiskImage) Autorelease() VZDiskImage

Autorelease adds the receiver to the current autorelease pool.

func (VZDiskImage) CachingMode ¶

func (v VZDiskImage) CachingMode() int64

func (VZDiskImage) Identifier ¶

func (v VZDiskImage) Identifier() string

func (VZDiskImage) Init ¶

func (v VZDiskImage) Init() VZDiskImage

Init initializes the instance.

func (VZDiskImage) InitWithDescriptorError ¶

func (v VZDiskImage) InitWithDescriptorError(descriptor objectivec.IObject) (VZDiskImage, error)

func (VZDiskImage) InitWithURLReadOnlyError ¶

func (v VZDiskImage) InitWithURLReadOnlyError(url foundation.NSURL, only bool) (VZDiskImage, error)

func (VZDiskImage) IsReadOnly ¶

func (v VZDiskImage) IsReadOnly() bool

func (VZDiskImage) ReadOnly ¶

func (v VZDiskImage) ReadOnly() bool

func (VZDiskImage) SetUpdateDiskSize ¶

func (v VZDiskImage) SetUpdateDiskSize(value foundation.NSNumber)

func (VZDiskImage) SynchronizationMode ¶

func (v VZDiskImage) SynchronizationMode() int64

func (VZDiskImage) URL ¶

func (v VZDiskImage) URL() foundation.NSURL

func (VZDiskImage) UpdateDiskSize ¶

func (v VZDiskImage) UpdateDiskSize() foundation.NSNumber

type VZDiskImageClass ¶

type VZDiskImageClass struct {
	// contains filtered or unexported fields
}

func GetVZDiskImageClass ¶

func GetVZDiskImageClass() VZDiskImageClass

GetVZDiskImageClass returns the class object for _VZDiskImage.

func (VZDiskImageClass) Alloc ¶

func (vc VZDiskImageClass) Alloc() VZDiskImage

Alloc allocates memory for a new instance of the class.

func (VZDiskImageClass) Class ¶

func (vc VZDiskImageClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZDiskImageDescriptor ¶

type VZDiskImageDescriptor struct {
	objectivec.Object
}

Methods ¶

func NewVZDiskImageDescriptor ¶

func NewVZDiskImageDescriptor() VZDiskImageDescriptor

NewVZDiskImageDescriptor creates a new VZDiskImageDescriptor instance.

func NewVZDiskImageDescriptorWithURL ¶

func NewVZDiskImageDescriptorWithURL(url foundation.NSURL) VZDiskImageDescriptor

func VZDiskImageDescriptorFromID ¶

func VZDiskImageDescriptorFromID(id objc.ID) VZDiskImageDescriptor

VZDiskImageDescriptorFromID constructs a VZDiskImageDescriptor from an objc.ID.

func (VZDiskImageDescriptor) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZDiskImageDescriptor) BackendType ¶

func (v VZDiskImageDescriptor) BackendType() int64

func (VZDiskImageDescriptor) CachingMode ¶

func (v VZDiskImageDescriptor) CachingMode() int64

func (VZDiskImageDescriptor) Init ¶

Init initializes the instance.

func (VZDiskImageDescriptor) InitWithURL ¶

func (VZDiskImageDescriptor) IsReadOnly ¶

func (v VZDiskImageDescriptor) IsReadOnly() bool

func (VZDiskImageDescriptor) ReadOnly ¶

func (v VZDiskImageDescriptor) ReadOnly() bool

func (VZDiskImageDescriptor) SetBackendType ¶

func (v VZDiskImageDescriptor) SetBackendType(type_ int64)

func (VZDiskImageDescriptor) SetCachingMode ¶

func (v VZDiskImageDescriptor) SetCachingMode(value int64)

func (VZDiskImageDescriptor) SetReadOnly ¶

func (v VZDiskImageDescriptor) SetReadOnly(value bool)

func (VZDiskImageDescriptor) SetSynchronizationMode ¶

func (v VZDiskImageDescriptor) SetSynchronizationMode(value int64)

func (VZDiskImageDescriptor) SetURL ¶

func (v VZDiskImageDescriptor) SetURL(value foundation.NSURL)

func (VZDiskImageDescriptor) SynchronizationMode ¶

func (v VZDiskImageDescriptor) SynchronizationMode() int64

func (VZDiskImageDescriptor) URL ¶

type VZDiskImageDescriptorClass ¶

type VZDiskImageDescriptorClass struct {
	// contains filtered or unexported fields
}

func GetVZDiskImageDescriptorClass ¶

func GetVZDiskImageDescriptorClass() VZDiskImageDescriptorClass

GetVZDiskImageDescriptorClass returns the class object for _VZDiskImageDescriptor.

func (VZDiskImageDescriptorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZDiskImageDescriptorClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZDiskImageFormat ¶

type VZDiskImageFormat struct {
	objectivec.Object
}

Methods ¶

func NewVZDiskImageFormat ¶

func NewVZDiskImageFormat() VZDiskImageFormat

NewVZDiskImageFormat creates a new VZDiskImageFormat instance.

func VZDiskImageFormatFromID ¶

func VZDiskImageFormatFromID(id objc.ID) VZDiskImageFormat

VZDiskImageFormatFromID constructs a VZDiskImageFormat from an objc.ID.

func (VZDiskImageFormat) Autorelease ¶

func (v VZDiskImageFormat) Autorelease() VZDiskImageFormat

Autorelease adds the receiver to the current autorelease pool.

func (VZDiskImageFormat) CanCreateDynamicDiskImages ¶

func (v VZDiskImageFormat) CanCreateDynamicDiskImages() bool

func (VZDiskImageFormat) CanCreateFixedDiskImages ¶

func (v VZDiskImageFormat) CanCreateFixedDiskImages() bool

func (VZDiskImageFormat) CreateDynamicDiskImageWithURLSuggestedSize ¶

func (v VZDiskImageFormat) CreateDynamicDiskImageWithURLSuggestedSize(ctx context.Context, url foundation.NSURL, size uint64) error

CreateDynamicDiskImageWithURLSuggestedSize is a synchronous wrapper around VZDiskImageFormat.CreateDynamicDiskImageWithURLSuggestedSizeCompletionHandler. It blocks until the completion handler fires or the context is cancelled.

func (VZDiskImageFormat) CreateDynamicDiskImageWithURLSuggestedSizeCompletionHandler ¶

func (v VZDiskImageFormat) CreateDynamicDiskImageWithURLSuggestedSizeCompletionHandler(url foundation.NSURL, size uint64, handler ErrorHandler) objectivec.IObject

func (VZDiskImageFormat) CreateFixedDiskImageWithURLSuggestedSize ¶

func (v VZDiskImageFormat) CreateFixedDiskImageWithURLSuggestedSize(ctx context.Context, url foundation.NSURL, size uint64) error

CreateFixedDiskImageWithURLSuggestedSize is a synchronous wrapper around VZDiskImageFormat.CreateFixedDiskImageWithURLSuggestedSizeCompletionHandler. It blocks until the completion handler fires or the context is cancelled.

func (VZDiskImageFormat) CreateFixedDiskImageWithURLSuggestedSizeCompletionHandler ¶

func (v VZDiskImageFormat) CreateFixedDiskImageWithURLSuggestedSizeCompletionHandler(url foundation.NSURL, size uint64, handler ErrorHandler) objectivec.IObject

func (VZDiskImageFormat) Identifier ¶

func (v VZDiskImageFormat) Identifier() string

func (VZDiskImageFormat) Init ¶

Init initializes the instance.

type VZDiskImageFormatClass ¶

type VZDiskImageFormatClass struct {
	// contains filtered or unexported fields
}

func GetVZDiskImageFormatClass ¶

func GetVZDiskImageFormatClass() VZDiskImageFormatClass

GetVZDiskImageFormatClass returns the class object for _VZDiskImageFormat.

func (VZDiskImageFormatClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZDiskImageFormatClass) Class ¶

func (vc VZDiskImageFormatClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

func (VZDiskImageFormatClass) RawDiskImageFormat ¶

func (_VZDiskImageFormatClass VZDiskImageFormatClass) RawDiskImageFormat() objectivec.IObject

func (VZDiskImageFormatClass) SupportedFormats ¶

func (_VZDiskImageFormatClass VZDiskImageFormatClass) SupportedFormats() objectivec.IObject

type VZDiskImageStorageDeviceAttachment ¶

type VZDiskImageStorageDeviceAttachment struct {
	VZStorageDeviceAttachment
}

Methods ¶

func NewVZDiskImageStorageDeviceAttachment ¶

func NewVZDiskImageStorageDeviceAttachment() VZDiskImageStorageDeviceAttachment

NewVZDiskImageStorageDeviceAttachment creates a new VZDiskImageStorageDeviceAttachment instance.

func VZDiskImageStorageDeviceAttachmentFromID ¶

func VZDiskImageStorageDeviceAttachmentFromID(id objc.ID) VZDiskImageStorageDeviceAttachment

VZDiskImageStorageDeviceAttachmentFromID constructs a VZDiskImageStorageDeviceAttachment from an objc.ID.

func (VZDiskImageStorageDeviceAttachment) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZDiskImageStorageDeviceAttachment) CanUpdateDiskSize ¶ added in v0.6.0

func (v VZDiskImageStorageDeviceAttachment) CanUpdateDiskSize() bool

CanUpdateDiskSize reports whether the receiver responds to the private selector _updateDiskSize:.

func (VZDiskImageStorageDeviceAttachment) Init ¶

Init initializes the instance.

func (VZDiskImageStorageDeviceAttachment) ReadOnly ¶

func (VZDiskImageStorageDeviceAttachment) UpdateDiskSize ¶

func (v VZDiskImageStorageDeviceAttachment) UpdateDiskSize(size uint64) error

UpdateDiskSize is an exported wrapper for the private method _updateDiskSize.

type VZDiskImageStorageDeviceAttachmentClass ¶

type VZDiskImageStorageDeviceAttachmentClass struct {
	// contains filtered or unexported fields
}

func GetVZDiskImageStorageDeviceAttachmentClass ¶

func GetVZDiskImageStorageDeviceAttachmentClass() VZDiskImageStorageDeviceAttachmentClass

GetVZDiskImageStorageDeviceAttachmentClass returns the class object for VZDiskImageStorageDeviceAttachment.

func (VZDiskImageStorageDeviceAttachmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZDiskImageStorageDeviceAttachmentClass) CanDiskImageStorageDeviceAttachmentWithDiskImage ¶ added in v0.6.0

func (_VZDiskImageStorageDeviceAttachmentClass VZDiskImageStorageDeviceAttachmentClass) CanDiskImageStorageDeviceAttachmentWithDiskImage() bool

CanDiskImageStorageDeviceAttachmentWithDiskImage reports whether the receiver responds to the private selector _diskImageStorageDeviceAttachmentWithDiskImage:.

func (VZDiskImageStorageDeviceAttachmentClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (VZDiskImageStorageDeviceAttachmentClass) DiskImageStorageDeviceAttachmentWithDiskImage ¶

func (_VZDiskImageStorageDeviceAttachmentClass VZDiskImageStorageDeviceAttachmentClass) DiskImageStorageDeviceAttachmentWithDiskImage(image objectivec.IObject) (objectivec.IObject, error)

DiskImageStorageDeviceAttachmentWithDiskImage is an exported wrapper for the private method _diskImageStorageDeviceAttachmentWithDiskImage.

type VZDisplayPresenter ¶

type VZDisplayPresenter struct {
	objectivec.Object
}

func NewVZDisplayPresenter ¶

func NewVZDisplayPresenter() VZDisplayPresenter

NewVZDisplayPresenter creates a new VZDisplayPresenter instance.

func VZDisplayPresenterFromID ¶

func VZDisplayPresenterFromID(id objc.ID) VZDisplayPresenter

VZDisplayPresenterFromID constructs a VZDisplayPresenter from an objc.ID.

func (VZDisplayPresenter) Autorelease ¶

func (v VZDisplayPresenter) Autorelease() VZDisplayPresenter

Autorelease adds the receiver to the current autorelease pool.

func (VZDisplayPresenter) Init ¶

Init initializes the instance.

type VZDisplayPresenterClass ¶

type VZDisplayPresenterClass struct {
	// contains filtered or unexported fields
}

func GetVZDisplayPresenterClass ¶

func GetVZDisplayPresenterClass() VZDisplayPresenterClass

GetVZDisplayPresenterClass returns the class object for _VZDisplayPresenter.

func (VZDisplayPresenterClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZDisplayPresenterClass) Class ¶

func (vc VZDisplayPresenterClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZEFIBootLoader ¶

type VZEFIBootLoader struct {
	VZBootLoader
}

Methods ¶

func NewVZEFIBootLoader ¶

func NewVZEFIBootLoader() VZEFIBootLoader

NewVZEFIBootLoader creates a new VZEFIBootLoader instance.

func VZEFIBootLoaderFromID ¶

func VZEFIBootLoaderFromID(id objc.ID) VZEFIBootLoader

VZEFIBootLoaderFromID constructs a VZEFIBootLoader from an objc.ID.

func (VZEFIBootLoader) Autorelease ¶

func (v VZEFIBootLoader) Autorelease() VZEFIBootLoader

Autorelease adds the receiver to the current autorelease pool.

func (VZEFIBootLoader) CanROMImageURL ¶ added in v0.6.0

func (v VZEFIBootLoader) CanROMImageURL() bool

CanROMImageURL reports whether the receiver responds to the private selector _ROMImageURL.

func (VZEFIBootLoader) CanSetROMImageURL ¶ added in v0.6.0

func (v VZEFIBootLoader) CanSetROMImageURL() bool

CanSetROMImageURL reports whether the receiver responds to the private selector _setROMImageURL:.

func (VZEFIBootLoader) Init ¶

Init initializes the instance.

func (VZEFIBootLoader) ROMImageURL ¶ added in v0.6.0

func (v VZEFIBootLoader) ROMImageURL() (foundation.NSURL, error)

ROMImageURL is an exported wrapper for the private property _ROMImageURL.

func (VZEFIBootLoader) SetROMImageURL ¶

func (v VZEFIBootLoader) SetROMImageURL(url foundation.NSURL) error

SetROMImageURL is an exported wrapper for the private method _setROMImageURL.

func (VZEFIBootLoader) Set_ROMImageURL ¶

func (v VZEFIBootLoader) Set_ROMImageURL(value foundation.NSURL)

type VZEFIBootLoaderClass ¶

type VZEFIBootLoaderClass struct {
	// contains filtered or unexported fields
}

func GetVZEFIBootLoaderClass ¶

func GetVZEFIBootLoaderClass() VZEFIBootLoaderClass

GetVZEFIBootLoaderClass returns the class object for VZEFIBootLoader.

func (VZEFIBootLoaderClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZEFIBootLoaderClass) Class ¶

func (vc VZEFIBootLoaderClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZEntropyDeviceConfiguration ¶

type VZEntropyDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZEntropyDeviceConfiguration ¶

func NewVZEntropyDeviceConfiguration() VZEntropyDeviceConfiguration

NewVZEntropyDeviceConfiguration creates a new VZEntropyDeviceConfiguration instance.

func VZEntropyDeviceConfigurationFromID ¶

func VZEntropyDeviceConfigurationFromID(id objc.ID) VZEntropyDeviceConfiguration

VZEntropyDeviceConfigurationFromID constructs a VZEntropyDeviceConfiguration from an objc.ID.

func (VZEntropyDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZEntropyDeviceConfiguration) CanEntropyDevice ¶ added in v0.6.0

func (v VZEntropyDeviceConfiguration) CanEntropyDevice() bool

CanEntropyDevice reports whether the receiver responds to the private selector _entropyDevice.

func (VZEntropyDeviceConfiguration) DebugDescription ¶

func (v VZEntropyDeviceConfiguration) DebugDescription() string

func (VZEntropyDeviceConfiguration) Description ¶

func (v VZEntropyDeviceConfiguration) Description() string

func (VZEntropyDeviceConfiguration) EntropyDevice ¶ added in v0.6.0

func (v VZEntropyDeviceConfiguration) EntropyDevice() (int, error)

EntropyDevice is an exported wrapper for the private property _entropyDevice.

func (VZEntropyDeviceConfiguration) Hash ¶

func (VZEntropyDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZEntropyDeviceConfiguration) Superclass ¶

type VZEntropyDeviceConfigurationClass ¶

type VZEntropyDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZEntropyDeviceConfigurationClass ¶

func GetVZEntropyDeviceConfigurationClass() VZEntropyDeviceConfigurationClass

GetVZEntropyDeviceConfigurationClass returns the class object for VZEntropyDeviceConfiguration.

func (VZEntropyDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZEntropyDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZForwardingDebugStub ¶

type VZForwardingDebugStub struct {
	VZDebugStub
}

Methods ¶

  • [VZForwardingDebugStub._initWithDebugStub]

func NewVZForwardingDebugStub ¶

func NewVZForwardingDebugStub() VZForwardingDebugStub

NewVZForwardingDebugStub creates a new VZForwardingDebugStub instance.

func VZForwardingDebugStubFromID ¶

func VZForwardingDebugStubFromID(id objc.ID) VZForwardingDebugStub

VZForwardingDebugStubFromID constructs a VZForwardingDebugStub from an objc.ID.

func (VZForwardingDebugStub) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZForwardingDebugStub) CanInitWithDebugStub ¶ added in v0.6.0

func (v VZForwardingDebugStub) CanInitWithDebugStub() bool

CanInitWithDebugStub reports whether the receiver responds to the private selector _initWithDebugStub:.

func (VZForwardingDebugStub) Init ¶

Init initializes the instance.

func (VZForwardingDebugStub) InitWithDebugStub ¶

func (v VZForwardingDebugStub) InitWithDebugStub(stub DebugStub) (objectivec.IObject, error)

InitWithDebugStub is an exported wrapper for the private method _initWithDebugStub.

type VZForwardingDebugStubClass ¶

type VZForwardingDebugStubClass struct {
	// contains filtered or unexported fields
}

func GetVZForwardingDebugStubClass ¶

func GetVZForwardingDebugStubClass() VZForwardingDebugStubClass

GetVZForwardingDebugStubClass returns the class object for _VZForwardingDebugStub.

func (VZForwardingDebugStubClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZForwardingDebugStubClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZForwardingDebugStubConfiguration ¶

type VZForwardingDebugStubConfiguration struct {
	VZDebugStubConfiguration
}

Methods ¶

  • [VZForwardingDebugStubConfiguration._initWithDebugStub]

func NewVZForwardingDebugStubConfiguration ¶

func NewVZForwardingDebugStubConfiguration() VZForwardingDebugStubConfiguration

NewVZForwardingDebugStubConfiguration creates a new VZForwardingDebugStubConfiguration instance.

func VZForwardingDebugStubConfigurationFromID ¶

func VZForwardingDebugStubConfigurationFromID(id objc.ID) VZForwardingDebugStubConfiguration

VZForwardingDebugStubConfigurationFromID constructs a VZForwardingDebugStubConfiguration from an objc.ID.

func (VZForwardingDebugStubConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZForwardingDebugStubConfiguration) CanInitWithDebugStub ¶ added in v0.6.0

func (v VZForwardingDebugStubConfiguration) CanInitWithDebugStub() bool

CanInitWithDebugStub reports whether the receiver responds to the private selector _initWithDebugStub:.

func (VZForwardingDebugStubConfiguration) Init ¶

Init initializes the instance.

func (VZForwardingDebugStubConfiguration) InitWithDebugStub ¶

InitWithDebugStub is an exported wrapper for the private method _initWithDebugStub.

type VZForwardingDebugStubConfigurationClass ¶

type VZForwardingDebugStubConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZForwardingDebugStubConfigurationClass ¶

func GetVZForwardingDebugStubConfigurationClass() VZForwardingDebugStubConfigurationClass

GetVZForwardingDebugStubConfigurationClass returns the class object for _VZForwardingDebugStubConfiguration.

func (VZForwardingDebugStubConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZForwardingDebugStubConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZFramebuffer ¶

type VZFramebuffer struct {
	objectivec.Object
}

Methods ¶

  • [VZFramebuffer._takeScreenshotWithCompletionHandlerImageConversionBlock]

func NewVZFramebuffer ¶

func NewVZFramebuffer() VZFramebuffer

NewVZFramebuffer creates a new VZFramebuffer instance.

func VZFramebufferFromID ¶

func VZFramebufferFromID(id objc.ID) VZFramebuffer

VZFramebufferFromID constructs a VZFramebuffer from an objc.ID.

func (VZFramebuffer) Autorelease ¶

func (v VZFramebuffer) Autorelease() VZFramebuffer

Autorelease adds the receiver to the current autorelease pool.

func (VZFramebuffer) CanTakeScreenshotWithCompletionHandlerImageConversionBlock ¶ added in v0.6.0

func (v VZFramebuffer) CanTakeScreenshotWithCompletionHandlerImageConversionBlock() bool

CanTakeScreenshotWithCompletionHandlerImageConversionBlock reports whether the receiver responds to the private selector _takeScreenshotWithCompletionHandler:imageConversionBlock:.

func (VZFramebuffer) Init ¶

func (v VZFramebuffer) Init() VZFramebuffer

Init initializes the instance.

func (VZFramebuffer) TakeScreenshotWithCompletionHandlerImageConversionBlock ¶

func (v VZFramebuffer) TakeScreenshotWithCompletionHandlerImageConversionBlock(handler VoidHandler, block VoidHandler) error

TakeScreenshotWithCompletionHandlerImageConversionBlock is an exported wrapper for the private method _takeScreenshotWithCompletionHandlerImageConversionBlock.

type VZFramebufferClass ¶

type VZFramebufferClass struct {
	// contains filtered or unexported fields
}

func GetVZFramebufferClass ¶

func GetVZFramebufferClass() VZFramebufferClass

GetVZFramebufferClass returns the class object for _VZFramebuffer.

func (VZFramebufferClass) Alloc ¶

func (vc VZFramebufferClass) Alloc() VZFramebuffer

Alloc allocates memory for a new instance of the class.

func (VZFramebufferClass) Class ¶

func (vc VZFramebufferClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZFramebufferObserver ¶

type VZFramebufferObserver interface {
	objectivec.IObject

	// GetDisplayProtectionOptions protocol.
	GetDisplayProtectionOptions() unsafe.Pointer
}

_VZFramebufferObserver protocol.

type VZFramebufferObserverObject ¶

type VZFramebufferObserverObject struct {
	objectivec.Object
}

VZFramebufferObserverObject wraps an existing Objective-C object that conforms to the VZFramebufferObserver protocol.

func VZFramebufferObserverObjectFromID ¶

func VZFramebufferObserverObjectFromID(id objc.ID) VZFramebufferObserverObject

VZFramebufferObserverObjectFromID constructs a VZFramebufferObserverObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (VZFramebufferObserverObject) BaseObject ¶

func (VZFramebufferObserverObject) FramebufferDidUpdateColorSpace ¶

func (o VZFramebufferObserverObject) FramebufferDidUpdateColorSpace(space objectivec.IObject)

func (VZFramebufferObserverObject) FramebufferDidUpdateCursor ¶

func (o VZFramebufferObserverObject) FramebufferDidUpdateCursor(framebuffer objectivec.IObject, cursor unsafe.Pointer)

func (VZFramebufferObserverObject) FramebufferDidUpdateFrame ¶

func (o VZFramebufferObserverObject) FramebufferDidUpdateFrame(framebuffer objectivec.IObject, frame unsafe.Pointer)

func (VZFramebufferObserverObject) FramebufferDidUpdateGraphicsOrientation ¶

func (o VZFramebufferObserverObject) FramebufferDidUpdateGraphicsOrientation(framebuffer objectivec.IObject, orientation int64)

func (VZFramebufferObserverObject) GetDisplayProtectionOptions ¶

func (o VZFramebufferObserverObject) GetDisplayProtectionOptions() unsafe.Pointer

type VZFramebufferRemoteSessionNotifier ¶

type VZFramebufferRemoteSessionNotifier struct {
	objectivec.Object
}

func NewVZFramebufferRemoteSessionNotifier ¶

func NewVZFramebufferRemoteSessionNotifier() VZFramebufferRemoteSessionNotifier

NewVZFramebufferRemoteSessionNotifier creates a new VZFramebufferRemoteSessionNotifier instance.

func VZFramebufferRemoteSessionNotifierFromID ¶

func VZFramebufferRemoteSessionNotifierFromID(id objc.ID) VZFramebufferRemoteSessionNotifier

VZFramebufferRemoteSessionNotifierFromID constructs a VZFramebufferRemoteSessionNotifier from an objc.ID.

func (VZFramebufferRemoteSessionNotifier) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZFramebufferRemoteSessionNotifier) Init ¶

Init initializes the instance.

type VZFramebufferRemoteSessionNotifierClass ¶

type VZFramebufferRemoteSessionNotifierClass struct {
	// contains filtered or unexported fields
}

func GetVZFramebufferRemoteSessionNotifierClass ¶

func GetVZFramebufferRemoteSessionNotifierClass() VZFramebufferRemoteSessionNotifierClass

GetVZFramebufferRemoteSessionNotifierClass returns the class object for _VZFramebufferRemoteSessionNotifier.

func (VZFramebufferRemoteSessionNotifierClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZFramebufferRemoteSessionNotifierClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZFramebufferView ¶

type VZFramebufferView struct {
	appkit.NSView
}

Methods ¶

func NewVZFramebufferView ¶

func NewVZFramebufferView() VZFramebufferView

NewVZFramebufferView creates a new VZFramebufferView instance.

func NewVZFramebufferViewWithCoder ¶

func NewVZFramebufferViewWithCoder(coder objectivec.IObject) VZFramebufferView

func NewVZFramebufferViewWithFrame ¶

func NewVZFramebufferViewWithFrame(frame corefoundation.CGRect) VZFramebufferView

func VZFramebufferViewFromID ¶

func VZFramebufferViewFromID(id objc.ID) VZFramebufferView

VZFramebufferViewFromID constructs a VZFramebufferView from an objc.ID.

func (VZFramebufferView) ActionForLayerForKey ¶

func (v VZFramebufferView) ActionForLayerForKey(layer objectivec.IObject, key objectivec.IObject) objectivec.IObject

func (VZFramebufferView) Autorelease ¶

func (v VZFramebufferView) Autorelease() VZFramebufferView

Autorelease adds the receiver to the current autorelease pool.

func (VZFramebufferView) Cursor ¶

func (v VZFramebufferView) Cursor() appkit.NSCursor

func (VZFramebufferView) DebugDescription ¶

func (v VZFramebufferView) DebugDescription() string

func (VZFramebufferView) Description ¶

func (v VZFramebufferView) Description() string

func (VZFramebufferView) DisplayProtectionOptions ¶

func (v VZFramebufferView) DisplayProtectionOptions() foundation.NSNumber

func (VZFramebufferView) Framebuffer ¶

func (v VZFramebufferView) Framebuffer() IVZFramebuffer

func (VZFramebufferView) FramebufferDidUpdateColorSpace ¶

func (v VZFramebufferView) FramebufferDidUpdateColorSpace(space objectivec.IObject)

func (VZFramebufferView) FramebufferDidUpdateGraphicsOrientation ¶

func (v VZFramebufferView) FramebufferDidUpdateGraphicsOrientation(framebuffer objectivec.IObject, orientation int64)

func (VZFramebufferView) FramebufferSize ¶

func (v VZFramebufferView) FramebufferSize() corefoundation.CGSize

func (VZFramebufferView) GetDisplayProtectionOptions ¶

func (v VZFramebufferView) GetDisplayProtectionOptions() unsafe.Pointer

func (VZFramebufferView) Hash ¶

func (v VZFramebufferView) Hash() uint64

func (VZFramebufferView) Init ¶

Init initializes the instance.

func (VZFramebufferView) SetCursor ¶

func (v VZFramebufferView) SetCursor(value appkit.NSCursor)

func (VZFramebufferView) SetFramebuffer ¶

func (v VZFramebufferView) SetFramebuffer(value IVZFramebuffer)

func (VZFramebufferView) SetShowsCursor ¶

func (v VZFramebufferView) SetShowsCursor(value bool)

func (VZFramebufferView) SetSuppressFrameUpdates ¶

func (v VZFramebufferView) SetSuppressFrameUpdates(value bool)

func (VZFramebufferView) ShowsCursor ¶

func (v VZFramebufferView) ShowsCursor() bool

func (VZFramebufferView) Superclass ¶

func (v VZFramebufferView) Superclass() objectivec.Class

func (VZFramebufferView) SuppressFrameUpdates ¶

func (v VZFramebufferView) SuppressFrameUpdates() bool

type VZFramebufferViewClass ¶

type VZFramebufferViewClass struct {
	// contains filtered or unexported fields
}

func GetVZFramebufferViewClass ¶

func GetVZFramebufferViewClass() VZFramebufferViewClass

GetVZFramebufferViewClass returns the class object for _VZFramebufferView.

func (VZFramebufferViewClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZFramebufferViewClass) Class ¶

func (vc VZFramebufferViewClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZGDBDebugStub ¶

type VZGDBDebugStub struct {
	VZDebugStub
}

Methods ¶

func NewVZGDBDebugStub ¶

func NewVZGDBDebugStub() VZGDBDebugStub

NewVZGDBDebugStub creates a new VZGDBDebugStub instance.

func VZGDBDebugStubFromID ¶

func VZGDBDebugStubFromID(id objc.ID) VZGDBDebugStub

VZGDBDebugStubFromID constructs a VZGDBDebugStub from an objc.ID.

func (VZGDBDebugStub) Autorelease ¶

func (v VZGDBDebugStub) Autorelease() VZGDBDebugStub

Autorelease adds the receiver to the current autorelease pool.

func (VZGDBDebugStub) Delegate ¶

func (v VZGDBDebugStub) Delegate() unsafe.Pointer

func (VZGDBDebugStub) Init ¶

func (v VZGDBDebugStub) Init() VZGDBDebugStub

Init initializes the instance.

func (VZGDBDebugStub) Port ¶

func (v VZGDBDebugStub) Port() uint16

func (VZGDBDebugStub) SetDelegate ¶

func (v VZGDBDebugStub) SetDelegate(value unsafe.Pointer)

type VZGDBDebugStubClass ¶

type VZGDBDebugStubClass struct {
	// contains filtered or unexported fields
}

func GetVZGDBDebugStubClass ¶

func GetVZGDBDebugStubClass() VZGDBDebugStubClass

GetVZGDBDebugStubClass returns the class object for _VZGDBDebugStub.

func (VZGDBDebugStubClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZGDBDebugStubClass) Class ¶

func (vc VZGDBDebugStubClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZGDBDebugStubConfiguration ¶

type VZGDBDebugStubConfiguration struct {
	VZDebugStubConfiguration
}

Methods ¶

func NewVZGDBDebugStubConfiguration ¶

func NewVZGDBDebugStubConfiguration() VZGDBDebugStubConfiguration

NewVZGDBDebugStubConfiguration creates a new VZGDBDebugStubConfiguration instance.

func NewVZGDBDebugStubConfigurationWithPort ¶

func NewVZGDBDebugStubConfigurationWithPort(port uint16) VZGDBDebugStubConfiguration

func VZGDBDebugStubConfigurationFromID ¶

func VZGDBDebugStubConfigurationFromID(id objc.ID) VZGDBDebugStubConfiguration

VZGDBDebugStubConfigurationFromID constructs a VZGDBDebugStubConfiguration from an objc.ID.

func (VZGDBDebugStubConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZGDBDebugStubConfiguration) Init ¶

Init initializes the instance.

func (VZGDBDebugStubConfiguration) InitWithPort ¶

func (VZGDBDebugStubConfiguration) ListensOnAllNetworkInterfaces ¶

func (v VZGDBDebugStubConfiguration) ListensOnAllNetworkInterfaces() bool

func (VZGDBDebugStubConfiguration) Port ¶

func (VZGDBDebugStubConfiguration) SetListensOnAllNetworkInterfaces ¶

func (v VZGDBDebugStubConfiguration) SetListensOnAllNetworkInterfaces(value bool)

func (VZGDBDebugStubConfiguration) SetPort ¶

func (v VZGDBDebugStubConfiguration) SetPort(value uint16)

type VZGDBDebugStubConfigurationClass ¶

type VZGDBDebugStubConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZGDBDebugStubConfigurationClass ¶

func GetVZGDBDebugStubConfigurationClass() VZGDBDebugStubConfigurationClass

GetVZGDBDebugStubConfigurationClass returns the class object for _VZGDBDebugStubConfiguration.

func (VZGDBDebugStubConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZGDBDebugStubConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZGenericMachineIdentifier ¶

type VZGenericMachineIdentifier struct {
	objectivec.Object
}

Methods ¶

func NewVZGenericMachineIdentifier ¶

func NewVZGenericMachineIdentifier() VZGenericMachineIdentifier

NewVZGenericMachineIdentifier creates a new VZGenericMachineIdentifier instance.

func VZGenericMachineIdentifierFromID ¶

func VZGenericMachineIdentifierFromID(id objc.ID) VZGenericMachineIdentifier

VZGenericMachineIdentifierFromID constructs a VZGenericMachineIdentifier from an objc.ID.

func (VZGenericMachineIdentifier) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZGenericMachineIdentifier) DebugDescription ¶

func (v VZGenericMachineIdentifier) DebugDescription() string

func (VZGenericMachineIdentifier) Description ¶

func (v VZGenericMachineIdentifier) Description() string

func (VZGenericMachineIdentifier) Hash ¶

func (VZGenericMachineIdentifier) Init ¶

Init initializes the instance.

func (VZGenericMachineIdentifier) Superclass ¶

type VZGenericMachineIdentifierClass ¶

type VZGenericMachineIdentifierClass struct {
	// contains filtered or unexported fields
}

func GetVZGenericMachineIdentifierClass ¶

func GetVZGenericMachineIdentifierClass() VZGenericMachineIdentifierClass

GetVZGenericMachineIdentifierClass returns the class object for VZGenericMachineIdentifier.

func (VZGenericMachineIdentifierClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZGenericMachineIdentifierClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZGenericPlatformConfiguration ¶

type VZGenericPlatformConfiguration struct {
	VZPlatformConfiguration
}

Methods ¶

func NewVZGenericPlatformConfiguration ¶

func NewVZGenericPlatformConfiguration() VZGenericPlatformConfiguration

NewVZGenericPlatformConfiguration creates a new VZGenericPlatformConfiguration instance.

func VZGenericPlatformConfigurationFromID ¶

func VZGenericPlatformConfigurationFromID(id objc.ID) VZGenericPlatformConfiguration

VZGenericPlatformConfigurationFromID constructs a VZGenericPlatformConfiguration from an objc.ID.

func (VZGenericPlatformConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZGenericPlatformConfiguration) CanFineGrainTrapsEmulationEnabled ¶ added in v0.6.0

func (v VZGenericPlatformConfiguration) CanFineGrainTrapsEmulationEnabled() bool

CanFineGrainTrapsEmulationEnabled reports whether the receiver responds to the private selector _fineGrainTrapsEmulationEnabled.

func (VZGenericPlatformConfiguration) CanGuestType ¶ added in v0.6.0

func (v VZGenericPlatformConfiguration) CanGuestType() bool

CanGuestType reports whether the receiver responds to the private selector _guestType.

func (VZGenericPlatformConfiguration) CanPerformanceMonitoringUnitEmulationEnabled ¶ added in v0.6.0

func (v VZGenericPlatformConfiguration) CanPerformanceMonitoringUnitEmulationEnabled() bool

CanPerformanceMonitoringUnitEmulationEnabled reports whether the receiver responds to the private selector _performanceMonitoringUnitEmulationEnabled.

func (VZGenericPlatformConfiguration) CanSetFineGrainedTrapsEmulationEnabled ¶ added in v0.6.0

func (v VZGenericPlatformConfiguration) CanSetFineGrainedTrapsEmulationEnabled() bool

CanSetFineGrainedTrapsEmulationEnabled reports whether the receiver responds to the private selector _setFineGrainedTrapsEmulationEnabled:.

func (VZGenericPlatformConfiguration) CanSetGuestType ¶ added in v0.6.0

func (v VZGenericPlatformConfiguration) CanSetGuestType() bool

CanSetGuestType reports whether the receiver responds to the private selector _setGuestType:.

func (VZGenericPlatformConfiguration) CanSetPerformanceMonitoringUnitEmulationEnabled ¶ added in v0.6.0

func (v VZGenericPlatformConfiguration) CanSetPerformanceMonitoringUnitEmulationEnabled() bool

CanSetPerformanceMonitoringUnitEmulationEnabled reports whether the receiver responds to the private selector _setPerformanceMonitoringUnitEmulationEnabled:.

func (VZGenericPlatformConfiguration) FineGrainTrapsEmulationEnabled ¶ added in v0.6.0

func (v VZGenericPlatformConfiguration) FineGrainTrapsEmulationEnabled() (bool, error)

FineGrainTrapsEmulationEnabled is an exported wrapper for the private property _fineGrainTrapsEmulationEnabled.

func (VZGenericPlatformConfiguration) GuestType ¶ added in v0.6.0

func (v VZGenericPlatformConfiguration) GuestType() (string, error)

GuestType is an exported wrapper for the private property _guestType.

func (VZGenericPlatformConfiguration) Init ¶

Init initializes the instance.

func (VZGenericPlatformConfiguration) NestedVirtualizationEnabled ¶

func (v VZGenericPlatformConfiguration) NestedVirtualizationEnabled() bool

func (VZGenericPlatformConfiguration) PerformanceMonitoringUnitEmulationEnabled ¶ added in v0.6.0

func (v VZGenericPlatformConfiguration) PerformanceMonitoringUnitEmulationEnabled() (bool, error)

PerformanceMonitoringUnitEmulationEnabled is an exported wrapper for the private property _performanceMonitoringUnitEmulationEnabled.

func (VZGenericPlatformConfiguration) SetFineGrainedTrapsEmulationEnabled ¶

func (v VZGenericPlatformConfiguration) SetFineGrainedTrapsEmulationEnabled(enabled bool) error

SetFineGrainedTrapsEmulationEnabled is an exported wrapper for the private method _setFineGrainedTrapsEmulationEnabled.

func (VZGenericPlatformConfiguration) SetGuestType ¶

SetGuestType is an exported wrapper for the private method _setGuestType.

func (VZGenericPlatformConfiguration) SetNestedVirtualizationEnabled ¶

func (v VZGenericPlatformConfiguration) SetNestedVirtualizationEnabled(value bool)

func (VZGenericPlatformConfiguration) SetPerformanceMonitoringUnitEmulationEnabled ¶

func (v VZGenericPlatformConfiguration) SetPerformanceMonitoringUnitEmulationEnabled(enabled bool) error

SetPerformanceMonitoringUnitEmulationEnabled is an exported wrapper for the private method _setPerformanceMonitoringUnitEmulationEnabled.

func (VZGenericPlatformConfiguration) Set_fineGrainTrapsEmulationEnabled ¶

func (v VZGenericPlatformConfiguration) Set_fineGrainTrapsEmulationEnabled(value bool)

func (VZGenericPlatformConfiguration) Set_guestType ¶

func (v VZGenericPlatformConfiguration) Set_guestType(value string)

func (VZGenericPlatformConfiguration) Set_performanceMonitoringUnitEmulationEnabled ¶

func (v VZGenericPlatformConfiguration) Set_performanceMonitoringUnitEmulationEnabled(value bool)

type VZGenericPlatformConfigurationClass ¶

type VZGenericPlatformConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZGenericPlatformConfigurationClass ¶

func GetVZGenericPlatformConfigurationClass() VZGenericPlatformConfigurationClass

GetVZGenericPlatformConfigurationClass returns the class object for VZGenericPlatformConfiguration.

func (VZGenericPlatformConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZGenericPlatformConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZGraphicsDevice ¶

type VZGraphicsDevice struct {
	objectivec.Object
}

Methods ¶

  • [VZGraphicsDevice._attachDisplayCompletionHandler]
  • [VZGraphicsDevice._detachDisplayCompletionHandler]
  • [VZGraphicsDevice._displayPortCount]
  • [VZGraphicsDevice._initWithVirtualMachineGraphicsDeviceIndexDisplayPortCountDisplays]
  • [VZGraphicsDevice._validateDisplayForHotPlugError]

func NewVZGraphicsDevice ¶

func NewVZGraphicsDevice() VZGraphicsDevice

NewVZGraphicsDevice creates a new VZGraphicsDevice instance.

func VZGraphicsDeviceFromID ¶

func VZGraphicsDeviceFromID(id objc.ID) VZGraphicsDevice

VZGraphicsDeviceFromID constructs a VZGraphicsDevice from an objc.ID.

func (VZGraphicsDevice) AttachDisplayCompletionHandler ¶

func (v VZGraphicsDevice) AttachDisplayCompletionHandler(display objectivec.IObject, handler ErrorHandler) error

AttachDisplayCompletionHandler is an exported wrapper for the private method _attachDisplayCompletionHandler.

func (VZGraphicsDevice) Autorelease ¶

func (v VZGraphicsDevice) Autorelease() VZGraphicsDevice

Autorelease adds the receiver to the current autorelease pool.

func (VZGraphicsDevice) CanAttachDisplayCompletionHandler ¶ added in v0.6.0

func (v VZGraphicsDevice) CanAttachDisplayCompletionHandler() bool

CanAttachDisplayCompletionHandler reports whether the receiver responds to the private selector _attachDisplay:completionHandler:.

func (VZGraphicsDevice) CanDetachDisplayCompletionHandler ¶ added in v0.6.0

func (v VZGraphicsDevice) CanDetachDisplayCompletionHandler() bool

CanDetachDisplayCompletionHandler reports whether the receiver responds to the private selector _detachDisplay:completionHandler:.

func (VZGraphicsDevice) CanDisplayPortCount ¶ added in v0.6.0

func (v VZGraphicsDevice) CanDisplayPortCount() bool

CanDisplayPortCount reports whether the receiver responds to the private selector _displayPortCount.

func (VZGraphicsDevice) CanInitWithVirtualMachineGraphicsDeviceIndexDisplayPortCountDisplays ¶ added in v0.6.0

func (v VZGraphicsDevice) CanInitWithVirtualMachineGraphicsDeviceIndexDisplayPortCountDisplays() bool

CanInitWithVirtualMachineGraphicsDeviceIndexDisplayPortCountDisplays reports whether the receiver responds to the private selector _initWithVirtualMachine:graphicsDeviceIndex:displayPortCount:displays:.

func (VZGraphicsDevice) CanValidateDisplayForHotPlugError ¶ added in v0.6.0

func (v VZGraphicsDevice) CanValidateDisplayForHotPlugError() bool

CanValidateDisplayForHotPlugError reports whether the receiver responds to the private selector _validateDisplayForHotPlug:error:.

func (VZGraphicsDevice) DetachDisplayCompletionHandler ¶

func (v VZGraphicsDevice) DetachDisplayCompletionHandler(display objectivec.IObject, handler ErrorHandler) error

DetachDisplayCompletionHandler is an exported wrapper for the private method _detachDisplayCompletionHandler.

func (VZGraphicsDevice) DisplayPortCount ¶ added in v0.6.0

func (v VZGraphicsDevice) DisplayPortCount() (uint64, error)

DisplayPortCount is an exported wrapper for the private property _displayPortCount.

func (VZGraphicsDevice) Init ¶

Init initializes the instance.

func (VZGraphicsDevice) InitWithVirtualMachineGraphicsDeviceIndexDisplayPortCountDisplays ¶

func (v VZGraphicsDevice) InitWithVirtualMachineGraphicsDeviceIndexDisplayPortCountDisplays(machine objectivec.IObject, index uint64, count uint64, displays objectivec.IObject) (objectivec.IObject, error)

InitWithVirtualMachineGraphicsDeviceIndexDisplayPortCountDisplays is an exported wrapper for the private method _initWithVirtualMachineGraphicsDeviceIndexDisplayPortCountDisplays.

func (VZGraphicsDevice) ValidateDisplayForHotPlugError ¶

func (v VZGraphicsDevice) ValidateDisplayForHotPlugError(plug objectivec.IObject) (bool, error)

ValidateDisplayForHotPlugError is an exported wrapper for the private method _validateDisplayForHotPlugError.

type VZGraphicsDeviceClass ¶

type VZGraphicsDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZGraphicsDeviceClass ¶

func GetVZGraphicsDeviceClass() VZGraphicsDeviceClass

GetVZGraphicsDeviceClass returns the class object for VZGraphicsDevice.

func (VZGraphicsDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZGraphicsDeviceClass) Class ¶

func (vc VZGraphicsDeviceClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZGraphicsDeviceConfiguration ¶

type VZGraphicsDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZGraphicsDeviceConfiguration ¶

func NewVZGraphicsDeviceConfiguration() VZGraphicsDeviceConfiguration

NewVZGraphicsDeviceConfiguration creates a new VZGraphicsDeviceConfiguration instance.

func VZGraphicsDeviceConfigurationFromID ¶

func VZGraphicsDeviceConfigurationFromID(id objc.ID) VZGraphicsDeviceConfiguration

VZGraphicsDeviceConfigurationFromID constructs a VZGraphicsDeviceConfiguration from an objc.ID.

func (VZGraphicsDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZGraphicsDeviceConfiguration) CanGraphicsDevice ¶ added in v0.6.0

func (v VZGraphicsDeviceConfiguration) CanGraphicsDevice() bool

CanGraphicsDevice reports whether the receiver responds to the private selector _graphicsDevice.

func (VZGraphicsDeviceConfiguration) CanInitWithConfiguration ¶ added in v0.6.0

func (v VZGraphicsDeviceConfiguration) CanInitWithConfiguration() bool

CanInitWithConfiguration reports whether the receiver responds to the private selector _initWithConfiguration:.

func (VZGraphicsDeviceConfiguration) DebugDescription ¶

func (v VZGraphicsDeviceConfiguration) DebugDescription() string

func (VZGraphicsDeviceConfiguration) Description ¶

func (v VZGraphicsDeviceConfiguration) Description() string

func (VZGraphicsDeviceConfiguration) GraphicsDevice ¶ added in v0.6.0

func (v VZGraphicsDeviceConfiguration) GraphicsDevice() (unsafe.Pointer, error)

GraphicsDevice is an exported wrapper for the private property _graphicsDevice.

func (VZGraphicsDeviceConfiguration) Hash ¶

func (VZGraphicsDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZGraphicsDeviceConfiguration) InitWithConfiguration ¶

func (v VZGraphicsDeviceConfiguration) InitWithConfiguration(configuration unsafe.Pointer) (objectivec.IObject, error)

InitWithConfiguration is an exported wrapper for the private method _initWithConfiguration.

func (VZGraphicsDeviceConfiguration) MakeGraphicsDeviceForVirtualMachineGraphicsDeviceIndex ¶

func (v VZGraphicsDeviceConfiguration) MakeGraphicsDeviceForVirtualMachineGraphicsDeviceIndex(machine objectivec.IObject, index uint64) objectivec.IObject

func (VZGraphicsDeviceConfiguration) Superclass ¶

func (VZGraphicsDeviceConfiguration) ValidateWithError ¶

func (v VZGraphicsDeviceConfiguration) ValidateWithError() (bool, error)

type VZGraphicsDeviceConfigurationClass ¶

type VZGraphicsDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZGraphicsDeviceConfigurationClass ¶

func GetVZGraphicsDeviceConfigurationClass() VZGraphicsDeviceConfigurationClass

GetVZGraphicsDeviceConfigurationClass returns the class object for VZGraphicsDeviceConfiguration.

func (VZGraphicsDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZGraphicsDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZGraphicsDisplay ¶

type VZGraphicsDisplay struct {
	objectivec.Object
}

Methods ¶

func NewGraphicsDisplayWithVirtualMachineGraphicsDeviceIndexFramebufferIndexUuid ¶

func NewGraphicsDisplayWithVirtualMachineGraphicsDeviceIndexFramebufferIndexUuid(machine objectivec.IObject, index uint64, index2 uint64, uuid objectivec.IObject) VZGraphicsDisplay

func NewVZGraphicsDisplay ¶

func NewVZGraphicsDisplay() VZGraphicsDisplay

NewVZGraphicsDisplay creates a new VZGraphicsDisplay instance.

func VZGraphicsDisplayFromID ¶

func VZGraphicsDisplayFromID(id objc.ID) VZGraphicsDisplay

VZGraphicsDisplayFromID constructs a VZGraphicsDisplay from an objc.ID.

func (VZGraphicsDisplay) Autorelease ¶

func (v VZGraphicsDisplay) Autorelease() VZGraphicsDisplay

Autorelease adds the receiver to the current autorelease pool.

func (VZGraphicsDisplay) CanConfiguration ¶ added in v0.6.0

func (v VZGraphicsDisplay) CanConfiguration() bool

CanConfiguration reports whether the receiver responds to the private selector _configuration.

func (VZGraphicsDisplay) CanGraphicsDevice ¶ added in v0.6.0

func (v VZGraphicsDisplay) CanGraphicsDevice() bool

CanGraphicsDevice reports whether the receiver responds to the private selector _graphicsDevice.

func (VZGraphicsDisplay) CanGraphicsOrientation ¶ added in v0.6.0

func (v VZGraphicsDisplay) CanGraphicsOrientation() bool

CanGraphicsOrientation reports whether the receiver responds to the private selector _graphicsOrientation.

func (VZGraphicsDisplay) CanInitDetached ¶ added in v0.6.0

func (v VZGraphicsDisplay) CanInitDetached() bool

CanInitDetached reports whether the receiver responds to the private selector _initDetached.

func (VZGraphicsDisplay) CanMatchesConfiguration ¶ added in v0.6.0

func (v VZGraphicsDisplay) CanMatchesConfiguration() bool

CanMatchesConfiguration reports whether the receiver responds to the private selector _matchesConfiguration:.

func (VZGraphicsDisplay) CanSetGraphicsDevice ¶ added in v0.6.0

func (v VZGraphicsDisplay) CanSetGraphicsDevice() bool

CanSetGraphicsDevice reports whether the receiver responds to the private selector _setGraphicsDevice:.

func (VZGraphicsDisplay) CanTakeScreenshotWithCompletionHandler ¶ added in v0.6.0

func (v VZGraphicsDisplay) CanTakeScreenshotWithCompletionHandler() bool

CanTakeScreenshotWithCompletionHandler reports whether the receiver responds to the private selector _takeScreenshotWithCompletionHandler:.

func (VZGraphicsDisplay) CanUuid ¶ added in v0.6.0

func (v VZGraphicsDisplay) CanUuid() bool

CanUuid reports whether the receiver responds to the private selector _uuid.

func (VZGraphicsDisplay) Configuration ¶

func (v VZGraphicsDisplay) Configuration() (objectivec.IObject, error)

Configuration is an exported wrapper for the private method _configuration.

func (VZGraphicsDisplay) GraphicsDevice ¶

func (v VZGraphicsDisplay) GraphicsDevice() (objectivec.IObject, error)

GraphicsDevice is an exported wrapper for the private method _graphicsDevice.

func (VZGraphicsDisplay) GraphicsOrientation ¶

func (v VZGraphicsDisplay) GraphicsOrientation() (int64, error)

GraphicsOrientation is an exported wrapper for the private method _graphicsOrientation.

func (VZGraphicsDisplay) Init ¶

Init initializes the instance.

func (VZGraphicsDisplay) InitDetached ¶

func (v VZGraphicsDisplay) InitDetached() (objectivec.IObject, error)

InitDetached is an exported wrapper for the private method _initDetached.

func (VZGraphicsDisplay) InitWithVirtualMachineGraphicsDeviceIndexFramebufferIndexUuid ¶

func (v VZGraphicsDisplay) InitWithVirtualMachineGraphicsDeviceIndexFramebufferIndexUuid(machine objectivec.IObject, index uint64, index2 uint64, uuid objectivec.IObject) VZGraphicsDisplay

func (VZGraphicsDisplay) MatchesConfiguration ¶

func (v VZGraphicsDisplay) MatchesConfiguration(configuration objectivec.IObject) (bool, error)

MatchesConfiguration is an exported wrapper for the private method _matchesConfiguration.

func (VZGraphicsDisplay) SetGraphicsDevice ¶

func (v VZGraphicsDisplay) SetGraphicsDevice(device objectivec.IObject) error

SetGraphicsDevice is an exported wrapper for the private method _setGraphicsDevice.

func (VZGraphicsDisplay) TakeScreenshotWithCompletionHandler ¶

func (v VZGraphicsDisplay) TakeScreenshotWithCompletionHandler(handler ErrorHandler) error

TakeScreenshotWithCompletionHandler is an exported wrapper for the private method _takeScreenshotWithCompletionHandler.

func (VZGraphicsDisplay) Uuid ¶

Uuid is an exported wrapper for the private method _uuid.

type VZGraphicsDisplayClass ¶

type VZGraphicsDisplayClass struct {
	// contains filtered or unexported fields
}

func GetVZGraphicsDisplayClass ¶

func GetVZGraphicsDisplayClass() VZGraphicsDisplayClass

GetVZGraphicsDisplayClass returns the class object for VZGraphicsDisplay.

func (VZGraphicsDisplayClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZGraphicsDisplayClass) Class ¶

func (vc VZGraphicsDisplayClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZGraphicsDisplayConfiguration ¶

type VZGraphicsDisplayConfiguration struct {
	objectivec.Object
}

Methods ¶

  • [VZGraphicsDisplayConfiguration._init]
  • [VZGraphicsDisplayConfiguration._initWithConfiguration]
  • [VZGraphicsDisplayConfiguration._setUUID]
  • [VZGraphicsDisplayConfiguration._uuid]
  • VZGraphicsDisplayConfiguration.Set_uuid

func NewVZGraphicsDisplayConfiguration ¶

func NewVZGraphicsDisplayConfiguration() VZGraphicsDisplayConfiguration

NewVZGraphicsDisplayConfiguration creates a new VZGraphicsDisplayConfiguration instance.

func VZGraphicsDisplayConfigurationFromID ¶

func VZGraphicsDisplayConfigurationFromID(id objc.ID) VZGraphicsDisplayConfiguration

VZGraphicsDisplayConfigurationFromID constructs a VZGraphicsDisplayConfiguration from an objc.ID.

func (VZGraphicsDisplayConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZGraphicsDisplayConfiguration) CanInitWithConfiguration ¶ added in v0.6.0

func (v VZGraphicsDisplayConfiguration) CanInitWithConfiguration() bool

CanInitWithConfiguration reports whether the receiver responds to the private selector _initWithConfiguration:.

func (VZGraphicsDisplayConfiguration) CanSetUUID ¶ added in v0.6.0

func (v VZGraphicsDisplayConfiguration) CanSetUUID() bool

CanSetUUID reports whether the receiver responds to the private selector _setUUID:.

func (VZGraphicsDisplayConfiguration) CanUuid ¶ added in v0.6.0

CanUuid reports whether the receiver responds to the private selector _uuid.

func (VZGraphicsDisplayConfiguration) Init ¶

Init initializes the instance.

func (VZGraphicsDisplayConfiguration) InitWithConfiguration ¶

func (v VZGraphicsDisplayConfiguration) InitWithConfiguration(configuration unsafe.Pointer) (objectivec.IObject, error)

InitWithConfiguration is an exported wrapper for the private method _initWithConfiguration.

func (VZGraphicsDisplayConfiguration) SetUUID ¶

SetUUID is an exported wrapper for the private method _setUUID.

func (VZGraphicsDisplayConfiguration) Set_uuid ¶

func (VZGraphicsDisplayConfiguration) Uuid ¶ added in v0.6.0

Uuid is an exported wrapper for the private property _uuid.

type VZGraphicsDisplayConfigurationClass ¶

type VZGraphicsDisplayConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZGraphicsDisplayConfigurationClass ¶

func GetVZGraphicsDisplayConfigurationClass() VZGraphicsDisplayConfigurationClass

GetVZGraphicsDisplayConfigurationClass returns the class object for VZGraphicsDisplayConfiguration.

func (VZGraphicsDisplayConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZGraphicsDisplayConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZGraphicsDisplayObserver ¶

type VZGraphicsDisplayObserver interface {
	objectivec.IObject
}

VZGraphicsDisplayObserver protocol.

type VZGraphicsDisplayObserverObject ¶

type VZGraphicsDisplayObserverObject struct {
	objectivec.Object
}

VZGraphicsDisplayObserverObject wraps an existing Objective-C object that conforms to the VZGraphicsDisplayObserver protocol.

func VZGraphicsDisplayObserverObjectFromID ¶

func VZGraphicsDisplayObserverObjectFromID(id objc.ID) VZGraphicsDisplayObserverObject

VZGraphicsDisplayObserverObjectFromID constructs a VZGraphicsDisplayObserverObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (VZGraphicsDisplayObserverObject) BaseObject ¶

func (VZGraphicsDisplayObserverObject) DisplayDidBeginReconfiguration ¶

func (o VZGraphicsDisplayObserverObject) DisplayDidBeginReconfiguration(reconfiguration objectivec.IObject)

func (VZGraphicsDisplayObserverObject) DisplayDidEndReconfiguration ¶

func (o VZGraphicsDisplayObserverObject) DisplayDidEndReconfiguration(reconfiguration objectivec.IObject)

type VZGuestAgent ¶

type VZGuestAgent interface {
	objectivec.IObject
}

VZGuestAgent protocol.

type VZGuestAgentObject ¶

type VZGuestAgentObject struct {
	objectivec.Object
}

VZGuestAgentObject wraps an existing Objective-C object that conforms to the VZGuestAgent protocol.

func VZGuestAgentObjectFromID ¶

func VZGuestAgentObjectFromID(id objc.ID) VZGuestAgentObject

VZGuestAgentObjectFromID constructs a VZGuestAgentObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (VZGuestAgentObject) BaseObject ¶

func (o VZGuestAgentObject) BaseObject() objectivec.Object

type VZGuestTraceEvent ¶

type VZGuestTraceEvent struct {
	objectivec.Object
}

Methods ¶

  • [VZGuestTraceEvent._init]

func NewVZGuestTraceEvent ¶

func NewVZGuestTraceEvent() VZGuestTraceEvent

NewVZGuestTraceEvent creates a new VZGuestTraceEvent instance.

func VZGuestTraceEventFromID ¶

func VZGuestTraceEventFromID(id objc.ID) VZGuestTraceEvent

VZGuestTraceEventFromID constructs a VZGuestTraceEvent from an objc.ID.

func (VZGuestTraceEvent) Autorelease ¶

func (v VZGuestTraceEvent) Autorelease() VZGuestTraceEvent

Autorelease adds the receiver to the current autorelease pool.

func (VZGuestTraceEvent) Init ¶

Init initializes the instance.

type VZGuestTraceEventClass ¶

type VZGuestTraceEventClass struct {
	// contains filtered or unexported fields
}

func GetVZGuestTraceEventClass ¶

func GetVZGuestTraceEventClass() VZGuestTraceEventClass

GetVZGuestTraceEventClass returns the class object for _VZGuestTraceEvent.

func (VZGuestTraceEventClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZGuestTraceEventClass) Class ¶

func (vc VZGuestTraceEventClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZHIDAdditions ¶

type VZHIDAdditions interface {
	objectivec.IObject
	// contains filtered or unexported methods
}

_VZHIDAdditions protocol.

type VZHIDAdditionsObject ¶

type VZHIDAdditionsObject struct {
	objectivec.Object
}

VZHIDAdditionsObject wraps an existing Objective-C object that conforms to the VZHIDAdditions protocol.

func VZHIDAdditionsObjectFromID ¶

func VZHIDAdditionsObjectFromID(id objc.ID) VZHIDAdditionsObject

VZHIDAdditionsObjectFromID constructs a VZHIDAdditionsObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (VZHIDAdditionsObject) BaseObject ¶

func (o VZHIDAdditionsObject) BaseObject() objectivec.Object

type VZHIDDevice ¶

type VZHIDDevice struct {
	objectivec.Object
}

Methods ¶

func NewVZHIDDevice ¶

func NewVZHIDDevice() VZHIDDevice

NewVZHIDDevice creates a new VZHIDDevice instance.

func VZHIDDeviceFromID ¶

func VZHIDDeviceFromID(id objc.ID) VZHIDDevice

VZHIDDeviceFromID constructs a VZHIDDevice from an objc.ID.

func (VZHIDDevice) Autorelease ¶

func (v VZHIDDevice) Autorelease() VZHIDDevice

Autorelease adds the receiver to the current autorelease pool.

func (VZHIDDevice) Init ¶

func (v VZHIDDevice) Init() VZHIDDevice

Init initializes the instance.

func (VZHIDDevice) SendIOHIDEvents ¶

func (v VZHIDDevice) SendIOHIDEvents(iOHIDEvents objectivec.IObject)

type VZHIDDeviceClass ¶

type VZHIDDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZHIDDeviceClass ¶

func GetVZHIDDeviceClass() VZHIDDeviceClass

GetVZHIDDeviceClass returns the class object for _VZHIDDevice.

func (VZHIDDeviceClass) Alloc ¶

func (vc VZHIDDeviceClass) Alloc() VZHIDDevice

Alloc allocates memory for a new instance of the class.

func (VZHIDDeviceClass) Class ¶

func (vc VZHIDDeviceClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZHIDDeviceConfiguration ¶

type VZHIDDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZHIDDeviceConfiguration ¶

func NewVZHIDDeviceConfiguration() VZHIDDeviceConfiguration

NewVZHIDDeviceConfiguration creates a new VZHIDDeviceConfiguration instance.

func VZHIDDeviceConfigurationFromID ¶

func VZHIDDeviceConfigurationFromID(id objc.ID) VZHIDDeviceConfiguration

VZHIDDeviceConfigurationFromID constructs a VZHIDDeviceConfiguration from an objc.ID.

func (VZHIDDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZHIDDeviceConfiguration) CanHidDevice ¶ added in v0.6.0

func (v VZHIDDeviceConfiguration) CanHidDevice() bool

CanHidDevice reports whether the receiver responds to the private selector _hidDevice.

func (VZHIDDeviceConfiguration) DebugDescription ¶

func (v VZHIDDeviceConfiguration) DebugDescription() string

func (VZHIDDeviceConfiguration) Description ¶

func (v VZHIDDeviceConfiguration) Description() string

func (VZHIDDeviceConfiguration) Hash ¶

func (VZHIDDeviceConfiguration) HidDevice ¶ added in v0.6.0

HidDevice is an exported wrapper for the private property _hidDevice.

func (VZHIDDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZHIDDeviceConfiguration) MakeHIDDeviceForVirtualMachineHidDeviceIndex ¶

func (v VZHIDDeviceConfiguration) MakeHIDDeviceForVirtualMachineHidDeviceIndex(machine objectivec.IObject, index uint64) objectivec.IObject

func (VZHIDDeviceConfiguration) Superclass ¶

func (v VZHIDDeviceConfiguration) Superclass() objectivec.Class

type VZHIDDeviceConfigurationClass ¶

type VZHIDDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZHIDDeviceConfigurationClass ¶

func GetVZHIDDeviceConfigurationClass() VZHIDDeviceConfigurationClass

GetVZHIDDeviceConfigurationClass returns the class object for _VZHIDDeviceConfiguration.

func (VZHIDDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZHIDDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZHIDEventFilter ¶

type VZHIDEventFilter struct {
	objectivec.Object
}

Methods ¶

func NewVZHIDEventFilter ¶

func NewVZHIDEventFilter() VZHIDEventFilter

NewVZHIDEventFilter creates a new VZHIDEventFilter instance.

func VZHIDEventFilterFromID ¶

func VZHIDEventFilterFromID(id objc.ID) VZHIDEventFilter

VZHIDEventFilterFromID constructs a VZHIDEventFilter from an objc.ID.

func (VZHIDEventFilter) Autorelease ¶

func (v VZHIDEventFilter) Autorelease() VZHIDEventFilter

Autorelease adds the receiver to the current autorelease pool.

func (VZHIDEventFilter) GetHIDReportsFromHIDEvent ¶

func (v VZHIDEventFilter) GetHIDReportsFromHIDEvent(hIDEvent uintptr) objectivec.IObject

func (VZHIDEventFilter) GetHIDReportsFromNSEvent ¶

func (v VZHIDEventFilter) GetHIDReportsFromNSEvent(nSEvent objectivec.IObject) objectivec.IObject

func (VZHIDEventFilter) Init ¶

Init initializes the instance.

func (VZHIDEventFilter) UpdateCoordinateTransformIsFlipped ¶

func (v VZHIDEventFilter) UpdateCoordinateTransformIsFlipped(transform corefoundation.CGRect, flipped bool)

type VZHIDEventFilterClass ¶

type VZHIDEventFilterClass struct {
	// contains filtered or unexported fields
}

func GetVZHIDEventFilterClass ¶

func GetVZHIDEventFilterClass() VZHIDEventFilterClass

GetVZHIDEventFilterClass returns the class object for _VZHIDEventFilter.

func (VZHIDEventFilterClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZHIDEventFilterClass) Class ¶

func (vc VZHIDEventFilterClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

func (VZHIDEventFilterClass) HasEventTranslators ¶

func (_VZHIDEventFilterClass VZHIDEventFilterClass) HasEventTranslators() bool

func (VZHIDEventFilterClass) IsEnabled ¶

func (_VZHIDEventFilterClass VZHIDEventFilterClass) IsEnabled() bool

type VZHIDEventMonitor ¶

type VZHIDEventMonitor struct {
	objectivec.Object
}

func NewVZHIDEventMonitor ¶

func NewVZHIDEventMonitor() VZHIDEventMonitor

NewVZHIDEventMonitor creates a new VZHIDEventMonitor instance.

func VZHIDEventMonitorFromID ¶

func VZHIDEventMonitorFromID(id objc.ID) VZHIDEventMonitor

VZHIDEventMonitorFromID constructs a VZHIDEventMonitor from an objc.ID.

func (VZHIDEventMonitor) Autorelease ¶

func (v VZHIDEventMonitor) Autorelease() VZHIDEventMonitor

Autorelease adds the receiver to the current autorelease pool.

func (VZHIDEventMonitor) Init ¶

Init initializes the instance.

type VZHIDEventMonitorClass ¶

type VZHIDEventMonitorClass struct {
	// contains filtered or unexported fields
}

func GetVZHIDEventMonitorClass ¶

func GetVZHIDEventMonitorClass() VZHIDEventMonitorClass

GetVZHIDEventMonitorClass returns the class object for _VZHIDEventMonitor.

func (VZHIDEventMonitorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZHIDEventMonitorClass) Class ¶

func (vc VZHIDEventMonitorClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZHostOnlyNetworkDeviceAttachment ¶

type VZHostOnlyNetworkDeviceAttachment struct {
	VZNetworkDeviceAttachment
}

func NewVZHostOnlyNetworkDeviceAttachment ¶

func NewVZHostOnlyNetworkDeviceAttachment() VZHostOnlyNetworkDeviceAttachment

NewVZHostOnlyNetworkDeviceAttachment creates a new VZHostOnlyNetworkDeviceAttachment instance.

func VZHostOnlyNetworkDeviceAttachmentFromID ¶

func VZHostOnlyNetworkDeviceAttachmentFromID(id objc.ID) VZHostOnlyNetworkDeviceAttachment

VZHostOnlyNetworkDeviceAttachmentFromID constructs a VZHostOnlyNetworkDeviceAttachment from an objc.ID.

func (VZHostOnlyNetworkDeviceAttachment) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZHostOnlyNetworkDeviceAttachment) Init ¶

Init initializes the instance.

type VZHostOnlyNetworkDeviceAttachmentClass ¶

type VZHostOnlyNetworkDeviceAttachmentClass struct {
	// contains filtered or unexported fields
}

func GetVZHostOnlyNetworkDeviceAttachmentClass ¶

func GetVZHostOnlyNetworkDeviceAttachmentClass() VZHostOnlyNetworkDeviceAttachmentClass

GetVZHostOnlyNetworkDeviceAttachmentClass returns the class object for _VZHostOnlyNetworkDeviceAttachment.

func (VZHostOnlyNetworkDeviceAttachmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZHostOnlyNetworkDeviceAttachmentClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZIOHIDEvent ¶

type VZIOHIDEvent struct {
	objectivec.Object
}

Methods ¶

func NewVZIOHIDEvent ¶

func NewVZIOHIDEvent() VZIOHIDEvent

NewVZIOHIDEvent creates a new VZIOHIDEvent instance.

func NewVZIOHIDEventWithIOHIDEvent ¶

func NewVZIOHIDEventWithIOHIDEvent(iOHIDEvent unsafe.Pointer) VZIOHIDEvent

func VZIOHIDEventFromID ¶

func VZIOHIDEventFromID(id objc.ID) VZIOHIDEvent

VZIOHIDEventFromID constructs a VZIOHIDEvent from an objc.ID.

func (VZIOHIDEvent) Autorelease ¶

func (v VZIOHIDEvent) Autorelease() VZIOHIDEvent

Autorelease adds the receiver to the current autorelease pool.

func (VZIOHIDEvent) Event ¶

func (v VZIOHIDEvent) Event() unsafe.Pointer

func (VZIOHIDEvent) Init ¶

func (v VZIOHIDEvent) Init() VZIOHIDEvent

Init initializes the instance.

func (VZIOHIDEvent) InitWithIOHIDEvent ¶

func (v VZIOHIDEvent) InitWithIOHIDEvent(iOHIDEvent unsafe.Pointer) VZIOHIDEvent

type VZIOHIDEventClass ¶

type VZIOHIDEventClass struct {
	// contains filtered or unexported fields
}

func GetVZIOHIDEventClass ¶

func GetVZIOHIDEventClass() VZIOHIDEventClass

GetVZIOHIDEventClass returns the class object for _VZIOHIDEvent.

func (VZIOHIDEventClass) Alloc ¶

func (vc VZIOHIDEventClass) Alloc() VZIOHIDEvent

Alloc allocates memory for a new instance of the class.

func (VZIOHIDEventClass) Class ¶

func (vc VZIOHIDEventClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZIOHIDEventSender ¶

type VZIOHIDEventSender interface {
	objectivec.IObject

	// SendIOHIDEventsHidDeviceIndex protocol.
	SendIOHIDEventsHidDeviceIndex(iOHIDEvents VZOpaqueIOHIDEvents, index uint32)
}

_VZIOHIDEventSender protocol.

type VZIOHIDEventSenderObject ¶

type VZIOHIDEventSenderObject struct {
	objectivec.Object
}

VZIOHIDEventSenderObject wraps an existing Objective-C object that conforms to the VZIOHIDEventSender protocol.

func VZIOHIDEventSenderObjectFromID ¶

func VZIOHIDEventSenderObjectFromID(id objc.ID) VZIOHIDEventSenderObject

VZIOHIDEventSenderObjectFromID constructs a VZIOHIDEventSenderObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (VZIOHIDEventSenderObject) BaseObject ¶

func (VZIOHIDEventSenderObject) SendIOHIDEventsHidDeviceIndex ¶

func (o VZIOHIDEventSenderObject) SendIOHIDEventsHidDeviceIndex(iOHIDEvents VZOpaqueIOHIDEvents, index uint32)

type VZIOUSBHostPassthroughDevice ¶

type VZIOUSBHostPassthroughDevice struct {
	objectivec.Object
}

Methods ¶

func NewVZIOUSBHostPassthroughDevice ¶

func NewVZIOUSBHostPassthroughDevice() VZIOUSBHostPassthroughDevice

NewVZIOUSBHostPassthroughDevice creates a new VZIOUSBHostPassthroughDevice instance.

func NewVZIOUSBHostPassthroughDeviceWithConfigurationError ¶

func NewVZIOUSBHostPassthroughDeviceWithConfigurationError(configuration objectivec.IObject) (VZIOUSBHostPassthroughDevice, error)

func VZIOUSBHostPassthroughDeviceFromID ¶

func VZIOUSBHostPassthroughDeviceFromID(id objc.ID) VZIOUSBHostPassthroughDevice

VZIOUSBHostPassthroughDeviceFromID constructs a VZIOUSBHostPassthroughDevice from an objc.ID.

func (VZIOUSBHostPassthroughDevice) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZIOUSBHostPassthroughDevice) CanProcessIOUSBHostDeviceMessageMessageArgumentVirtualMachine ¶ added in v0.6.0

func (v VZIOUSBHostPassthroughDevice) CanProcessIOUSBHostDeviceMessageMessageArgumentVirtualMachine() bool

CanProcessIOUSBHostDeviceMessageMessageArgumentVirtualMachine reports whether the receiver responds to the private selector _processIOUSBHostDeviceMessage:messageArgument:virtualMachine:.

func (VZIOUSBHostPassthroughDevice) CanReleaseDevice ¶ added in v0.6.0

func (v VZIOUSBHostPassthroughDevice) CanReleaseDevice() bool

CanReleaseDevice reports whether the receiver responds to the private selector _releaseDevice.

func (VZIOUSBHostPassthroughDevice) Configuration ¶

func (VZIOUSBHostPassthroughDevice) DebugDescription ¶

func (v VZIOUSBHostPassthroughDevice) DebugDescription() string

func (VZIOUSBHostPassthroughDevice) Description ¶

func (v VZIOUSBHostPassthroughDevice) Description() string

func (VZIOUSBHostPassthroughDevice) Hash ¶

func (VZIOUSBHostPassthroughDevice) Init ¶

Init initializes the instance.

func (VZIOUSBHostPassthroughDevice) InitWithConfigurationError ¶

func (v VZIOUSBHostPassthroughDevice) InitWithConfigurationError(configuration objectivec.IObject) (VZIOUSBHostPassthroughDevice, error)

func (VZIOUSBHostPassthroughDevice) IoUSBHostDeviceConfiguration ¶

func (VZIOUSBHostPassthroughDevice) IsPointingDevice ¶

func (v VZIOUSBHostPassthroughDevice) IsPointingDevice() bool

func (VZIOUSBHostPassthroughDevice) ProcessIOUSBHostDeviceMessageMessageArgumentVirtualMachine ¶

func (v VZIOUSBHostPassthroughDevice) ProcessIOUSBHostDeviceMessageMessageArgumentVirtualMachine(message uint32, argument unsafe.Pointer, machine objectivec.IObject) error

ProcessIOUSBHostDeviceMessageMessageArgumentVirtualMachine is an exported wrapper for the private method _processIOUSBHostDeviceMessageMessageArgumentVirtualMachine.

func (VZIOUSBHostPassthroughDevice) ReleaseDevice ¶

func (v VZIOUSBHostPassthroughDevice) ReleaseDevice() error

ReleaseDevice is an exported wrapper for the private method _releaseDevice.

func (VZIOUSBHostPassthroughDevice) SetConfiguration ¶

func (VZIOUSBHostPassthroughDevice) SetUsbController ¶

func (v VZIOUSBHostPassthroughDevice) SetUsbController(value IVZUSBController)

func (VZIOUSBHostPassthroughDevice) SetVirtualMachine ¶

func (v VZIOUSBHostPassthroughDevice) SetVirtualMachine(value IVZVirtualMachine)

func (VZIOUSBHostPassthroughDevice) Signature ¶

func (VZIOUSBHostPassthroughDevice) Superclass ¶

func (VZIOUSBHostPassthroughDevice) UsbController ¶

func (VZIOUSBHostPassthroughDevice) Uuid ¶

func (VZIOUSBHostPassthroughDevice) VirtualMachine ¶

type VZIOUSBHostPassthroughDeviceClass ¶

type VZIOUSBHostPassthroughDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZIOUSBHostPassthroughDeviceClass ¶

func GetVZIOUSBHostPassthroughDeviceClass() VZIOUSBHostPassthroughDeviceClass

GetVZIOUSBHostPassthroughDeviceClass returns the class object for _VZIOUSBHostPassthroughDevice.

func (VZIOUSBHostPassthroughDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZIOUSBHostPassthroughDeviceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZIOUSBHostPassthroughDeviceConfiguration ¶

type VZIOUSBHostPassthroughDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZIOUSBHostPassthroughDeviceConfiguration ¶

func NewVZIOUSBHostPassthroughDeviceConfiguration() VZIOUSBHostPassthroughDeviceConfiguration

NewVZIOUSBHostPassthroughDeviceConfiguration creates a new VZIOUSBHostPassthroughDeviceConfiguration instance.

func NewVZIOUSBHostPassthroughDeviceConfigurationWithServiceError ¶

func NewVZIOUSBHostPassthroughDeviceConfigurationWithServiceError(service uint32) (VZIOUSBHostPassthroughDeviceConfiguration, error)

func VZIOUSBHostPassthroughDeviceConfigurationFromID ¶

func VZIOUSBHostPassthroughDeviceConfigurationFromID(id objc.ID) VZIOUSBHostPassthroughDeviceConfiguration

VZIOUSBHostPassthroughDeviceConfigurationFromID constructs a VZIOUSBHostPassthroughDeviceConfiguration from an objc.ID.

func (VZIOUSBHostPassthroughDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZIOUSBHostPassthroughDeviceConfiguration) DebugDescription ¶

func (VZIOUSBHostPassthroughDeviceConfiguration) Description ¶

func (VZIOUSBHostPassthroughDeviceConfiguration) Hash ¶

func (VZIOUSBHostPassthroughDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZIOUSBHostPassthroughDeviceConfiguration) InitWithServiceError ¶

func (VZIOUSBHostPassthroughDeviceConfiguration) IsDuplicateConfiguration ¶

func (v VZIOUSBHostPassthroughDeviceConfiguration) IsDuplicateConfiguration(configuration objectivec.IObject) bool

func (VZIOUSBHostPassthroughDeviceConfiguration) MakeUSBDeviceWithVirtualMachine ¶

func (v VZIOUSBHostPassthroughDeviceConfiguration) MakeUSBDeviceWithVirtualMachine(machine objectivec.IObject) objectivec.IObject

func (VZIOUSBHostPassthroughDeviceConfiguration) SetUuid ¶

func (VZIOUSBHostPassthroughDeviceConfiguration) Signature ¶

func (VZIOUSBHostPassthroughDeviceConfiguration) Superclass ¶

func (VZIOUSBHostPassthroughDeviceConfiguration) Uuid ¶

type VZIOUSBHostPassthroughDeviceConfigurationClass ¶

type VZIOUSBHostPassthroughDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZIOUSBHostPassthroughDeviceConfigurationClass ¶

func GetVZIOUSBHostPassthroughDeviceConfigurationClass() VZIOUSBHostPassthroughDeviceConfigurationClass

GetVZIOUSBHostPassthroughDeviceConfigurationClass returns the class object for _VZIOUSBHostPassthroughDeviceConfiguration.

func (VZIOUSBHostPassthroughDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZIOUSBHostPassthroughDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (VZIOUSBHostPassthroughDeviceConfigurationClass) FromLocationIDError ¶

func (_VZIOUSBHostPassthroughDeviceConfigurationClass VZIOUSBHostPassthroughDeviceConfigurationClass) FromLocationIDError(id uint32) (objectivec.IObject, error)

type VZKeyEvent ¶

type VZKeyEvent struct {
	objectivec.Object
}

Methods ¶

func NewVZKeyEvent ¶

func NewVZKeyEvent() VZKeyEvent

NewVZKeyEvent creates a new VZKeyEvent instance.

func NewVZKeyEventWithEvent ¶

func NewVZKeyEventWithEvent(event objectivec.IObject) VZKeyEvent

func NewVZKeyEventWithTypeKeyCode ¶

func NewVZKeyEventWithTypeKeyCode(type_ int64, code uint16) VZKeyEvent

func VZKeyEventFromID ¶

func VZKeyEventFromID(id objc.ID) VZKeyEvent

VZKeyEventFromID constructs a VZKeyEvent from an objc.ID.

func (VZKeyEvent) Autorelease ¶

func (v VZKeyEvent) Autorelease() VZKeyEvent

Autorelease adds the receiver to the current autorelease pool.

func (VZKeyEvent) Init ¶

func (v VZKeyEvent) Init() VZKeyEvent

Init initializes the instance.

func (VZKeyEvent) InitWithEvent ¶

func (v VZKeyEvent) InitWithEvent(event objectivec.IObject) VZKeyEvent

func (VZKeyEvent) InitWithTypeKeyCode ¶

func (v VZKeyEvent) InitWithTypeKeyCode(type_ int64, code uint16) VZKeyEvent

func (VZKeyEvent) KeyCode ¶

func (v VZKeyEvent) KeyCode() uint16

func (VZKeyEvent) Type ¶

func (v VZKeyEvent) Type() int64

type VZKeyEventClass ¶

type VZKeyEventClass struct {
	// contains filtered or unexported fields
}

func GetVZKeyEventClass ¶

func GetVZKeyEventClass() VZKeyEventClass

GetVZKeyEventClass returns the class object for _VZKeyEvent.

func (VZKeyEventClass) Alloc ¶

func (vc VZKeyEventClass) Alloc() VZKeyEvent

Alloc allocates memory for a new instance of the class.

func (VZKeyEventClass) Class ¶

func (vc VZKeyEventClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZKeyboard ¶

type VZKeyboard struct {
	objectivec.Object
}

Methods ¶

func NewVZKeyboard ¶

func NewVZKeyboard() VZKeyboard

NewVZKeyboard creates a new VZKeyboard instance.

func NewVZKeyboardWithTypeVirtualMachineDeviceIdentifier ¶

func NewVZKeyboardWithTypeVirtualMachineDeviceIdentifier(type_ int64, machine objectivec.IObject, identifier uint32) VZKeyboard

func VZKeyboardFromID ¶

func VZKeyboardFromID(id objc.ID) VZKeyboard

VZKeyboardFromID constructs a VZKeyboard from an objc.ID.

func (VZKeyboard) ActiveIndicators ¶

func (v VZKeyboard) ActiveIndicators() uint64

func (VZKeyboard) Autorelease ¶

func (v VZKeyboard) Autorelease() VZKeyboard

Autorelease adds the receiver to the current autorelease pool.

func (VZKeyboard) Init ¶

func (v VZKeyboard) Init() VZKeyboard

Init initializes the instance.

func (VZKeyboard) InitWithTypeVirtualMachineDeviceIdentifier ¶

func (v VZKeyboard) InitWithTypeVirtualMachineDeviceIdentifier(type_ int64, machine objectivec.IObject, identifier uint32) VZKeyboard

func (VZKeyboard) SendKeyEvents ¶

func (v VZKeyboard) SendKeyEvents(events objectivec.IObject)

func (VZKeyboard) Type ¶

func (v VZKeyboard) Type() int64

type VZKeyboardClass ¶

type VZKeyboardClass struct {
	// contains filtered or unexported fields
}

func GetVZKeyboardClass ¶

func GetVZKeyboardClass() VZKeyboardClass

GetVZKeyboardClass returns the class object for _VZKeyboard.

func (VZKeyboardClass) Alloc ¶

func (vc VZKeyboardClass) Alloc() VZKeyboard

Alloc allocates memory for a new instance of the class.

func (VZKeyboardClass) Class ¶

func (vc VZKeyboardClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZKeyboardConfiguration ¶

type VZKeyboardConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZKeyboardConfiguration ¶

func NewVZKeyboardConfiguration() VZKeyboardConfiguration

NewVZKeyboardConfiguration creates a new VZKeyboardConfiguration instance.

func VZKeyboardConfigurationFromID ¶

func VZKeyboardConfigurationFromID(id objc.ID) VZKeyboardConfiguration

VZKeyboardConfigurationFromID constructs a VZKeyboardConfiguration from an objc.ID.

func (VZKeyboardConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZKeyboardConfiguration) DebugDescription ¶

func (v VZKeyboardConfiguration) DebugDescription() string

func (VZKeyboardConfiguration) Description ¶

func (v VZKeyboardConfiguration) Description() string

func (VZKeyboardConfiguration) Hash ¶

func (VZKeyboardConfiguration) Init ¶

Init initializes the instance.

func (VZKeyboardConfiguration) MakeKeyboardForVirtualMachineDeviceIdentifier ¶

func (v VZKeyboardConfiguration) MakeKeyboardForVirtualMachineDeviceIdentifier(machine objectivec.IObject, identifier uint32) objectivec.IObject

func (VZKeyboardConfiguration) Superclass ¶

func (v VZKeyboardConfiguration) Superclass() objectivec.Class

type VZKeyboardConfigurationClass ¶

type VZKeyboardConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZKeyboardConfigurationClass ¶

func GetVZKeyboardConfigurationClass() VZKeyboardConfigurationClass

GetVZKeyboardConfigurationClass returns the class object for VZKeyboardConfiguration.

func (VZKeyboardConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZKeyboardConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZKeyboardEventSender ¶

type VZKeyboardEventSender interface {
	objectivec.IObject

	// SendKeyboardEventsKeyboardID protocol.
	SendKeyboardEventsKeyboardID(events VZOpaqueKeyboardEvents, id uint32)
}

_VZKeyboardEventSender protocol.

type VZKeyboardEventSenderObject ¶

type VZKeyboardEventSenderObject struct {
	objectivec.Object
}

VZKeyboardEventSenderObject wraps an existing Objective-C object that conforms to the VZKeyboardEventSender protocol.

func VZKeyboardEventSenderObjectFromID ¶

func VZKeyboardEventSenderObjectFromID(id objc.ID) VZKeyboardEventSenderObject

VZKeyboardEventSenderObjectFromID constructs a VZKeyboardEventSenderObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (VZKeyboardEventSenderObject) BaseObject ¶

func (VZKeyboardEventSenderObject) SendKeyboardEventsKeyboardID ¶

func (o VZKeyboardEventSenderObject) SendKeyboardEventsKeyboardID(events VZOpaqueKeyboardEvents, id uint32)

type VZKeyboardEventTap ¶

type VZKeyboardEventTap struct {
	objectivec.Object
}

func NewVZKeyboardEventTap ¶

func NewVZKeyboardEventTap() VZKeyboardEventTap

NewVZKeyboardEventTap creates a new VZKeyboardEventTap instance.

func VZKeyboardEventTapFromID ¶

func VZKeyboardEventTapFromID(id objc.ID) VZKeyboardEventTap

VZKeyboardEventTapFromID constructs a VZKeyboardEventTap from an objc.ID.

func (VZKeyboardEventTap) Autorelease ¶

func (v VZKeyboardEventTap) Autorelease() VZKeyboardEventTap

Autorelease adds the receiver to the current autorelease pool.

func (VZKeyboardEventTap) Init ¶

Init initializes the instance.

type VZKeyboardEventTapClass ¶

type VZKeyboardEventTapClass struct {
	// contains filtered or unexported fields
}

func GetVZKeyboardEventTapClass ¶

func GetVZKeyboardEventTapClass() VZKeyboardEventTapClass

GetVZKeyboardEventTapClass returns the class object for VZKeyboardEventTap.

func (VZKeyboardEventTapClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZKeyboardEventTapClass) Class ¶

func (vc VZKeyboardEventTapClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZLinearFramebufferGraphicsDevice ¶

type VZLinearFramebufferGraphicsDevice struct {
	VZGraphicsDevice
}

func NewVZLinearFramebufferGraphicsDevice ¶

func NewVZLinearFramebufferGraphicsDevice() VZLinearFramebufferGraphicsDevice

NewVZLinearFramebufferGraphicsDevice creates a new VZLinearFramebufferGraphicsDevice instance.

func VZLinearFramebufferGraphicsDeviceFromID ¶

func VZLinearFramebufferGraphicsDeviceFromID(id objc.ID) VZLinearFramebufferGraphicsDevice

VZLinearFramebufferGraphicsDeviceFromID constructs a VZLinearFramebufferGraphicsDevice from an objc.ID.

func (VZLinearFramebufferGraphicsDevice) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZLinearFramebufferGraphicsDevice) Init ¶

Init initializes the instance.

type VZLinearFramebufferGraphicsDeviceClass ¶

type VZLinearFramebufferGraphicsDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZLinearFramebufferGraphicsDeviceClass ¶

func GetVZLinearFramebufferGraphicsDeviceClass() VZLinearFramebufferGraphicsDeviceClass

GetVZLinearFramebufferGraphicsDeviceClass returns the class object for _VZLinearFramebufferGraphicsDevice.

func (VZLinearFramebufferGraphicsDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZLinearFramebufferGraphicsDeviceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZLinearFramebufferGraphicsDeviceConfiguration ¶

type VZLinearFramebufferGraphicsDeviceConfiguration struct {
	VZGraphicsDeviceConfiguration
}

Methods ¶

func NewVZLinearFramebufferGraphicsDeviceConfiguration ¶

func NewVZLinearFramebufferGraphicsDeviceConfiguration() VZLinearFramebufferGraphicsDeviceConfiguration

NewVZLinearFramebufferGraphicsDeviceConfiguration creates a new VZLinearFramebufferGraphicsDeviceConfiguration instance.

func VZLinearFramebufferGraphicsDeviceConfigurationFromID ¶

func VZLinearFramebufferGraphicsDeviceConfigurationFromID(id objc.ID) VZLinearFramebufferGraphicsDeviceConfiguration

VZLinearFramebufferGraphicsDeviceConfigurationFromID constructs a VZLinearFramebufferGraphicsDeviceConfiguration from an objc.ID.

func (VZLinearFramebufferGraphicsDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZLinearFramebufferGraphicsDeviceConfiguration) BackingStoreSize ¶

func (VZLinearFramebufferGraphicsDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZLinearFramebufferGraphicsDeviceConfiguration) InitWithBackingStoreSize ¶

func (VZLinearFramebufferGraphicsDeviceConfiguration) SetBackingStoreSize ¶

type VZLinearFramebufferGraphicsDeviceConfigurationClass ¶

type VZLinearFramebufferGraphicsDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZLinearFramebufferGraphicsDeviceConfigurationClass ¶

func GetVZLinearFramebufferGraphicsDeviceConfigurationClass() VZLinearFramebufferGraphicsDeviceConfigurationClass

GetVZLinearFramebufferGraphicsDeviceConfigurationClass returns the class object for _VZLinearFramebufferGraphicsDeviceConfiguration.

func (VZLinearFramebufferGraphicsDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZLinearFramebufferGraphicsDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZLinearFramebufferGraphicsDisplay ¶

type VZLinearFramebufferGraphicsDisplay struct {
	VZGraphicsDisplay
}

Methods ¶

func NewVZLinearFramebufferGraphicsDisplay ¶

func NewVZLinearFramebufferGraphicsDisplay() VZLinearFramebufferGraphicsDisplay

NewVZLinearFramebufferGraphicsDisplay creates a new VZLinearFramebufferGraphicsDisplay instance.

func NewVZLinearFramebufferGraphicsDisplayWithVirtualMachineGraphicsDeviceIndexFramebufferIndexUuid ¶

func NewVZLinearFramebufferGraphicsDisplayWithVirtualMachineGraphicsDeviceIndexFramebufferIndexUuid(machine objectivec.IObject, index uint64, index2 uint64, uuid objectivec.IObject) VZLinearFramebufferGraphicsDisplay

func VZLinearFramebufferGraphicsDisplayFromID ¶

func VZLinearFramebufferGraphicsDisplayFromID(id objc.ID) VZLinearFramebufferGraphicsDisplay

VZLinearFramebufferGraphicsDisplayFromID constructs a VZLinearFramebufferGraphicsDisplay from an objc.ID.

func (VZLinearFramebufferGraphicsDisplay) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZLinearFramebufferGraphicsDisplay) Init ¶

Init initializes the instance.

func (VZLinearFramebufferGraphicsDisplay) ReconfigureWithConfigurationError ¶

func (v VZLinearFramebufferGraphicsDisplay) ReconfigureWithConfigurationError(configuration objectivec.IObject) (bool, error)

func (VZLinearFramebufferGraphicsDisplay) ReconfigureWithSizeInPixelsError ¶

func (v VZLinearFramebufferGraphicsDisplay) ReconfigureWithSizeInPixelsError(pixels corefoundation.CGSize) (bool, error)

func (VZLinearFramebufferGraphicsDisplay) SizeInPixels ¶

type VZLinearFramebufferGraphicsDisplayClass ¶

type VZLinearFramebufferGraphicsDisplayClass struct {
	// contains filtered or unexported fields
}

func GetVZLinearFramebufferGraphicsDisplayClass ¶

func GetVZLinearFramebufferGraphicsDisplayClass() VZLinearFramebufferGraphicsDisplayClass

GetVZLinearFramebufferGraphicsDisplayClass returns the class object for _VZLinearFramebufferGraphicsDisplay.

func (VZLinearFramebufferGraphicsDisplayClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZLinearFramebufferGraphicsDisplayClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZLinuxRosettaCachingOptions ¶

type VZLinuxRosettaCachingOptions struct {
	objectivec.Object
}

Methods ¶

func NewVZLinuxRosettaCachingOptions ¶

func NewVZLinuxRosettaCachingOptions() VZLinuxRosettaCachingOptions

NewVZLinuxRosettaCachingOptions creates a new VZLinuxRosettaCachingOptions instance.

func VZLinuxRosettaCachingOptionsFromID ¶

func VZLinuxRosettaCachingOptionsFromID(id objc.ID) VZLinuxRosettaCachingOptions

VZLinuxRosettaCachingOptionsFromID constructs a VZLinuxRosettaCachingOptions from an objc.ID.

func (VZLinuxRosettaCachingOptions) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZLinuxRosettaCachingOptions) CanOptions ¶ added in v0.6.0

func (v VZLinuxRosettaCachingOptions) CanOptions() bool

CanOptions reports whether the receiver responds to the private selector _options.

func (VZLinuxRosettaCachingOptions) DebugDescription ¶

func (v VZLinuxRosettaCachingOptions) DebugDescription() string

func (VZLinuxRosettaCachingOptions) Description ¶

func (v VZLinuxRosettaCachingOptions) Description() string

func (VZLinuxRosettaCachingOptions) Hash ¶

func (VZLinuxRosettaCachingOptions) Init ¶

Init initializes the instance.

func (VZLinuxRosettaCachingOptions) Options ¶ added in v0.6.0

Options is an exported wrapper for the private property _options.

func (VZLinuxRosettaCachingOptions) Superclass ¶

type VZLinuxRosettaCachingOptionsClass ¶

type VZLinuxRosettaCachingOptionsClass struct {
	// contains filtered or unexported fields
}

func GetVZLinuxRosettaCachingOptionsClass ¶

func GetVZLinuxRosettaCachingOptionsClass() VZLinuxRosettaCachingOptionsClass

GetVZLinuxRosettaCachingOptionsClass returns the class object for VZLinuxRosettaCachingOptions.

func (VZLinuxRosettaCachingOptionsClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZLinuxRosettaCachingOptionsClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMMIORegion ¶

type VZMMIORegion struct {
	objectivec.Object
}

Methods ¶

func NewVZMMIORegion ¶

func NewVZMMIORegion() VZMMIORegion

NewVZMMIORegion creates a new VZMMIORegion instance.

func NewVZMMIORegionWithBaseAddressLength ¶

func NewVZMMIORegionWithBaseAddressLength(address uint64, length uint64) VZMMIORegion

func NewVZMMIORegionWithBaseAddressLengthWriteSynchronously ¶

func NewVZMMIORegionWithBaseAddressLengthWriteSynchronously(address uint64, length uint64, synchronously bool) VZMMIORegion

func VZMMIORegionFromID ¶

func VZMMIORegionFromID(id objc.ID) VZMMIORegion

VZMMIORegionFromID constructs a VZMMIORegion from an objc.ID.

func (VZMMIORegion) Autorelease ¶

func (v VZMMIORegion) Autorelease() VZMMIORegion

Autorelease adds the receiver to the current autorelease pool.

func (VZMMIORegion) BaseAddress ¶

func (v VZMMIORegion) BaseAddress() uint64

func (VZMMIORegion) DebugDescription ¶

func (v VZMMIORegion) DebugDescription() string

func (VZMMIORegion) Description ¶

func (v VZMMIORegion) Description() string

func (VZMMIORegion) Hash ¶

func (v VZMMIORegion) Hash() uint64

func (VZMMIORegion) Init ¶

func (v VZMMIORegion) Init() VZMMIORegion

Init initializes the instance.

func (VZMMIORegion) InitWithBaseAddressLength ¶

func (v VZMMIORegion) InitWithBaseAddressLength(address uint64, length uint64) VZMMIORegion

func (VZMMIORegion) InitWithBaseAddressLengthWriteSynchronously ¶

func (v VZMMIORegion) InitWithBaseAddressLengthWriteSynchronously(address uint64, length uint64, synchronously bool) VZMMIORegion

func (VZMMIORegion) Length ¶

func (v VZMMIORegion) Length() uint64

func (VZMMIORegion) Superclass ¶

func (v VZMMIORegion) Superclass() objectivec.Class

func (VZMMIORegion) WriteSynchronously ¶

func (v VZMMIORegion) WriteSynchronously() bool

type VZMMIORegionClass ¶

type VZMMIORegionClass struct {
	// contains filtered or unexported fields
}

func GetVZMMIORegionClass ¶

func GetVZMMIORegionClass() VZMMIORegionClass

GetVZMMIORegionClass returns the class object for _VZMMIORegion.

func (VZMMIORegionClass) Alloc ¶

func (vc VZMMIORegionClass) Alloc() VZMMIORegion

Alloc allocates memory for a new instance of the class.

func (VZMMIORegionClass) Class ¶

func (vc VZMMIORegionClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZMacAuxiliaryStorage ¶

type VZMacAuxiliaryStorage struct {
	objectivec.Object
}

Methods ¶

  • [VZMacAuxiliaryStorage._allNVRAMDataVariablesInPartitionError]
  • [VZMacAuxiliaryStorage._allNVRAMDataVariablesWithError]
  • [VZMacAuxiliaryStorage._allNVRAMVariablesInPartitionError]
  • [VZMacAuxiliaryStorage._allNVRAMVariablesWithError]
  • [VZMacAuxiliaryStorage._dataValueForNVRAMVariableNamedError]
  • [VZMacAuxiliaryStorage._initializeUIDKeyWithWrappingKeyError]
  • [VZMacAuxiliaryStorage._removeNVRAMVariableNamedError]
  • [VZMacAuxiliaryStorage._setDataValueForNVRAMVariableNamedError]
  • [VZMacAuxiliaryStorage._setValueForNVRAMVariableNamedError]
  • [VZMacAuxiliaryStorage._valueForNVRAMVariableNamedError]

func NewVZMacAuxiliaryStorage ¶

func NewVZMacAuxiliaryStorage() VZMacAuxiliaryStorage

NewVZMacAuxiliaryStorage creates a new VZMacAuxiliaryStorage instance.

func VZMacAuxiliaryStorageFromID ¶

func VZMacAuxiliaryStorageFromID(id objc.ID) VZMacAuxiliaryStorage

VZMacAuxiliaryStorageFromID constructs a VZMacAuxiliaryStorage from an objc.ID.

func (VZMacAuxiliaryStorage) AllNVRAMDataVariablesInPartitionError ¶

func (v VZMacAuxiliaryStorage) AllNVRAMDataVariablesInPartitionError(partition uint64) (objectivec.IObject, error)

AllNVRAMDataVariablesInPartitionError is an exported wrapper for the private method _allNVRAMDataVariablesInPartitionError.

func (VZMacAuxiliaryStorage) AllNVRAMDataVariablesWithError ¶

func (v VZMacAuxiliaryStorage) AllNVRAMDataVariablesWithError() (objectivec.IObject, error)

AllNVRAMDataVariablesWithError is an exported wrapper for the private method _allNVRAMDataVariablesWithError.

func (VZMacAuxiliaryStorage) AllNVRAMVariablesInPartitionError ¶

func (v VZMacAuxiliaryStorage) AllNVRAMVariablesInPartitionError(partition uint64) (objectivec.IObject, error)

AllNVRAMVariablesInPartitionError is an exported wrapper for the private method _allNVRAMVariablesInPartitionError.

func (VZMacAuxiliaryStorage) AllNVRAMVariablesWithError ¶

func (v VZMacAuxiliaryStorage) AllNVRAMVariablesWithError() (objectivec.IObject, error)

AllNVRAMVariablesWithError is an exported wrapper for the private method _allNVRAMVariablesWithError.

func (VZMacAuxiliaryStorage) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacAuxiliaryStorage) CanAllNVRAMDataVariablesInPartitionError ¶ added in v0.6.0

func (v VZMacAuxiliaryStorage) CanAllNVRAMDataVariablesInPartitionError() bool

CanAllNVRAMDataVariablesInPartitionError reports whether the receiver responds to the private selector _allNVRAMDataVariablesInPartition:error:.

func (VZMacAuxiliaryStorage) CanAllNVRAMDataVariablesWithError ¶ added in v0.6.0

func (v VZMacAuxiliaryStorage) CanAllNVRAMDataVariablesWithError() bool

CanAllNVRAMDataVariablesWithError reports whether the receiver responds to the private selector _allNVRAMDataVariablesWithError:.

func (VZMacAuxiliaryStorage) CanAllNVRAMVariablesInPartitionError ¶ added in v0.6.0

func (v VZMacAuxiliaryStorage) CanAllNVRAMVariablesInPartitionError() bool

CanAllNVRAMVariablesInPartitionError reports whether the receiver responds to the private selector _allNVRAMVariablesInPartition:error:.

func (VZMacAuxiliaryStorage) CanAllNVRAMVariablesWithError ¶ added in v0.6.0

func (v VZMacAuxiliaryStorage) CanAllNVRAMVariablesWithError() bool

CanAllNVRAMVariablesWithError reports whether the receiver responds to the private selector _allNVRAMVariablesWithError:.

func (VZMacAuxiliaryStorage) CanDataValueForNVRAMVariableNamedError ¶ added in v0.6.0

func (v VZMacAuxiliaryStorage) CanDataValueForNVRAMVariableNamedError() bool

CanDataValueForNVRAMVariableNamedError reports whether the receiver responds to the private selector _dataValueForNVRAMVariableNamed:error:.

func (VZMacAuxiliaryStorage) CanInitializeUIDKeyWithWrappingKeyError ¶ added in v0.6.0

func (v VZMacAuxiliaryStorage) CanInitializeUIDKeyWithWrappingKeyError() bool

CanInitializeUIDKeyWithWrappingKeyError reports whether the receiver responds to the private selector _initializeUIDKeyWithWrappingKey:error:.

func (VZMacAuxiliaryStorage) CanRemoveNVRAMVariableNamedError ¶ added in v0.6.0

func (v VZMacAuxiliaryStorage) CanRemoveNVRAMVariableNamedError() bool

CanRemoveNVRAMVariableNamedError reports whether the receiver responds to the private selector _removeNVRAMVariableNamed:error:.

func (VZMacAuxiliaryStorage) CanSetDataValueForNVRAMVariableNamedError ¶ added in v0.6.0

func (v VZMacAuxiliaryStorage) CanSetDataValueForNVRAMVariableNamedError() bool

CanSetDataValueForNVRAMVariableNamedError reports whether the receiver responds to the private selector _setDataValue:forNVRAMVariableNamed:error:.

func (VZMacAuxiliaryStorage) CanSetValueForNVRAMVariableNamedError ¶ added in v0.6.0

func (v VZMacAuxiliaryStorage) CanSetValueForNVRAMVariableNamedError() bool

CanSetValueForNVRAMVariableNamedError reports whether the receiver responds to the private selector _setValue:forNVRAMVariableNamed:error:.

func (VZMacAuxiliaryStorage) CanValueForNVRAMVariableNamedError ¶ added in v0.6.0

func (v VZMacAuxiliaryStorage) CanValueForNVRAMVariableNamedError() bool

CanValueForNVRAMVariableNamedError reports whether the receiver responds to the private selector _valueForNVRAMVariableNamed:error:.

func (VZMacAuxiliaryStorage) DataValueForNVRAMVariableNamedError ¶

func (v VZMacAuxiliaryStorage) DataValueForNVRAMVariableNamedError(named objectivec.IObject) (objectivec.IObject, error)

DataValueForNVRAMVariableNamedError is an exported wrapper for the private method _dataValueForNVRAMVariableNamedError.

func (VZMacAuxiliaryStorage) Init ¶

Init initializes the instance.

func (VZMacAuxiliaryStorage) InitializeUIDKeyWithWrappingKeyError ¶

func (v VZMacAuxiliaryStorage) InitializeUIDKeyWithWrappingKeyError(key objectivec.IObject) (bool, error)

InitializeUIDKeyWithWrappingKeyError is an exported wrapper for the private method _initializeUIDKeyWithWrappingKeyError.

func (VZMacAuxiliaryStorage) RemoveNVRAMVariableNamedError ¶

func (v VZMacAuxiliaryStorage) RemoveNVRAMVariableNamedError(named objectivec.IObject) (bool, error)

RemoveNVRAMVariableNamedError is an exported wrapper for the private method _removeNVRAMVariableNamedError.

func (VZMacAuxiliaryStorage) SetDataValueForNVRAMVariableNamedError ¶

func (v VZMacAuxiliaryStorage) SetDataValueForNVRAMVariableNamedError(value objectivec.IObject, named objectivec.IObject) (bool, error)

SetDataValueForNVRAMVariableNamedError is an exported wrapper for the private method _setDataValueForNVRAMVariableNamedError.

func (VZMacAuxiliaryStorage) SetValueForNVRAMVariableNamedError ¶

func (v VZMacAuxiliaryStorage) SetValueForNVRAMVariableNamedError(value objectivec.IObject, named objectivec.IObject) (bool, error)

SetValueForNVRAMVariableNamedError is an exported wrapper for the private method _setValueForNVRAMVariableNamedError.

func (VZMacAuxiliaryStorage) ValueForNVRAMVariableNamedError ¶

func (v VZMacAuxiliaryStorage) ValueForNVRAMVariableNamedError(named objectivec.IObject) (objectivec.IObject, error)

ValueForNVRAMVariableNamedError is an exported wrapper for the private method _valueForNVRAMVariableNamedError.

type VZMacAuxiliaryStorageClass ¶

type VZMacAuxiliaryStorageClass struct {
	// contains filtered or unexported fields
}

func GetVZMacAuxiliaryStorageClass ¶

func GetVZMacAuxiliaryStorageClass() VZMacAuxiliaryStorageClass

GetVZMacAuxiliaryStorageClass returns the class object for VZMacAuxiliaryStorage.

func (VZMacAuxiliaryStorageClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacAuxiliaryStorageClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacBatteryPowerSourceDevice ¶

type VZMacBatteryPowerSourceDevice struct {
	VZPowerSourceDevice
}

Methods ¶

func NewVZMacBatteryPowerSourceDevice ¶

func NewVZMacBatteryPowerSourceDevice() VZMacBatteryPowerSourceDevice

NewVZMacBatteryPowerSourceDevice creates a new VZMacBatteryPowerSourceDevice instance.

func VZMacBatteryPowerSourceDeviceFromID ¶

func VZMacBatteryPowerSourceDeviceFromID(id objc.ID) VZMacBatteryPowerSourceDevice

VZMacBatteryPowerSourceDeviceFromID constructs a VZMacBatteryPowerSourceDevice from an objc.ID.

func (VZMacBatteryPowerSourceDevice) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacBatteryPowerSourceDevice) BatterySourceDidUpdateCharge ¶

func (v VZMacBatteryPowerSourceDevice) BatterySourceDidUpdateCharge(source objectivec.IObject, charge float64)

func (VZMacBatteryPowerSourceDevice) BatterySourceDidUpdateConnectivity ¶

func (v VZMacBatteryPowerSourceDevice) BatterySourceDidUpdateConnectivity(source objectivec.IObject, connectivity int64)

func (VZMacBatteryPowerSourceDevice) DebugDescription ¶

func (v VZMacBatteryPowerSourceDevice) DebugDescription() string

func (VZMacBatteryPowerSourceDevice) Description ¶

func (v VZMacBatteryPowerSourceDevice) Description() string

func (VZMacBatteryPowerSourceDevice) Hash ¶

func (VZMacBatteryPowerSourceDevice) Init ¶

Init initializes the instance.

func (VZMacBatteryPowerSourceDevice) SetSource ¶

func (VZMacBatteryPowerSourceDevice) Source ¶

func (VZMacBatteryPowerSourceDevice) Superclass ¶

type VZMacBatteryPowerSourceDeviceClass ¶

type VZMacBatteryPowerSourceDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZMacBatteryPowerSourceDeviceClass ¶

func GetVZMacBatteryPowerSourceDeviceClass() VZMacBatteryPowerSourceDeviceClass

GetVZMacBatteryPowerSourceDeviceClass returns the class object for _VZMacBatteryPowerSourceDevice.

func (VZMacBatteryPowerSourceDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacBatteryPowerSourceDeviceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacBatteryPowerSourceDeviceConfiguration ¶

type VZMacBatteryPowerSourceDeviceConfiguration struct {
	VZPowerSourceDeviceConfiguration
}

Methods ¶

func NewVZMacBatteryPowerSourceDeviceConfiguration ¶

func NewVZMacBatteryPowerSourceDeviceConfiguration() VZMacBatteryPowerSourceDeviceConfiguration

NewVZMacBatteryPowerSourceDeviceConfiguration creates a new VZMacBatteryPowerSourceDeviceConfiguration instance.

func VZMacBatteryPowerSourceDeviceConfigurationFromID ¶

func VZMacBatteryPowerSourceDeviceConfigurationFromID(id objc.ID) VZMacBatteryPowerSourceDeviceConfiguration

VZMacBatteryPowerSourceDeviceConfigurationFromID constructs a VZMacBatteryPowerSourceDeviceConfiguration from an objc.ID.

func (VZMacBatteryPowerSourceDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacBatteryPowerSourceDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZMacBatteryPowerSourceDeviceConfiguration) SetSource ¶

func (VZMacBatteryPowerSourceDeviceConfiguration) Source ¶

type VZMacBatteryPowerSourceDeviceConfigurationClass ¶

type VZMacBatteryPowerSourceDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZMacBatteryPowerSourceDeviceConfigurationClass ¶

func GetVZMacBatteryPowerSourceDeviceConfigurationClass() VZMacBatteryPowerSourceDeviceConfigurationClass

GetVZMacBatteryPowerSourceDeviceConfigurationClass returns the class object for _VZMacBatteryPowerSourceDeviceConfiguration.

func (VZMacBatteryPowerSourceDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacBatteryPowerSourceDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacBatterySource ¶

type VZMacBatterySource struct {
	objectivec.Object
}

Methods ¶

func NewVZMacBatterySource ¶

func NewVZMacBatterySource() VZMacBatterySource

NewVZMacBatterySource creates a new VZMacBatterySource instance.

func VZMacBatterySourceFromID ¶

func VZMacBatterySourceFromID(id objc.ID) VZMacBatterySource

VZMacBatterySourceFromID constructs a VZMacBatterySource from an objc.ID.

func (VZMacBatterySource) Autorelease ¶

func (v VZMacBatterySource) Autorelease() VZMacBatterySource

Autorelease adds the receiver to the current autorelease pool.

func (VZMacBatterySource) CanSource ¶ added in v0.6.0

func (v VZMacBatterySource) CanSource() bool

CanSource reports whether the receiver responds to the private selector _source.

func (VZMacBatterySource) DebugDescription ¶

func (v VZMacBatterySource) DebugDescription() string

func (VZMacBatterySource) Description ¶

func (v VZMacBatterySource) Description() string

func (VZMacBatterySource) Hash ¶

func (v VZMacBatterySource) Hash() uint64

func (VZMacBatterySource) Init ¶

Init initializes the instance.

func (VZMacBatterySource) RegisterObserver ¶

func (v VZMacBatterySource) RegisterObserver(observer objectivec.IObject)

func (VZMacBatterySource) Source ¶ added in v0.6.0

func (v VZMacBatterySource) Source() (unsafe.Pointer, error)

Source is an exported wrapper for the private property _source.

func (VZMacBatterySource) Superclass ¶

func (v VZMacBatterySource) Superclass() objectivec.Class

func (VZMacBatterySource) UnregisterObserver ¶

func (v VZMacBatterySource) UnregisterObserver(observer objectivec.IObject)

type VZMacBatterySourceClass ¶

type VZMacBatterySourceClass struct {
	// contains filtered or unexported fields
}

func GetVZMacBatterySourceClass ¶

func GetVZMacBatterySourceClass() VZMacBatterySourceClass

GetVZMacBatterySourceClass returns the class object for _VZMacBatterySource.

func (VZMacBatterySourceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacBatterySourceClass) Class ¶

func (vc VZMacBatterySourceClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZMacBatterySourceObserver ¶

type VZMacBatterySourceObserver interface {
	objectivec.IObject
}

_VZMacBatterySourceObserver protocol.

type VZMacBatterySourceObserverObject ¶

type VZMacBatterySourceObserverObject struct {
	objectivec.Object
}

VZMacBatterySourceObserverObject wraps an existing Objective-C object that conforms to the VZMacBatterySourceObserver protocol.

func VZMacBatterySourceObserverObjectFromID ¶

func VZMacBatterySourceObserverObjectFromID(id objc.ID) VZMacBatterySourceObserverObject

VZMacBatterySourceObserverObjectFromID constructs a VZMacBatterySourceObserverObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (VZMacBatterySourceObserverObject) BaseObject ¶

func (VZMacBatterySourceObserverObject) BatterySourceDidUpdateCharge ¶

func (o VZMacBatterySourceObserverObject) BatterySourceDidUpdateCharge(source objectivec.IObject, charge float64)

func (VZMacBatterySourceObserverObject) BatterySourceDidUpdateConnectivity ¶

func (o VZMacBatterySourceObserverObject) BatterySourceDidUpdateConnectivity(source objectivec.IObject, connectivity int64)

type VZMacBifrostDeviceConfiguration ¶

type VZMacBifrostDeviceConfiguration struct {
	VZBifrostDeviceConfiguration
}

Methods ¶

func NewVZMacBifrostDeviceConfiguration ¶

func NewVZMacBifrostDeviceConfiguration() VZMacBifrostDeviceConfiguration

NewVZMacBifrostDeviceConfiguration creates a new VZMacBifrostDeviceConfiguration instance.

func NewVZMacBifrostDeviceConfigurationWithAttachmentMMIOSize ¶

func NewVZMacBifrostDeviceConfigurationWithAttachmentMMIOSize(attachment objectivec.IObject, mIOSize uint64) VZMacBifrostDeviceConfiguration

func VZMacBifrostDeviceConfigurationFromID ¶

func VZMacBifrostDeviceConfigurationFromID(id objc.ID) VZMacBifrostDeviceConfiguration

VZMacBifrostDeviceConfigurationFromID constructs a VZMacBifrostDeviceConfiguration from an objc.ID.

func (VZMacBifrostDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacBifrostDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZMacBifrostDeviceConfiguration) InitWithAttachmentMMIOSize ¶

func (v VZMacBifrostDeviceConfiguration) InitWithAttachmentMMIOSize(attachment objectivec.IObject, mIOSize uint64) VZMacBifrostDeviceConfiguration

type VZMacBifrostDeviceConfigurationClass ¶

type VZMacBifrostDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZMacBifrostDeviceConfigurationClass ¶

func GetVZMacBifrostDeviceConfigurationClass() VZMacBifrostDeviceConfigurationClass

GetVZMacBifrostDeviceConfigurationClass returns the class object for _VZMacBifrostDeviceConfiguration.

func (VZMacBifrostDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacBifrostDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacGraphicsDevice ¶

type VZMacGraphicsDevice struct {
	VZGraphicsDevice
}

Methods ¶

  • [VZMacGraphicsDevice._deviceFeatureLevel]
  • [VZMacGraphicsDevice._prefersLowPower]

func NewVZMacGraphicsDevice ¶

func NewVZMacGraphicsDevice() VZMacGraphicsDevice

NewVZMacGraphicsDevice creates a new VZMacGraphicsDevice instance.

func VZMacGraphicsDeviceFromID ¶

func VZMacGraphicsDeviceFromID(id objc.ID) VZMacGraphicsDevice

VZMacGraphicsDeviceFromID constructs a VZMacGraphicsDevice from an objc.ID.

func (VZMacGraphicsDevice) Autorelease ¶

func (v VZMacGraphicsDevice) Autorelease() VZMacGraphicsDevice

Autorelease adds the receiver to the current autorelease pool.

func (VZMacGraphicsDevice) CanDeviceFeatureLevel ¶ added in v0.6.0

func (v VZMacGraphicsDevice) CanDeviceFeatureLevel() bool

CanDeviceFeatureLevel reports whether the receiver responds to the private selector _deviceFeatureLevel.

func (VZMacGraphicsDevice) CanPrefersLowPower ¶ added in v0.6.0

func (v VZMacGraphicsDevice) CanPrefersLowPower() bool

CanPrefersLowPower reports whether the receiver responds to the private selector _prefersLowPower.

func (VZMacGraphicsDevice) DeviceFeatureLevel ¶

func (v VZMacGraphicsDevice) DeviceFeatureLevel() (int64, error)

DeviceFeatureLevel is an exported wrapper for the private method _deviceFeatureLevel.

func (VZMacGraphicsDevice) Init ¶

Init initializes the instance.

func (VZMacGraphicsDevice) PrefersLowPower ¶

func (v VZMacGraphicsDevice) PrefersLowPower() (bool, error)

PrefersLowPower is an exported wrapper for the private method _prefersLowPower.

type VZMacGraphicsDeviceClass ¶

type VZMacGraphicsDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZMacGraphicsDeviceClass ¶

func GetVZMacGraphicsDeviceClass() VZMacGraphicsDeviceClass

GetVZMacGraphicsDeviceClass returns the class object for VZMacGraphicsDevice.

func (VZMacGraphicsDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacGraphicsDeviceClass) Class ¶

func (vc VZMacGraphicsDeviceClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZMacGraphicsDeviceConfiguration ¶

type VZMacGraphicsDeviceConfiguration struct {
	VZGraphicsDeviceConfiguration
}

Methods ¶

func NewVZMacGraphicsDeviceConfiguration ¶

func NewVZMacGraphicsDeviceConfiguration() VZMacGraphicsDeviceConfiguration

NewVZMacGraphicsDeviceConfiguration creates a new VZMacGraphicsDeviceConfiguration instance.

func VZMacGraphicsDeviceConfigurationFromID ¶

func VZMacGraphicsDeviceConfigurationFromID(id objc.ID) VZMacGraphicsDeviceConfiguration

VZMacGraphicsDeviceConfigurationFromID constructs a VZMacGraphicsDeviceConfiguration from an objc.ID.

func (VZMacGraphicsDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacGraphicsDeviceConfiguration) CanDeviceFeatureLevel ¶ added in v0.6.0

func (v VZMacGraphicsDeviceConfiguration) CanDeviceFeatureLevel() bool

CanDeviceFeatureLevel reports whether the receiver responds to the private selector _deviceFeatureLevel.

func (VZMacGraphicsDeviceConfiguration) CanDisplayPortCount ¶ added in v0.6.0

func (v VZMacGraphicsDeviceConfiguration) CanDisplayPortCount() bool

CanDisplayPortCount reports whether the receiver responds to the private selector _displayPortCount.

func (VZMacGraphicsDeviceConfiguration) CanEnableProcessIsolation ¶ added in v0.6.0

func (v VZMacGraphicsDeviceConfiguration) CanEnableProcessIsolation() bool

CanEnableProcessIsolation reports whether the receiver responds to the private selector _enableProcessIsolation.

func (VZMacGraphicsDeviceConfiguration) CanImplicitlyAddsVideoToolboxDevice ¶ added in v0.6.0

func (v VZMacGraphicsDeviceConfiguration) CanImplicitlyAddsVideoToolboxDevice() bool

CanImplicitlyAddsVideoToolboxDevice reports whether the receiver responds to the private selector _implicitlyAddsVideoToolboxDevice.

func (VZMacGraphicsDeviceConfiguration) CanPrefersLowPower ¶ added in v0.6.0

func (v VZMacGraphicsDeviceConfiguration) CanPrefersLowPower() bool

CanPrefersLowPower reports whether the receiver responds to the private selector _prefersLowPower.

func (VZMacGraphicsDeviceConfiguration) CanSetDeviceFeatureLevel ¶ added in v0.6.0

func (v VZMacGraphicsDeviceConfiguration) CanSetDeviceFeatureLevel() bool

CanSetDeviceFeatureLevel reports whether the receiver responds to the private selector _setDeviceFeatureLevel:.

func (VZMacGraphicsDeviceConfiguration) CanSetDisplayPortCount ¶ added in v0.6.0

func (v VZMacGraphicsDeviceConfiguration) CanSetDisplayPortCount() bool

CanSetDisplayPortCount reports whether the receiver responds to the private selector _setDisplayPortCount:.

func (VZMacGraphicsDeviceConfiguration) CanSetEnableProcessIsolation ¶ added in v0.6.0

func (v VZMacGraphicsDeviceConfiguration) CanSetEnableProcessIsolation() bool

CanSetEnableProcessIsolation reports whether the receiver responds to the private selector _setEnableProcessIsolation:.

func (VZMacGraphicsDeviceConfiguration) CanSetImplicitlyAddsVideoToolboxDevice ¶ added in v0.6.0

func (v VZMacGraphicsDeviceConfiguration) CanSetImplicitlyAddsVideoToolboxDevice() bool

CanSetImplicitlyAddsVideoToolboxDevice reports whether the receiver responds to the private selector _setImplicitlyAddsVideoToolboxDevice:.

func (VZMacGraphicsDeviceConfiguration) CanSetPrefersLowPower ¶ added in v0.6.0

func (v VZMacGraphicsDeviceConfiguration) CanSetPrefersLowPower() bool

CanSetPrefersLowPower reports whether the receiver responds to the private selector _setPrefersLowPower:.

func (VZMacGraphicsDeviceConfiguration) DeviceFeatureLevel ¶ added in v0.6.0

func (v VZMacGraphicsDeviceConfiguration) DeviceFeatureLevel() (int64, error)

DeviceFeatureLevel is an exported wrapper for the private property _deviceFeatureLevel.

func (VZMacGraphicsDeviceConfiguration) DisplayPortCount ¶ added in v0.6.0

func (v VZMacGraphicsDeviceConfiguration) DisplayPortCount() (uint64, error)

DisplayPortCount is an exported wrapper for the private property _displayPortCount.

func (VZMacGraphicsDeviceConfiguration) EnableProcessIsolation ¶ added in v0.6.0

func (v VZMacGraphicsDeviceConfiguration) EnableProcessIsolation() (bool, error)

EnableProcessIsolation is an exported wrapper for the private property _enableProcessIsolation.

func (VZMacGraphicsDeviceConfiguration) ImplicitlyAddsVideoToolboxDevice ¶ added in v0.6.0

func (v VZMacGraphicsDeviceConfiguration) ImplicitlyAddsVideoToolboxDevice() (bool, error)

ImplicitlyAddsVideoToolboxDevice is an exported wrapper for the private property _implicitlyAddsVideoToolboxDevice.

func (VZMacGraphicsDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZMacGraphicsDeviceConfiguration) PrefersLowPower ¶ added in v0.6.0

func (v VZMacGraphicsDeviceConfiguration) PrefersLowPower() (bool, error)

PrefersLowPower is an exported wrapper for the private property _prefersLowPower.

func (VZMacGraphicsDeviceConfiguration) SetDeviceFeatureLevel ¶

func (v VZMacGraphicsDeviceConfiguration) SetDeviceFeatureLevel(level int64) error

SetDeviceFeatureLevel is an exported wrapper for the private method _setDeviceFeatureLevel.

func (VZMacGraphicsDeviceConfiguration) SetDisplayPortCount ¶

func (v VZMacGraphicsDeviceConfiguration) SetDisplayPortCount(count uint64) error

SetDisplayPortCount is an exported wrapper for the private method _setDisplayPortCount.

func (VZMacGraphicsDeviceConfiguration) SetEnableProcessIsolation ¶

func (v VZMacGraphicsDeviceConfiguration) SetEnableProcessIsolation(isolation bool) error

SetEnableProcessIsolation is an exported wrapper for the private method _setEnableProcessIsolation.

func (VZMacGraphicsDeviceConfiguration) SetImplicitlyAddsVideoToolboxDevice ¶

func (v VZMacGraphicsDeviceConfiguration) SetImplicitlyAddsVideoToolboxDevice(device bool) error

SetImplicitlyAddsVideoToolboxDevice is an exported wrapper for the private method _setImplicitlyAddsVideoToolboxDevice.

func (VZMacGraphicsDeviceConfiguration) SetPrefersLowPower ¶

func (v VZMacGraphicsDeviceConfiguration) SetPrefersLowPower(power bool) error

SetPrefersLowPower is an exported wrapper for the private method _setPrefersLowPower.

func (VZMacGraphicsDeviceConfiguration) Set_deviceFeatureLevel ¶

func (v VZMacGraphicsDeviceConfiguration) Set_deviceFeatureLevel(value int64)

func (VZMacGraphicsDeviceConfiguration) Set_displayPortCount ¶

func (v VZMacGraphicsDeviceConfiguration) Set_displayPortCount(value uint64)

func (VZMacGraphicsDeviceConfiguration) Set_enableProcessIsolation ¶

func (v VZMacGraphicsDeviceConfiguration) Set_enableProcessIsolation(value bool)

func (VZMacGraphicsDeviceConfiguration) Set_implicitlyAddsVideoToolboxDevice ¶

func (v VZMacGraphicsDeviceConfiguration) Set_implicitlyAddsVideoToolboxDevice(value bool)

func (VZMacGraphicsDeviceConfiguration) Set_prefersLowPower ¶

func (v VZMacGraphicsDeviceConfiguration) Set_prefersLowPower(value bool)

type VZMacGraphicsDeviceConfigurationClass ¶

type VZMacGraphicsDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZMacGraphicsDeviceConfigurationClass ¶

func GetVZMacGraphicsDeviceConfigurationClass() VZMacGraphicsDeviceConfigurationClass

GetVZMacGraphicsDeviceConfigurationClass returns the class object for VZMacGraphicsDeviceConfiguration.

func (VZMacGraphicsDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacGraphicsDeviceConfigurationClass) CanMaximumAllowedDisplayCount ¶ added in v0.6.0

func (_VZMacGraphicsDeviceConfigurationClass VZMacGraphicsDeviceConfigurationClass) CanMaximumAllowedDisplayCount() bool

CanMaximumAllowedDisplayCount reports whether the receiver responds to the private selector _maximumAllowedDisplayCount.

func (VZMacGraphicsDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (VZMacGraphicsDeviceConfigurationClass) MaximumAllowedDisplayCount ¶

func (_VZMacGraphicsDeviceConfigurationClass VZMacGraphicsDeviceConfigurationClass) MaximumAllowedDisplayCount() (uint64, error)

MaximumAllowedDisplayCount is an exported wrapper for the private method _maximumAllowedDisplayCount.

type VZMacGraphicsDisplay ¶

type VZMacGraphicsDisplay struct {
	VZGraphicsDisplay
}

Methods ¶

func NewMacGraphicsDisplayWithConfigurationError ¶

func NewMacGraphicsDisplayWithConfigurationError(configuration objectivec.IObject) (VZMacGraphicsDisplay, error)

func NewMacGraphicsDisplayWithVirtualMachineGraphicsDeviceIndexFramebufferIndexUuid ¶

func NewMacGraphicsDisplayWithVirtualMachineGraphicsDeviceIndexFramebufferIndexUuid(machine objectivec.IObject, index uint64, index2 uint64, uuid objectivec.IObject) VZMacGraphicsDisplay

func NewVZMacGraphicsDisplay ¶

func NewVZMacGraphicsDisplay() VZMacGraphicsDisplay

NewVZMacGraphicsDisplay creates a new VZMacGraphicsDisplay instance.

func VZMacGraphicsDisplayFromID ¶

func VZMacGraphicsDisplayFromID(id objc.ID) VZMacGraphicsDisplay

VZMacGraphicsDisplayFromID constructs a VZMacGraphicsDisplay from an objc.ID.

func (VZMacGraphicsDisplay) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacGraphicsDisplay) CanConnectionType ¶ added in v0.6.0

func (v VZMacGraphicsDisplay) CanConnectionType() bool

CanConnectionType reports whether the receiver responds to the private selector _connectionType.

func (VZMacGraphicsDisplay) CanDisplayIdentifier ¶ added in v0.6.0

func (v VZMacGraphicsDisplay) CanDisplayIdentifier() bool

CanDisplayIdentifier reports whether the receiver responds to the private selector _displayIdentifier.

func (VZMacGraphicsDisplay) CanDisplayMode ¶ added in v0.6.0

func (v VZMacGraphicsDisplay) CanDisplayMode() bool

CanDisplayMode reports whether the receiver responds to the private selector _displayMode.

func (VZMacGraphicsDisplay) ConnectionType ¶

func (v VZMacGraphicsDisplay) ConnectionType() (int64, error)

ConnectionType is an exported wrapper for the private method _connectionType.

func (VZMacGraphicsDisplay) DisplayIdentifier ¶

func (v VZMacGraphicsDisplay) DisplayIdentifier() (objectivec.IObject, error)

DisplayIdentifier is an exported wrapper for the private method _displayIdentifier.

func (VZMacGraphicsDisplay) DisplayMode ¶

func (v VZMacGraphicsDisplay) DisplayMode() (int64, error)

DisplayMode is an exported wrapper for the private method _displayMode.

func (VZMacGraphicsDisplay) Init ¶

Init initializes the instance.

func (VZMacGraphicsDisplay) InitWithConfigurationError ¶

func (v VZMacGraphicsDisplay) InitWithConfigurationError(configuration objectivec.IObject) (VZMacGraphicsDisplay, error)

func (VZMacGraphicsDisplay) ReconfigureWithConfigurationError ¶

func (v VZMacGraphicsDisplay) ReconfigureWithConfigurationError(configuration objectivec.IObject) (bool, error)

type VZMacGraphicsDisplayClass ¶

type VZMacGraphicsDisplayClass struct {
	// contains filtered or unexported fields
}

func GetVZMacGraphicsDisplayClass ¶

func GetVZMacGraphicsDisplayClass() VZMacGraphicsDisplayClass

GetVZMacGraphicsDisplayClass returns the class object for VZMacGraphicsDisplay.

func (VZMacGraphicsDisplayClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacGraphicsDisplayClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacGraphicsDisplayConfiguration ¶

type VZMacGraphicsDisplayConfiguration struct {
	VZGraphicsDisplayConfiguration
}

Methods ¶

func NewVZMacGraphicsDisplayConfiguration ¶

func NewVZMacGraphicsDisplayConfiguration() VZMacGraphicsDisplayConfiguration

NewVZMacGraphicsDisplayConfiguration creates a new VZMacGraphicsDisplayConfiguration instance.

func VZMacGraphicsDisplayConfigurationFromID ¶

func VZMacGraphicsDisplayConfigurationFromID(id objc.ID) VZMacGraphicsDisplayConfiguration

VZMacGraphicsDisplayConfigurationFromID constructs a VZMacGraphicsDisplayConfiguration from an objc.ID.

func (VZMacGraphicsDisplayConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacGraphicsDisplayConfiguration) CanConnectionType ¶ added in v0.6.0

func (v VZMacGraphicsDisplayConfiguration) CanConnectionType() bool

CanConnectionType reports whether the receiver responds to the private selector _connectionType.

func (VZMacGraphicsDisplayConfiguration) CanDisplayIdentifier ¶ added in v0.6.0

func (v VZMacGraphicsDisplayConfiguration) CanDisplayIdentifier() bool

CanDisplayIdentifier reports whether the receiver responds to the private selector _displayIdentifier.

func (VZMacGraphicsDisplayConfiguration) CanDisplayMode ¶ added in v0.6.0

func (v VZMacGraphicsDisplayConfiguration) CanDisplayMode() bool

CanDisplayMode reports whether the receiver responds to the private selector _displayMode.

func (VZMacGraphicsDisplayConfiguration) CanSetConnectionType ¶ added in v0.6.0

func (v VZMacGraphicsDisplayConfiguration) CanSetConnectionType() bool

CanSetConnectionType reports whether the receiver responds to the private selector _setConnectionType:.

func (VZMacGraphicsDisplayConfiguration) CanSetDisplayIdentifier ¶ added in v0.6.0

func (v VZMacGraphicsDisplayConfiguration) CanSetDisplayIdentifier() bool

CanSetDisplayIdentifier reports whether the receiver responds to the private selector _setDisplayIdentifier:.

func (VZMacGraphicsDisplayConfiguration) CanSetDisplayMode ¶ added in v0.6.0

func (v VZMacGraphicsDisplayConfiguration) CanSetDisplayMode() bool

CanSetDisplayMode reports whether the receiver responds to the private selector _setDisplayMode:.

func (VZMacGraphicsDisplayConfiguration) ConnectionType ¶ added in v0.6.0

func (v VZMacGraphicsDisplayConfiguration) ConnectionType() (int64, error)

ConnectionType is an exported wrapper for the private property _connectionType.

func (VZMacGraphicsDisplayConfiguration) DisplayIdentifier ¶ added in v0.6.0

func (v VZMacGraphicsDisplayConfiguration) DisplayIdentifier() (string, error)

DisplayIdentifier is an exported wrapper for the private property _displayIdentifier.

func (VZMacGraphicsDisplayConfiguration) DisplayMode ¶ added in v0.6.0

func (v VZMacGraphicsDisplayConfiguration) DisplayMode() (int64, error)

DisplayMode is an exported wrapper for the private property _displayMode.

func (VZMacGraphicsDisplayConfiguration) Init ¶

Init initializes the instance.

func (VZMacGraphicsDisplayConfiguration) SetConnectionType ¶

func (v VZMacGraphicsDisplayConfiguration) SetConnectionType(type_ int64) error

SetConnectionType is an exported wrapper for the private method _setConnectionType.

func (VZMacGraphicsDisplayConfiguration) SetDisplayIdentifier ¶

func (v VZMacGraphicsDisplayConfiguration) SetDisplayIdentifier(identifier objectivec.IObject) error

SetDisplayIdentifier is an exported wrapper for the private method _setDisplayIdentifier.

func (VZMacGraphicsDisplayConfiguration) SetDisplayMode ¶

func (v VZMacGraphicsDisplayConfiguration) SetDisplayMode(mode int64) error

SetDisplayMode is an exported wrapper for the private method _setDisplayMode.

func (VZMacGraphicsDisplayConfiguration) Set_connectionType ¶

func (v VZMacGraphicsDisplayConfiguration) Set_connectionType(value int64)

func (VZMacGraphicsDisplayConfiguration) Set_displayIdentifier ¶

func (v VZMacGraphicsDisplayConfiguration) Set_displayIdentifier(value string)

func (VZMacGraphicsDisplayConfiguration) Set_displayMode ¶

func (v VZMacGraphicsDisplayConfiguration) Set_displayMode(value int64)

type VZMacGraphicsDisplayConfigurationClass ¶

type VZMacGraphicsDisplayConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZMacGraphicsDisplayConfigurationClass ¶

func GetVZMacGraphicsDisplayConfigurationClass() VZMacGraphicsDisplayConfigurationClass

GetVZMacGraphicsDisplayConfigurationClass returns the class object for VZMacGraphicsDisplayConfiguration.

func (VZMacGraphicsDisplayConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacGraphicsDisplayConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacHIDDeviceConfiguration ¶

type VZMacHIDDeviceConfiguration struct {
	VZHIDDeviceConfiguration
}

Methods ¶

func NewVZMacHIDDeviceConfiguration ¶

func NewVZMacHIDDeviceConfiguration() VZMacHIDDeviceConfiguration

NewVZMacHIDDeviceConfiguration creates a new VZMacHIDDeviceConfiguration instance.

func NewVZMacHIDDeviceConfigurationWithVendorIDProductIDUsagePageUsage ¶

func NewVZMacHIDDeviceConfigurationWithVendorIDProductIDUsagePageUsage(id uint16, id2 uint16, page uint32, usage uint32) VZMacHIDDeviceConfiguration

func VZMacHIDDeviceConfigurationFromID ¶

func VZMacHIDDeviceConfigurationFromID(id objc.ID) VZMacHIDDeviceConfiguration

VZMacHIDDeviceConfigurationFromID constructs a VZMacHIDDeviceConfiguration from an objc.ID.

func (VZMacHIDDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacHIDDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZMacHIDDeviceConfiguration) InitWithVendorIDProductIDUsagePageUsage ¶

func (v VZMacHIDDeviceConfiguration) InitWithVendorIDProductIDUsagePageUsage(id uint16, id2 uint16, page uint32, usage uint32) VZMacHIDDeviceConfiguration

func (VZMacHIDDeviceConfiguration) ProductID ¶

func (v VZMacHIDDeviceConfiguration) ProductID() uint16

func (VZMacHIDDeviceConfiguration) RegistryProperties ¶

func (v VZMacHIDDeviceConfiguration) RegistryProperties() foundation.INSDictionary

func (VZMacHIDDeviceConfiguration) SetProductID ¶

func (v VZMacHIDDeviceConfiguration) SetProductID(value uint16)

func (VZMacHIDDeviceConfiguration) SetRegistryProperties ¶

func (v VZMacHIDDeviceConfiguration) SetRegistryProperties(value foundation.INSDictionary)

func (VZMacHIDDeviceConfiguration) SetUsage ¶

func (v VZMacHIDDeviceConfiguration) SetUsage(value uint32)

func (VZMacHIDDeviceConfiguration) SetUsagePage ¶

func (v VZMacHIDDeviceConfiguration) SetUsagePage(value uint32)

func (VZMacHIDDeviceConfiguration) SetVendorID ¶

func (v VZMacHIDDeviceConfiguration) SetVendorID(value uint16)

func (VZMacHIDDeviceConfiguration) Usage ¶

func (VZMacHIDDeviceConfiguration) UsagePage ¶

func (v VZMacHIDDeviceConfiguration) UsagePage() uint32

func (VZMacHIDDeviceConfiguration) VendorID ¶

func (v VZMacHIDDeviceConfiguration) VendorID() uint16

type VZMacHIDDeviceConfigurationClass ¶

type VZMacHIDDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZMacHIDDeviceConfigurationClass ¶

func GetVZMacHIDDeviceConfigurationClass() VZMacHIDDeviceConfigurationClass

GetVZMacHIDDeviceConfigurationClass returns the class object for _VZMacHIDDeviceConfiguration.

func (VZMacHIDDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacHIDDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacHardwareModel ¶

type VZMacHardwareModel struct {
	objectivec.Object
}

Methods ¶

  • [VZMacHardwareModel._boardID]
  • [VZMacHardwareModel._isa]
  • [VZMacHardwareModel._variantID]
  • [VZMacHardwareModel._variantName]
  • VZMacHardwareModel.Supported

func NewVZMacHardwareModel ¶

func NewVZMacHardwareModel() VZMacHardwareModel

NewVZMacHardwareModel creates a new VZMacHardwareModel instance.

func VZMacHardwareModelFromID ¶

func VZMacHardwareModelFromID(id objc.ID) VZMacHardwareModel

VZMacHardwareModelFromID constructs a VZMacHardwareModel from an objc.ID.

func (VZMacHardwareModel) Autorelease ¶

func (v VZMacHardwareModel) Autorelease() VZMacHardwareModel

Autorelease adds the receiver to the current autorelease pool.

func (VZMacHardwareModel) BoardID ¶ added in v0.6.0

func (v VZMacHardwareModel) BoardID() (uint32, error)

BoardID is an exported wrapper for the private property _boardID.

func (VZMacHardwareModel) CanBoardID ¶ added in v0.6.0

func (v VZMacHardwareModel) CanBoardID() bool

CanBoardID reports whether the receiver responds to the private selector _boardID.

func (VZMacHardwareModel) CanIsa ¶ added in v0.6.0

func (v VZMacHardwareModel) CanIsa() bool

CanIsa reports whether the receiver responds to the private selector _isa.

func (VZMacHardwareModel) CanVariantID ¶ added in v0.6.0

func (v VZMacHardwareModel) CanVariantID() bool

CanVariantID reports whether the receiver responds to the private selector _variantID.

func (VZMacHardwareModel) CanVariantName ¶ added in v0.6.0

func (v VZMacHardwareModel) CanVariantName() bool

CanVariantName reports whether the receiver responds to the private selector _variantName.

func (VZMacHardwareModel) Init ¶

Init initializes the instance.

func (VZMacHardwareModel) Isa ¶ added in v0.6.0

func (v VZMacHardwareModel) Isa() (int64, error)

Isa is an exported wrapper for the private property _isa.

func (VZMacHardwareModel) Supported ¶

func (v VZMacHardwareModel) Supported() bool

func (VZMacHardwareModel) VariantID ¶ added in v0.6.0

func (v VZMacHardwareModel) VariantID() (uint32, error)

VariantID is an exported wrapper for the private property _variantID.

func (VZMacHardwareModel) VariantName ¶ added in v0.6.0

func (v VZMacHardwareModel) VariantName() (string, error)

VariantName is an exported wrapper for the private property _variantName.

type VZMacHardwareModelClass ¶

type VZMacHardwareModelClass struct {
	// contains filtered or unexported fields
}

func GetVZMacHardwareModelClass ¶

func GetVZMacHardwareModelClass() VZMacHardwareModelClass

GetVZMacHardwareModelClass returns the class object for VZMacHardwareModel.

func (VZMacHardwareModelClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacHardwareModelClass) CanDefaultBoardIDForPlatformVersion ¶ added in v0.6.0

func (_VZMacHardwareModelClass VZMacHardwareModelClass) CanDefaultBoardIDForPlatformVersion() bool

CanDefaultBoardIDForPlatformVersion reports whether the receiver responds to the private selector _defaultBoardIDForPlatformVersion:.

func (VZMacHardwareModelClass) CanDefaultHardwareModel ¶ added in v0.6.0

func (_VZMacHardwareModelClass VZMacHardwareModelClass) CanDefaultHardwareModel() bool

CanDefaultHardwareModel reports whether the receiver responds to the private selector _defaultHardwareModel.

func (VZMacHardwareModelClass) CanHardwareModelWithDescriptor ¶ added in v0.6.0

func (_VZMacHardwareModelClass VZMacHardwareModelClass) CanHardwareModelWithDescriptor() bool

CanHardwareModelWithDescriptor reports whether the receiver responds to the private selector _hardwareModelWithDescriptor:.

func (VZMacHardwareModelClass) Class ¶

func (vc VZMacHardwareModelClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

func (VZMacHardwareModelClass) DefaultBoardIDForPlatformVersion ¶

func (_VZMacHardwareModelClass VZMacHardwareModelClass) DefaultBoardIDForPlatformVersion(version uint32) (uint32, error)

DefaultBoardIDForPlatformVersion is an exported wrapper for the private method _defaultBoardIDForPlatformVersion.

func (VZMacHardwareModelClass) DefaultHardwareModel ¶

func (_VZMacHardwareModelClass VZMacHardwareModelClass) DefaultHardwareModel() (objectivec.IObject, error)

DefaultHardwareModel is an exported wrapper for the private method _defaultHardwareModel.

func (VZMacHardwareModelClass) HardwareModelWithDescriptor ¶

func (_VZMacHardwareModelClass VZMacHardwareModelClass) HardwareModelWithDescriptor(descriptor objectivec.IObject) (objectivec.IObject, error)

HardwareModelWithDescriptor is an exported wrapper for the private method _hardwareModelWithDescriptor.

type VZMacHardwareModelDescriptor ¶

type VZMacHardwareModelDescriptor struct {
	objectivec.Object
}

Methods ¶

func NewVZMacHardwareModelDescriptor ¶

func NewVZMacHardwareModelDescriptor() VZMacHardwareModelDescriptor

NewVZMacHardwareModelDescriptor creates a new VZMacHardwareModelDescriptor instance.

func VZMacHardwareModelDescriptorFromID ¶

func VZMacHardwareModelDescriptorFromID(id objc.ID) VZMacHardwareModelDescriptor

VZMacHardwareModelDescriptorFromID constructs a VZMacHardwareModelDescriptor from an objc.ID.

func (VZMacHardwareModelDescriptor) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacHardwareModelDescriptor) Init ¶

Init initializes the instance.

func (VZMacHardwareModelDescriptor) SetBoardID ¶

func (v VZMacHardwareModelDescriptor) SetBoardID(id uint32)

func (VZMacHardwareModelDescriptor) SetISA ¶

func (v VZMacHardwareModelDescriptor) SetISA(isa int64)

func (VZMacHardwareModelDescriptor) SetInitialGuestMacOSVersion ¶

func (v VZMacHardwareModelDescriptor) SetInitialGuestMacOSVersion(oSVersion unsafe.Pointer)

func (VZMacHardwareModelDescriptor) SetMinimumSupportedHostOSVersion ¶

func (v VZMacHardwareModelDescriptor) SetMinimumSupportedHostOSVersion(oSVersion unsafe.Pointer)

func (VZMacHardwareModelDescriptor) SetPlatformVersion ¶

func (v VZMacHardwareModelDescriptor) SetPlatformVersion(version uint32)

func (VZMacHardwareModelDescriptor) SetVariantIDVariantName ¶

func (v VZMacHardwareModelDescriptor) SetVariantIDVariantName(id uint32, name objectivec.IObject)

type VZMacHardwareModelDescriptorClass ¶

type VZMacHardwareModelDescriptorClass struct {
	// contains filtered or unexported fields
}

func GetVZMacHardwareModelDescriptorClass ¶

func GetVZMacHardwareModelDescriptorClass() VZMacHardwareModelDescriptorClass

GetVZMacHardwareModelDescriptorClass returns the class object for _VZMacHardwareModelDescriptor.

func (VZMacHardwareModelDescriptorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacHardwareModelDescriptorClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacHostBatterySource ¶

type VZMacHostBatterySource struct {
	VZMacBatterySource
}

func NewVZMacHostBatterySource ¶

func NewVZMacHostBatterySource() VZMacHostBatterySource

NewVZMacHostBatterySource creates a new VZMacHostBatterySource instance.

func VZMacHostBatterySourceFromID ¶

func VZMacHostBatterySourceFromID(id objc.ID) VZMacHostBatterySource

VZMacHostBatterySourceFromID constructs a VZMacHostBatterySource from an objc.ID.

func (VZMacHostBatterySource) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacHostBatterySource) Init ¶

Init initializes the instance.

type VZMacHostBatterySourceClass ¶

type VZMacHostBatterySourceClass struct {
	// contains filtered or unexported fields
}

func GetVZMacHostBatterySourceClass ¶

func GetVZMacHostBatterySourceClass() VZMacHostBatterySourceClass

GetVZMacHostBatterySourceClass returns the class object for _VZMacHostBatterySource.

func (VZMacHostBatterySourceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacHostBatterySourceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacKeyboardConfiguration ¶

type VZMacKeyboardConfiguration struct {
	VZKeyboardConfiguration
}

Methods ¶

func NewVZMacKeyboardConfiguration ¶

func NewVZMacKeyboardConfiguration() VZMacKeyboardConfiguration

NewVZMacKeyboardConfiguration creates a new VZMacKeyboardConfiguration instance.

func VZMacKeyboardConfigurationFromID ¶

func VZMacKeyboardConfigurationFromID(id objc.ID) VZMacKeyboardConfiguration

VZMacKeyboardConfigurationFromID constructs a VZMacKeyboardConfiguration from an objc.ID.

func (VZMacKeyboardConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacKeyboardConfiguration) CanSetSoftwareKeyboard ¶ added in v0.6.0

func (v VZMacKeyboardConfiguration) CanSetSoftwareKeyboard() bool

CanSetSoftwareKeyboard reports whether the receiver responds to the private selector _setSoftwareKeyboard:.

func (VZMacKeyboardConfiguration) CanSetSupportsGlobeKey ¶ added in v0.6.0

func (v VZMacKeyboardConfiguration) CanSetSupportsGlobeKey() bool

CanSetSupportsGlobeKey reports whether the receiver responds to the private selector _setSupportsGlobeKey:.

func (VZMacKeyboardConfiguration) CanSoftwareKeyboard ¶ added in v0.6.0

func (v VZMacKeyboardConfiguration) CanSoftwareKeyboard() bool

CanSoftwareKeyboard reports whether the receiver responds to the private selector _softwareKeyboard.

func (VZMacKeyboardConfiguration) CanSupportsGlobeKey ¶ added in v0.6.0

func (v VZMacKeyboardConfiguration) CanSupportsGlobeKey() bool

CanSupportsGlobeKey reports whether the receiver responds to the private selector _supportsGlobeKey.

func (VZMacKeyboardConfiguration) Init ¶

Init initializes the instance.

func (VZMacKeyboardConfiguration) SetSoftwareKeyboard ¶

func (v VZMacKeyboardConfiguration) SetSoftwareKeyboard(keyboard bool) error

SetSoftwareKeyboard is an exported wrapper for the private method _setSoftwareKeyboard.

func (VZMacKeyboardConfiguration) SetSupportsGlobeKey ¶

func (v VZMacKeyboardConfiguration) SetSupportsGlobeKey(key bool) error

SetSupportsGlobeKey is an exported wrapper for the private method _setSupportsGlobeKey.

func (VZMacKeyboardConfiguration) Set_softwareKeyboard ¶

func (v VZMacKeyboardConfiguration) Set_softwareKeyboard(value bool)

func (VZMacKeyboardConfiguration) Set_supportsGlobeKey ¶

func (v VZMacKeyboardConfiguration) Set_supportsGlobeKey(value bool)

func (VZMacKeyboardConfiguration) SoftwareKeyboard ¶ added in v0.6.0

func (v VZMacKeyboardConfiguration) SoftwareKeyboard() (bool, error)

SoftwareKeyboard is an exported wrapper for the private property _softwareKeyboard.

func (VZMacKeyboardConfiguration) SupportsGlobeKey ¶ added in v0.6.0

func (v VZMacKeyboardConfiguration) SupportsGlobeKey() (bool, error)

SupportsGlobeKey is an exported wrapper for the private property _supportsGlobeKey.

type VZMacKeyboardConfigurationClass ¶

type VZMacKeyboardConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZMacKeyboardConfigurationClass ¶

func GetVZMacKeyboardConfigurationClass() VZMacKeyboardConfigurationClass

GetVZMacKeyboardConfigurationClass returns the class object for VZMacKeyboardConfiguration.

func (VZMacKeyboardConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacKeyboardConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacMachineIdentifier ¶

type VZMacMachineIdentifier struct {
	objectivec.Object
}

Methods ¶

func NewVZMacMachineIdentifier ¶

func NewVZMacMachineIdentifier() VZMacMachineIdentifier

NewVZMacMachineIdentifier creates a new VZMacMachineIdentifier instance.

func VZMacMachineIdentifierFromID ¶

func VZMacMachineIdentifierFromID(id objc.ID) VZMacMachineIdentifier

VZMacMachineIdentifierFromID constructs a VZMacMachineIdentifier from an objc.ID.

func (VZMacMachineIdentifier) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacMachineIdentifier) CanECID ¶ added in v0.6.0

func (v VZMacMachineIdentifier) CanECID() bool

CanECID reports whether the receiver responds to the private selector _ECID.

func (VZMacMachineIdentifier) CanECIDChecksDisabled ¶ added in v0.6.0

func (v VZMacMachineIdentifier) CanECIDChecksDisabled() bool

CanECIDChecksDisabled reports whether the receiver responds to the private selector _ECIDChecksDisabled.

func (VZMacMachineIdentifier) CanSerialNumber ¶ added in v0.6.0

func (v VZMacMachineIdentifier) CanSerialNumber() bool

CanSerialNumber reports whether the receiver responds to the private selector _serialNumber.

func (VZMacMachineIdentifier) DebugDescription ¶

func (v VZMacMachineIdentifier) DebugDescription() string

func (VZMacMachineIdentifier) Description ¶

func (v VZMacMachineIdentifier) Description() string

func (VZMacMachineIdentifier) ECID ¶ added in v0.6.0

func (v VZMacMachineIdentifier) ECID() (uint64, error)

ECID is an exported wrapper for the private property _ECID.

func (VZMacMachineIdentifier) ECIDChecksDisabled ¶ added in v0.6.0

func (v VZMacMachineIdentifier) ECIDChecksDisabled() (bool, error)

ECIDChecksDisabled is an exported wrapper for the private property _ECIDChecksDisabled.

func (VZMacMachineIdentifier) Hash ¶

func (v VZMacMachineIdentifier) Hash() uint64

func (VZMacMachineIdentifier) Init ¶

Init initializes the instance.

func (VZMacMachineIdentifier) SerialNumber ¶ added in v0.6.0

func (v VZMacMachineIdentifier) SerialNumber() (IVZMacSerialNumber, error)

SerialNumber is an exported wrapper for the private property _serialNumber.

func (VZMacMachineIdentifier) Superclass ¶

func (v VZMacMachineIdentifier) Superclass() objectivec.Class

type VZMacMachineIdentifierClass ¶

type VZMacMachineIdentifierClass struct {
	// contains filtered or unexported fields
}

func GetVZMacMachineIdentifierClass ¶

func GetVZMacMachineIdentifierClass() VZMacMachineIdentifierClass

GetVZMacMachineIdentifierClass returns the class object for VZMacMachineIdentifier.

func (VZMacMachineIdentifierClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacMachineIdentifierClass) CanMachineIdentifierForVirtualMachineClone ¶ added in v0.6.0

func (_VZMacMachineIdentifierClass VZMacMachineIdentifierClass) CanMachineIdentifierForVirtualMachineClone() bool

CanMachineIdentifierForVirtualMachineClone reports whether the receiver responds to the private selector _machineIdentifierForVirtualMachineClone.

func (VZMacMachineIdentifierClass) CanMachineIdentifierForVirtualMachineCloneWithECIDSerialNumber ¶ added in v0.6.0

func (_VZMacMachineIdentifierClass VZMacMachineIdentifierClass) CanMachineIdentifierForVirtualMachineCloneWithECIDSerialNumber() bool

CanMachineIdentifierForVirtualMachineCloneWithECIDSerialNumber reports whether the receiver responds to the private selector _machineIdentifierForVirtualMachineCloneWithECID:serialNumber:.

func (VZMacMachineIdentifierClass) CanMachineIdentifierForVirtualMachineCloneWithSerialNumber ¶ added in v0.6.0

func (_VZMacMachineIdentifierClass VZMacMachineIdentifierClass) CanMachineIdentifierForVirtualMachineCloneWithSerialNumber() bool

CanMachineIdentifierForVirtualMachineCloneWithSerialNumber reports whether the receiver responds to the private selector _machineIdentifierForVirtualMachineCloneWithSerialNumber:.

func (VZMacMachineIdentifierClass) CanMachineIdentifierWithECIDSerialNumber ¶ added in v0.6.0

func (_VZMacMachineIdentifierClass VZMacMachineIdentifierClass) CanMachineIdentifierWithECIDSerialNumber() bool

CanMachineIdentifierWithECIDSerialNumber reports whether the receiver responds to the private selector _machineIdentifierWithECID:serialNumber:.

func (VZMacMachineIdentifierClass) CanMachineIdentifierWithSerialNumber ¶ added in v0.6.0

func (_VZMacMachineIdentifierClass VZMacMachineIdentifierClass) CanMachineIdentifierWithSerialNumber() bool

CanMachineIdentifierWithSerialNumber reports whether the receiver responds to the private selector _machineIdentifierWithSerialNumber:.

func (VZMacMachineIdentifierClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (VZMacMachineIdentifierClass) MachineIdentifierForVirtualMachineClone ¶

func (_VZMacMachineIdentifierClass VZMacMachineIdentifierClass) MachineIdentifierForVirtualMachineClone() (objectivec.IObject, error)

MachineIdentifierForVirtualMachineClone is an exported wrapper for the private method _machineIdentifierForVirtualMachineClone.

func (VZMacMachineIdentifierClass) MachineIdentifierForVirtualMachineCloneWithECIDSerialNumber ¶

func (_VZMacMachineIdentifierClass VZMacMachineIdentifierClass) MachineIdentifierForVirtualMachineCloneWithECIDSerialNumber(ecid uint64, number objectivec.IObject) (objectivec.IObject, error)

MachineIdentifierForVirtualMachineCloneWithECIDSerialNumber is an exported wrapper for the private method _machineIdentifierForVirtualMachineCloneWithECIDSerialNumber.

func (VZMacMachineIdentifierClass) MachineIdentifierForVirtualMachineCloneWithSerialNumber ¶

func (_VZMacMachineIdentifierClass VZMacMachineIdentifierClass) MachineIdentifierForVirtualMachineCloneWithSerialNumber(number objectivec.IObject) (objectivec.IObject, error)

MachineIdentifierForVirtualMachineCloneWithSerialNumber is an exported wrapper for the private method _machineIdentifierForVirtualMachineCloneWithSerialNumber.

func (VZMacMachineIdentifierClass) MachineIdentifierWithECIDSerialNumber ¶

func (_VZMacMachineIdentifierClass VZMacMachineIdentifierClass) MachineIdentifierWithECIDSerialNumber(ecid uint64, number objectivec.IObject) (objectivec.IObject, error)

MachineIdentifierWithECIDSerialNumber is an exported wrapper for the private method _machineIdentifierWithECIDSerialNumber.

func (VZMacMachineIdentifierClass) MachineIdentifierWithSerialNumber ¶

func (_VZMacMachineIdentifierClass VZMacMachineIdentifierClass) MachineIdentifierWithSerialNumber(number objectivec.IObject) (objectivec.IObject, error)

MachineIdentifierWithSerialNumber is an exported wrapper for the private method _machineIdentifierWithSerialNumber.

type VZMacNeuralEngineDeviceConfiguration ¶

type VZMacNeuralEngineDeviceConfiguration struct {
	VZAcceleratorDeviceConfiguration
}

Methods ¶

func NewVZMacNeuralEngineDeviceConfiguration ¶

func NewVZMacNeuralEngineDeviceConfiguration() VZMacNeuralEngineDeviceConfiguration

NewVZMacNeuralEngineDeviceConfiguration creates a new VZMacNeuralEngineDeviceConfiguration instance.

func VZMacNeuralEngineDeviceConfigurationFromID ¶

func VZMacNeuralEngineDeviceConfigurationFromID(id objc.ID) VZMacNeuralEngineDeviceConfiguration

VZMacNeuralEngineDeviceConfigurationFromID constructs a VZMacNeuralEngineDeviceConfiguration from an objc.ID.

func (VZMacNeuralEngineDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacNeuralEngineDeviceConfiguration) CanIsSignatureMismatchAllowed ¶ added in v0.6.0

func (v VZMacNeuralEngineDeviceConfiguration) CanIsSignatureMismatchAllowed() bool

CanIsSignatureMismatchAllowed reports whether the receiver responds to the private selector _isSignatureMismatchAllowed.

func (VZMacNeuralEngineDeviceConfiguration) CanSetSignatureMismatchAllowed ¶ added in v0.6.0

func (v VZMacNeuralEngineDeviceConfiguration) CanSetSignatureMismatchAllowed() bool

CanSetSignatureMismatchAllowed reports whether the receiver responds to the private selector _setSignatureMismatchAllowed:.

func (VZMacNeuralEngineDeviceConfiguration) CanSignatureMismatchAllowed ¶ added in v0.6.0

func (v VZMacNeuralEngineDeviceConfiguration) CanSignatureMismatchAllowed() bool

CanSignatureMismatchAllowed reports whether the receiver responds to the private selector _signatureMismatchAllowed.

func (VZMacNeuralEngineDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZMacNeuralEngineDeviceConfiguration) IsSignatureMismatchAllowed ¶

func (v VZMacNeuralEngineDeviceConfiguration) IsSignatureMismatchAllowed() (bool, error)

IsSignatureMismatchAllowed is an exported wrapper for the private method _isSignatureMismatchAllowed.

func (VZMacNeuralEngineDeviceConfiguration) SetSignatureMismatchAllowed ¶

func (v VZMacNeuralEngineDeviceConfiguration) SetSignatureMismatchAllowed(allowed bool) error

SetSignatureMismatchAllowed is an exported wrapper for the private method _setSignatureMismatchAllowed.

func (VZMacNeuralEngineDeviceConfiguration) Set_signatureMismatchAllowed ¶

func (v VZMacNeuralEngineDeviceConfiguration) Set_signatureMismatchAllowed(value bool)

func (VZMacNeuralEngineDeviceConfiguration) SignatureMismatchAllowed ¶ added in v0.6.0

func (v VZMacNeuralEngineDeviceConfiguration) SignatureMismatchAllowed() (bool, error)

SignatureMismatchAllowed is an exported wrapper for the private property _signatureMismatchAllowed.

type VZMacNeuralEngineDeviceConfigurationClass ¶

type VZMacNeuralEngineDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZMacNeuralEngineDeviceConfigurationClass ¶

func GetVZMacNeuralEngineDeviceConfigurationClass() VZMacNeuralEngineDeviceConfigurationClass

GetVZMacNeuralEngineDeviceConfigurationClass returns the class object for _VZMacNeuralEngineDeviceConfiguration.

func (VZMacNeuralEngineDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacNeuralEngineDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacOSBootLoader ¶

type VZMacOSBootLoader struct {
	VZBootLoader
}

Methods ¶

func NewVZMacOSBootLoader ¶

func NewVZMacOSBootLoader() VZMacOSBootLoader

NewVZMacOSBootLoader creates a new VZMacOSBootLoader instance.

func VZMacOSBootLoaderFromID ¶

func VZMacOSBootLoaderFromID(id objc.ID) VZMacOSBootLoader

VZMacOSBootLoaderFromID constructs a VZMacOSBootLoader from an objc.ID.

func (VZMacOSBootLoader) Autorelease ¶

func (v VZMacOSBootLoader) Autorelease() VZMacOSBootLoader

Autorelease adds the receiver to the current autorelease pool.

func (VZMacOSBootLoader) CanRomURL ¶ added in v0.6.0

func (v VZMacOSBootLoader) CanRomURL() bool

CanRomURL reports whether the receiver responds to the private selector _romURL.

func (VZMacOSBootLoader) CanSetROMURL ¶ added in v0.6.0

func (v VZMacOSBootLoader) CanSetROMURL() bool

CanSetROMURL reports whether the receiver responds to the private selector _setROMURL:.

func (VZMacOSBootLoader) Init ¶

Init initializes the instance.

func (VZMacOSBootLoader) RomURL ¶ added in v0.6.0

func (v VZMacOSBootLoader) RomURL() (foundation.NSURL, error)

RomURL is an exported wrapper for the private property _romURL.

func (VZMacOSBootLoader) SetROMURL ¶

func (v VZMacOSBootLoader) SetROMURL(romurl foundation.NSURL) error

SetROMURL is an exported wrapper for the private method _setROMURL.

func (VZMacOSBootLoader) Set_romURL ¶

func (v VZMacOSBootLoader) Set_romURL(value foundation.NSURL)

type VZMacOSBootLoaderClass ¶

type VZMacOSBootLoaderClass struct {
	// contains filtered or unexported fields
}

func GetVZMacOSBootLoaderClass ¶

func GetVZMacOSBootLoaderClass() VZMacOSBootLoaderClass

GetVZMacOSBootLoaderClass returns the class object for VZMacOSBootLoader.

func (VZMacOSBootLoaderClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacOSBootLoaderClass) Class ¶

func (vc VZMacOSBootLoaderClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZMacOSBootLoaderGuestTraceEvent ¶

type VZMacOSBootLoaderGuestTraceEvent struct {
	VZGuestTraceEvent
}

Methods ¶

func NewVZMacOSBootLoaderGuestTraceEvent ¶

func NewVZMacOSBootLoaderGuestTraceEvent() VZMacOSBootLoaderGuestTraceEvent

NewVZMacOSBootLoaderGuestTraceEvent creates a new VZMacOSBootLoaderGuestTraceEvent instance.

func VZMacOSBootLoaderGuestTraceEventFromID ¶

func VZMacOSBootLoaderGuestTraceEventFromID(id objc.ID) VZMacOSBootLoaderGuestTraceEvent

VZMacOSBootLoaderGuestTraceEventFromID constructs a VZMacOSBootLoaderGuestTraceEvent from an objc.ID.

func (VZMacOSBootLoaderGuestTraceEvent) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacOSBootLoaderGuestTraceEvent) Data0 ¶

func (VZMacOSBootLoaderGuestTraceEvent) Data1 ¶

func (VZMacOSBootLoaderGuestTraceEvent) Data2 ¶

func (VZMacOSBootLoaderGuestTraceEvent) Init ¶

Init initializes the instance.

func (VZMacOSBootLoaderGuestTraceEvent) Status ¶

type VZMacOSBootLoaderGuestTraceEventClass ¶

type VZMacOSBootLoaderGuestTraceEventClass struct {
	// contains filtered or unexported fields
}

func GetVZMacOSBootLoaderGuestTraceEventClass ¶

func GetVZMacOSBootLoaderGuestTraceEventClass() VZMacOSBootLoaderGuestTraceEventClass

GetVZMacOSBootLoaderGuestTraceEventClass returns the class object for _VZMacOSBootLoaderGuestTraceEvent.

func (VZMacOSBootLoaderGuestTraceEventClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacOSBootLoaderGuestTraceEventClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacOSConfigurationRequirements ¶

type VZMacOSConfigurationRequirements struct {
	objectivec.Object
}

Methods ¶

  • [VZMacOSConfigurationRequirements._variants]

func NewVZMacOSConfigurationRequirements ¶

func NewVZMacOSConfigurationRequirements() VZMacOSConfigurationRequirements

NewVZMacOSConfigurationRequirements creates a new VZMacOSConfigurationRequirements instance.

func VZMacOSConfigurationRequirementsFromID ¶

func VZMacOSConfigurationRequirementsFromID(id objc.ID) VZMacOSConfigurationRequirements

VZMacOSConfigurationRequirementsFromID constructs a VZMacOSConfigurationRequirements from an objc.ID.

func (VZMacOSConfigurationRequirements) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacOSConfigurationRequirements) CanVariants ¶ added in v0.6.0

func (v VZMacOSConfigurationRequirements) CanVariants() bool

CanVariants reports whether the receiver responds to the private selector _variants.

func (VZMacOSConfigurationRequirements) Init ¶

Init initializes the instance.

func (VZMacOSConfigurationRequirements) Variants ¶

Variants is an exported wrapper for the private method _variants.

type VZMacOSConfigurationRequirementsClass ¶

type VZMacOSConfigurationRequirementsClass struct {
	// contains filtered or unexported fields
}

func GetVZMacOSConfigurationRequirementsClass ¶

func GetVZMacOSConfigurationRequirementsClass() VZMacOSConfigurationRequirementsClass

GetVZMacOSConfigurationRequirementsClass returns the class object for VZMacOSConfigurationRequirements.

func (VZMacOSConfigurationRequirementsClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacOSConfigurationRequirementsClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacOSInstaller ¶

type VZMacOSInstaller struct {
	objectivec.Object
}

Methods ¶

  • [VZMacOSInstaller._disableMobileDeviceUpdate]

func NewVZMacOSInstaller ¶

func NewVZMacOSInstaller() VZMacOSInstaller

NewVZMacOSInstaller creates a new VZMacOSInstaller instance.

func VZMacOSInstallerFromID ¶

func VZMacOSInstallerFromID(id objc.ID) VZMacOSInstaller

VZMacOSInstallerFromID constructs a VZMacOSInstaller from an objc.ID.

func (VZMacOSInstaller) Autorelease ¶

func (v VZMacOSInstaller) Autorelease() VZMacOSInstaller

Autorelease adds the receiver to the current autorelease pool.

func (VZMacOSInstaller) CanDisableMobileDeviceUpdate ¶ added in v0.6.0

func (v VZMacOSInstaller) CanDisableMobileDeviceUpdate() bool

CanDisableMobileDeviceUpdate reports whether the receiver responds to the private selector _disableMobileDeviceUpdate.

func (VZMacOSInstaller) DisableMobileDeviceUpdate ¶

func (v VZMacOSInstaller) DisableMobileDeviceUpdate() error

DisableMobileDeviceUpdate is an exported wrapper for the private method _disableMobileDeviceUpdate.

func (VZMacOSInstaller) Init ¶

Init initializes the instance.

type VZMacOSInstallerClass ¶

type VZMacOSInstallerClass struct {
	// contains filtered or unexported fields
}

func GetVZMacOSInstallerClass ¶

func GetVZMacOSInstallerClass() VZMacOSInstallerClass

GetVZMacOSInstallerClass returns the class object for VZMacOSInstaller.

func (VZMacOSInstallerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacOSInstallerClass) Class ¶

func (vc VZMacOSInstallerClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZMacOSRestoreImage ¶

type VZMacOSRestoreImage struct {
	objectivec.Object
}

Methods ¶

func NewVZMacOSRestoreImage ¶

func NewVZMacOSRestoreImage() VZMacOSRestoreImage

NewVZMacOSRestoreImage creates a new VZMacOSRestoreImage instance.

func VZMacOSRestoreImageFromID ¶

func VZMacOSRestoreImageFromID(id objc.ID) VZMacOSRestoreImage

VZMacOSRestoreImageFromID constructs a VZMacOSRestoreImage from an objc.ID.

func (VZMacOSRestoreImage) Autorelease ¶

func (v VZMacOSRestoreImage) Autorelease() VZMacOSRestoreImage

Autorelease adds the receiver to the current autorelease pool.

func (VZMacOSRestoreImage) CanConfigurations ¶ added in v0.6.0

func (v VZMacOSRestoreImage) CanConfigurations() bool

CanConfigurations reports whether the receiver responds to the private selector _configurations.

func (VZMacOSRestoreImage) Configurations ¶ added in v0.6.0

func (v VZMacOSRestoreImage) Configurations() (foundation.INSArray, error)

Configurations is an exported wrapper for the private property _configurations.

func (VZMacOSRestoreImage) Init ¶

Init initializes the instance.

func (VZMacOSRestoreImage) Supported ¶

func (v VZMacOSRestoreImage) Supported() bool

type VZMacOSRestoreImageClass ¶

type VZMacOSRestoreImageClass struct {
	// contains filtered or unexported fields
}

func GetVZMacOSRestoreImageClass ¶

func GetVZMacOSRestoreImageClass() VZMacOSRestoreImageClass

GetVZMacOSRestoreImageClass returns the class object for VZMacOSRestoreImage.

func (VZMacOSRestoreImageClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacOSRestoreImageClass) CanFetchAvailableImagesWithCompletionHandler ¶ added in v0.6.0

func (_VZMacOSRestoreImageClass VZMacOSRestoreImageClass) CanFetchAvailableImagesWithCompletionHandler() bool

CanFetchAvailableImagesWithCompletionHandler reports whether the receiver responds to the private selector _fetchAvailableImagesWithCompletionHandler:.

func (VZMacOSRestoreImageClass) CanFetchLatestSupportedWithOptionsCompletionHandler ¶ added in v0.6.0

func (_VZMacOSRestoreImageClass VZMacOSRestoreImageClass) CanFetchLatestSupportedWithOptionsCompletionHandler() bool

CanFetchLatestSupportedWithOptionsCompletionHandler reports whether the receiver responds to the private selector _fetchLatestSupportedWithOptions:completionHandler:.

func (VZMacOSRestoreImageClass) CanLoadCatalogWithOptionsCompletionHandler ¶ added in v0.6.0

func (_VZMacOSRestoreImageClass VZMacOSRestoreImageClass) CanLoadCatalogWithOptionsCompletionHandler() bool

CanLoadCatalogWithOptionsCompletionHandler reports whether the receiver responds to the private selector _loadCatalogWithOptions:completionHandler:.

func (VZMacOSRestoreImageClass) CanLoadFileURLDeviceClassParserCompletionHandler ¶ added in v0.6.0

func (_VZMacOSRestoreImageClass VZMacOSRestoreImageClass) CanLoadFileURLDeviceClassParserCompletionHandler() bool

CanLoadFileURLDeviceClassParserCompletionHandler reports whether the receiver responds to the private selector _loadFileURL:deviceClassParser:completionHandler:.

func (VZMacOSRestoreImageClass) Class ¶

func (vc VZMacOSRestoreImageClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

func (VZMacOSRestoreImageClass) FetchAvailableImagesWithCompletionHandler ¶

func (_VZMacOSRestoreImageClass VZMacOSRestoreImageClass) FetchAvailableImagesWithCompletionHandler(handler ErrorHandler) error

FetchAvailableImagesWithCompletionHandler is an exported wrapper for the private method _fetchAvailableImagesWithCompletionHandler.

func (VZMacOSRestoreImageClass) FetchLatestSupportedWithOptionsCompletionHandler ¶

func (_VZMacOSRestoreImageClass VZMacOSRestoreImageClass) FetchLatestSupportedWithOptionsCompletionHandler(options objectivec.IObject, handler ErrorHandler) error

FetchLatestSupportedWithOptionsCompletionHandler is an exported wrapper for the private method _fetchLatestSupportedWithOptionsCompletionHandler.

func (VZMacOSRestoreImageClass) LoadCatalogWithOptionsCompletionHandler ¶

func (_VZMacOSRestoreImageClass VZMacOSRestoreImageClass) LoadCatalogWithOptionsCompletionHandler(options objectivec.IObject, handler ErrorHandler) error

LoadCatalogWithOptionsCompletionHandler is an exported wrapper for the private method _loadCatalogWithOptionsCompletionHandler.

func (VZMacOSRestoreImageClass) LoadFileURLDeviceClassParserCompletionHandler ¶

func (_VZMacOSRestoreImageClass VZMacOSRestoreImageClass) LoadFileURLDeviceClassParserCompletionHandler(url foundation.NSURL, parser objectivec.IObject, handler ErrorHandler) error

LoadFileURLDeviceClassParserCompletionHandler is an exported wrapper for the private method _loadFileURLDeviceClassParserCompletionHandler.

type VZMacOSVirtualMachineStartOptions ¶

type VZMacOSVirtualMachineStartOptions struct {
	VZVirtualMachineStartOptions
}

Methods ¶

func NewVZMacOSVirtualMachineStartOptions ¶

func NewVZMacOSVirtualMachineStartOptions() VZMacOSVirtualMachineStartOptions

NewVZMacOSVirtualMachineStartOptions creates a new VZMacOSVirtualMachineStartOptions instance.

func VZMacOSVirtualMachineStartOptionsFromID ¶

func VZMacOSVirtualMachineStartOptionsFromID(id objc.ID) VZMacOSVirtualMachineStartOptions

VZMacOSVirtualMachineStartOptionsFromID constructs a VZMacOSVirtualMachineStartOptions from an objc.ID.

func (VZMacOSVirtualMachineStartOptions) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacOSVirtualMachineStartOptions) CanForceDFU ¶ added in v0.6.0

func (v VZMacOSVirtualMachineStartOptions) CanForceDFU() bool

CanForceDFU reports whether the receiver responds to the private selector _forceDFU.

func (VZMacOSVirtualMachineStartOptions) CanSetForceDFU ¶ added in v0.6.0

func (v VZMacOSVirtualMachineStartOptions) CanSetForceDFU() bool

CanSetForceDFU reports whether the receiver responds to the private selector _setForceDFU:.

func (VZMacOSVirtualMachineStartOptions) CanSetStopInIBootStage1 ¶ added in v0.6.0

func (v VZMacOSVirtualMachineStartOptions) CanSetStopInIBootStage1() bool

CanSetStopInIBootStage1 reports whether the receiver responds to the private selector _setStopInIBootStage1:.

func (VZMacOSVirtualMachineStartOptions) CanSetStopInIBootStage2 ¶ added in v0.6.0

func (v VZMacOSVirtualMachineStartOptions) CanSetStopInIBootStage2() bool

CanSetStopInIBootStage2 reports whether the receiver responds to the private selector _setStopInIBootStage2:.

func (VZMacOSVirtualMachineStartOptions) CanStopInIBootStage1 ¶ added in v0.6.0

func (v VZMacOSVirtualMachineStartOptions) CanStopInIBootStage1() bool

CanStopInIBootStage1 reports whether the receiver responds to the private selector _stopInIBootStage1.

func (VZMacOSVirtualMachineStartOptions) CanStopInIBootStage2 ¶ added in v0.6.0

func (v VZMacOSVirtualMachineStartOptions) CanStopInIBootStage2() bool

CanStopInIBootStage2 reports whether the receiver responds to the private selector _stopInIBootStage2.

func (VZMacOSVirtualMachineStartOptions) ForceDFU ¶ added in v0.6.0

ForceDFU is an exported wrapper for the private property _forceDFU.

func (VZMacOSVirtualMachineStartOptions) Init ¶

Init initializes the instance.

func (VZMacOSVirtualMachineStartOptions) SetForceDFU ¶

func (v VZMacOSVirtualMachineStartOptions) SetForceDFU(dfu bool) error

SetForceDFU is an exported wrapper for the private method _setForceDFU.

func (VZMacOSVirtualMachineStartOptions) SetStopInIBootStage1 ¶

func (v VZMacOSVirtualMachineStartOptions) SetStopInIBootStage1(stage1 bool) error

SetStopInIBootStage1 is an exported wrapper for the private method _setStopInIBootStage1.

func (VZMacOSVirtualMachineStartOptions) SetStopInIBootStage2 ¶

func (v VZMacOSVirtualMachineStartOptions) SetStopInIBootStage2(stage2 bool) error

SetStopInIBootStage2 is an exported wrapper for the private method _setStopInIBootStage2.

func (VZMacOSVirtualMachineStartOptions) Set_forceDFU ¶

func (v VZMacOSVirtualMachineStartOptions) Set_forceDFU(value bool)

func (VZMacOSVirtualMachineStartOptions) Set_stopInIBootStage1 ¶

func (v VZMacOSVirtualMachineStartOptions) Set_stopInIBootStage1(value bool)

func (VZMacOSVirtualMachineStartOptions) Set_stopInIBootStage2 ¶

func (v VZMacOSVirtualMachineStartOptions) Set_stopInIBootStage2(value bool)

func (VZMacOSVirtualMachineStartOptions) StopInIBootStage1 ¶ added in v0.6.0

func (v VZMacOSVirtualMachineStartOptions) StopInIBootStage1() (bool, error)

StopInIBootStage1 is an exported wrapper for the private property _stopInIBootStage1.

func (VZMacOSVirtualMachineStartOptions) StopInIBootStage2 ¶ added in v0.6.0

func (v VZMacOSVirtualMachineStartOptions) StopInIBootStage2() (bool, error)

StopInIBootStage2 is an exported wrapper for the private property _stopInIBootStage2.

type VZMacOSVirtualMachineStartOptionsClass ¶

type VZMacOSVirtualMachineStartOptionsClass struct {
	// contains filtered or unexported fields
}

func GetVZMacOSVirtualMachineStartOptionsClass ¶

func GetVZMacOSVirtualMachineStartOptionsClass() VZMacOSVirtualMachineStartOptionsClass

GetVZMacOSVirtualMachineStartOptionsClass returns the class object for VZMacOSVirtualMachineStartOptions.

func (VZMacOSVirtualMachineStartOptionsClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacOSVirtualMachineStartOptionsClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacPlatformConfiguration ¶

type VZMacPlatformConfiguration struct {
	VZPlatformConfiguration
}

Methods ¶

func NewVZMacPlatformConfiguration ¶

func NewVZMacPlatformConfiguration() VZMacPlatformConfiguration

NewVZMacPlatformConfiguration creates a new VZMacPlatformConfiguration instance.

func VZMacPlatformConfigurationFromID ¶

func VZMacPlatformConfigurationFromID(id objc.ID) VZMacPlatformConfiguration

VZMacPlatformConfigurationFromID constructs a VZMacPlatformConfiguration from an objc.ID.

func (VZMacPlatformConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacPlatformConfiguration) CanFairPlayEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanFairPlayEnabled() bool

CanFairPlayEnabled reports whether the receiver responds to the private selector _fairPlayEnabled.

func (VZMacPlatformConfiguration) CanFakeEncryptionEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanFakeEncryptionEnabled() bool

CanFakeEncryptionEnabled reports whether the receiver responds to the private selector _fakeEncryptionEnabled.

func (VZMacPlatformConfiguration) CanGuestEncryptionWrappingKey ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanGuestEncryptionWrappingKey() bool

CanGuestEncryptionWrappingKey reports whether the receiver responds to the private selector _guestEncryptionWrappingKey.

func (VZMacPlatformConfiguration) CanHostAttributeShareOptions ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanHostAttributeShareOptions() bool

CanHostAttributeShareOptions reports whether the receiver responds to the private selector _hostAttributeShareOptions.

func (VZMacPlatformConfiguration) CanIsFairPlayEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanIsFairPlayEnabled() bool

CanIsFairPlayEnabled reports whether the receiver responds to the private selector _isFairPlayEnabled.

func (VZMacPlatformConfiguration) CanIsFakeEncryptionEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanIsFakeEncryptionEnabled() bool

CanIsFakeEncryptionEnabled reports whether the receiver responds to the private selector _isFakeEncryptionEnabled.

func (VZMacPlatformConfiguration) CanIsProductionModeEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanIsProductionModeEnabled() bool

CanIsProductionModeEnabled reports whether the receiver responds to the private selector _isProductionModeEnabled.

func (VZMacPlatformConfiguration) CanIsSIODescramblerEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanIsSIODescramblerEnabled() bool

CanIsSIODescramblerEnabled reports whether the receiver responds to the private selector _isSIODescramblerEnabled.

func (VZMacPlatformConfiguration) CanIsStrongIdentityEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanIsStrongIdentityEnabled() bool

CanIsStrongIdentityEnabled reports whether the receiver responds to the private selector _isStrongIdentityEnabled.

func (VZMacPlatformConfiguration) CanProductionModeEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanProductionModeEnabled() bool

CanProductionModeEnabled reports whether the receiver responds to the private selector _productionModeEnabled.

func (VZMacPlatformConfiguration) CanRemoteServiceDiscoveryConfiguration ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanRemoteServiceDiscoveryConfiguration() bool

CanRemoteServiceDiscoveryConfiguration reports whether the receiver responds to the private selector _remoteServiceDiscoveryConfiguration.

func (VZMacPlatformConfiguration) CanSetFairPlayEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanSetFairPlayEnabled() bool

CanSetFairPlayEnabled reports whether the receiver responds to the private selector _setFairPlayEnabled:.

func (VZMacPlatformConfiguration) CanSetFakeEncryptionEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanSetFakeEncryptionEnabled() bool

CanSetFakeEncryptionEnabled reports whether the receiver responds to the private selector _setFakeEncryptionEnabled:.

func (VZMacPlatformConfiguration) CanSetGuestEncryptionWrappingKey ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanSetGuestEncryptionWrappingKey() bool

CanSetGuestEncryptionWrappingKey reports whether the receiver responds to the private selector _setGuestEncryptionWrappingKey:.

func (VZMacPlatformConfiguration) CanSetHostAttributeShareOptions ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanSetHostAttributeShareOptions() bool

CanSetHostAttributeShareOptions reports whether the receiver responds to the private selector _setHostAttributeShareOptions:.

func (VZMacPlatformConfiguration) CanSetProductionModeEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanSetProductionModeEnabled() bool

CanSetProductionModeEnabled reports whether the receiver responds to the private selector _setProductionModeEnabled:.

func (VZMacPlatformConfiguration) CanSetRemoteServiceDiscoveryConfiguration ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanSetRemoteServiceDiscoveryConfiguration() bool

CanSetRemoteServiceDiscoveryConfiguration reports whether the receiver responds to the private selector _setRemoteServiceDiscoveryConfiguration:.

func (VZMacPlatformConfiguration) CanSetSIODescramblerEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanSetSIODescramblerEnabled() bool

CanSetSIODescramblerEnabled reports whether the receiver responds to the private selector _setSIODescramblerEnabled:.

func (VZMacPlatformConfiguration) CanSetStrongIdentityEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanSetStrongIdentityEnabled() bool

CanSetStrongIdentityEnabled reports whether the receiver responds to the private selector _setStrongIdentityEnabled:.

func (VZMacPlatformConfiguration) CanSioDescramblerEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanSioDescramblerEnabled() bool

CanSioDescramblerEnabled reports whether the receiver responds to the private selector _sioDescramblerEnabled.

func (VZMacPlatformConfiguration) CanStrongIdentityEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) CanStrongIdentityEnabled() bool

CanStrongIdentityEnabled reports whether the receiver responds to the private selector _strongIdentityEnabled.

func (VZMacPlatformConfiguration) FairPlayEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) FairPlayEnabled() (bool, error)

FairPlayEnabled is an exported wrapper for the private property _fairPlayEnabled.

func (VZMacPlatformConfiguration) FakeEncryptionEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) FakeEncryptionEnabled() (bool, error)

FakeEncryptionEnabled is an exported wrapper for the private property _fakeEncryptionEnabled.

func (VZMacPlatformConfiguration) GuestEncryptionWrappingKey ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) GuestEncryptionWrappingKey() (IVZWrappingKey, error)

GuestEncryptionWrappingKey is an exported wrapper for the private property _guestEncryptionWrappingKey.

func (VZMacPlatformConfiguration) HostAttributeShareOptions ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) HostAttributeShareOptions() (uint64, error)

HostAttributeShareOptions is an exported wrapper for the private property _hostAttributeShareOptions.

func (VZMacPlatformConfiguration) Init ¶

Init initializes the instance.

func (VZMacPlatformConfiguration) IsFairPlayEnabled ¶

func (v VZMacPlatformConfiguration) IsFairPlayEnabled() (bool, error)

IsFairPlayEnabled is an exported wrapper for the private method _isFairPlayEnabled.

func (VZMacPlatformConfiguration) IsFakeEncryptionEnabled ¶

func (v VZMacPlatformConfiguration) IsFakeEncryptionEnabled() (bool, error)

IsFakeEncryptionEnabled is an exported wrapper for the private method _isFakeEncryptionEnabled.

func (VZMacPlatformConfiguration) IsProductionModeEnabled ¶

func (v VZMacPlatformConfiguration) IsProductionModeEnabled() (bool, error)

IsProductionModeEnabled is an exported wrapper for the private method _isProductionModeEnabled.

func (VZMacPlatformConfiguration) IsSIODescramblerEnabled ¶

func (v VZMacPlatformConfiguration) IsSIODescramblerEnabled() (bool, error)

IsSIODescramblerEnabled is an exported wrapper for the private method _isSIODescramblerEnabled.

func (VZMacPlatformConfiguration) IsStrongIdentityEnabled ¶

func (v VZMacPlatformConfiguration) IsStrongIdentityEnabled() (bool, error)

IsStrongIdentityEnabled is an exported wrapper for the private method _isStrongIdentityEnabled.

func (VZMacPlatformConfiguration) ProductionModeEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) ProductionModeEnabled() (bool, error)

ProductionModeEnabled is an exported wrapper for the private property _productionModeEnabled.

func (VZMacPlatformConfiguration) RemoteServiceDiscoveryConfiguration ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) RemoteServiceDiscoveryConfiguration() (IVZMacRemoteServiceDiscoveryConfiguration, error)

RemoteServiceDiscoveryConfiguration is an exported wrapper for the private property _remoteServiceDiscoveryConfiguration.

func (VZMacPlatformConfiguration) SetFairPlayEnabled ¶

func (v VZMacPlatformConfiguration) SetFairPlayEnabled(enabled bool) error

SetFairPlayEnabled is an exported wrapper for the private method _setFairPlayEnabled.

func (VZMacPlatformConfiguration) SetFakeEncryptionEnabled ¶

func (v VZMacPlatformConfiguration) SetFakeEncryptionEnabled(enabled bool) error

SetFakeEncryptionEnabled is an exported wrapper for the private method _setFakeEncryptionEnabled.

func (VZMacPlatformConfiguration) SetGuestEncryptionWrappingKey ¶

func (v VZMacPlatformConfiguration) SetGuestEncryptionWrappingKey(key objectivec.IObject) error

SetGuestEncryptionWrappingKey is an exported wrapper for the private method _setGuestEncryptionWrappingKey.

func (VZMacPlatformConfiguration) SetHostAttributeShareOptions ¶

func (v VZMacPlatformConfiguration) SetHostAttributeShareOptions(options uint64) error

SetHostAttributeShareOptions is an exported wrapper for the private method _setHostAttributeShareOptions.

func (VZMacPlatformConfiguration) SetProductionModeEnabled ¶

func (v VZMacPlatformConfiguration) SetProductionModeEnabled(enabled bool) error

SetProductionModeEnabled is an exported wrapper for the private method _setProductionModeEnabled.

func (VZMacPlatformConfiguration) SetRemoteServiceDiscoveryConfiguration ¶

func (v VZMacPlatformConfiguration) SetRemoteServiceDiscoveryConfiguration(configuration objectivec.IObject) error

SetRemoteServiceDiscoveryConfiguration is an exported wrapper for the private method _setRemoteServiceDiscoveryConfiguration.

func (VZMacPlatformConfiguration) SetSIODescramblerEnabled ¶

func (v VZMacPlatformConfiguration) SetSIODescramblerEnabled(enabled bool) error

SetSIODescramblerEnabled is an exported wrapper for the private method _setSIODescramblerEnabled.

func (VZMacPlatformConfiguration) SetStrongIdentityEnabled ¶

func (v VZMacPlatformConfiguration) SetStrongIdentityEnabled(enabled bool) error

SetStrongIdentityEnabled is an exported wrapper for the private method _setStrongIdentityEnabled.

func (VZMacPlatformConfiguration) Set_fairPlayEnabled ¶

func (v VZMacPlatformConfiguration) Set_fairPlayEnabled(value bool)

func (VZMacPlatformConfiguration) Set_fakeEncryptionEnabled ¶

func (v VZMacPlatformConfiguration) Set_fakeEncryptionEnabled(value bool)

func (VZMacPlatformConfiguration) Set_guestEncryptionWrappingKey ¶

func (v VZMacPlatformConfiguration) Set_guestEncryptionWrappingKey(value IVZWrappingKey)

func (VZMacPlatformConfiguration) Set_hostAttributeShareOptions ¶

func (v VZMacPlatformConfiguration) Set_hostAttributeShareOptions(value uint64)

func (VZMacPlatformConfiguration) Set_productionModeEnabled ¶

func (v VZMacPlatformConfiguration) Set_productionModeEnabled(value bool)

func (VZMacPlatformConfiguration) Set_remoteServiceDiscoveryConfiguration ¶

func (v VZMacPlatformConfiguration) Set_remoteServiceDiscoveryConfiguration(value IVZMacRemoteServiceDiscoveryConfiguration)

func (VZMacPlatformConfiguration) Set_sioDescramblerEnabled ¶

func (v VZMacPlatformConfiguration) Set_sioDescramblerEnabled(value bool)

func (VZMacPlatformConfiguration) Set_strongIdentityEnabled ¶

func (v VZMacPlatformConfiguration) Set_strongIdentityEnabled(value bool)

func (VZMacPlatformConfiguration) SioDescramblerEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) SioDescramblerEnabled() (bool, error)

SioDescramblerEnabled is an exported wrapper for the private property _sioDescramblerEnabled.

func (VZMacPlatformConfiguration) StrongIdentityEnabled ¶ added in v0.6.0

func (v VZMacPlatformConfiguration) StrongIdentityEnabled() (bool, error)

StrongIdentityEnabled is an exported wrapper for the private property _strongIdentityEnabled.

type VZMacPlatformConfigurationClass ¶

type VZMacPlatformConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZMacPlatformConfigurationClass ¶

func GetVZMacPlatformConfigurationClass() VZMacPlatformConfigurationClass

GetVZMacPlatformConfigurationClass returns the class object for VZMacPlatformConfiguration.

func (VZMacPlatformConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacPlatformConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacRemoteServiceDiscoveryConfiguration ¶

type VZMacRemoteServiceDiscoveryConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZMacRemoteServiceDiscoveryConfiguration ¶

func NewVZMacRemoteServiceDiscoveryConfiguration() VZMacRemoteServiceDiscoveryConfiguration

NewVZMacRemoteServiceDiscoveryConfiguration creates a new VZMacRemoteServiceDiscoveryConfiguration instance.

func VZMacRemoteServiceDiscoveryConfigurationFromID ¶

func VZMacRemoteServiceDiscoveryConfigurationFromID(id objc.ID) VZMacRemoteServiceDiscoveryConfiguration

VZMacRemoteServiceDiscoveryConfigurationFromID constructs a VZMacRemoteServiceDiscoveryConfiguration from an objc.ID.

func (VZMacRemoteServiceDiscoveryConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacRemoteServiceDiscoveryConfiguration) GuestServiceAllowList ¶

func (VZMacRemoteServiceDiscoveryConfiguration) HostServiceAllowList ¶

func (VZMacRemoteServiceDiscoveryConfiguration) Init ¶

Init initializes the instance.

func (VZMacRemoteServiceDiscoveryConfiguration) SetGuestServiceAllowList ¶

func (v VZMacRemoteServiceDiscoveryConfiguration) SetGuestServiceAllowList(value foundation.INSArray)

func (VZMacRemoteServiceDiscoveryConfiguration) SetHostServiceAllowList ¶

func (v VZMacRemoteServiceDiscoveryConfiguration) SetHostServiceAllowList(value foundation.INSArray)

type VZMacRemoteServiceDiscoveryConfigurationClass ¶

type VZMacRemoteServiceDiscoveryConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZMacRemoteServiceDiscoveryConfigurationClass ¶

func GetVZMacRemoteServiceDiscoveryConfigurationClass() VZMacRemoteServiceDiscoveryConfigurationClass

GetVZMacRemoteServiceDiscoveryConfigurationClass returns the class object for _VZMacRemoteServiceDiscoveryConfiguration.

func (VZMacRemoteServiceDiscoveryConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacRemoteServiceDiscoveryConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacScalerAcceleratorDeviceConfiguration ¶

type VZMacScalerAcceleratorDeviceConfiguration struct {
	VZAcceleratorDeviceConfiguration
}

func NewVZMacScalerAcceleratorDeviceConfiguration ¶

func NewVZMacScalerAcceleratorDeviceConfiguration() VZMacScalerAcceleratorDeviceConfiguration

NewVZMacScalerAcceleratorDeviceConfiguration creates a new VZMacScalerAcceleratorDeviceConfiguration instance.

func VZMacScalerAcceleratorDeviceConfigurationFromID ¶

func VZMacScalerAcceleratorDeviceConfigurationFromID(id objc.ID) VZMacScalerAcceleratorDeviceConfiguration

VZMacScalerAcceleratorDeviceConfigurationFromID constructs a VZMacScalerAcceleratorDeviceConfiguration from an objc.ID.

func (VZMacScalerAcceleratorDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacScalerAcceleratorDeviceConfiguration) Init ¶

Init initializes the instance.

type VZMacScalerAcceleratorDeviceConfigurationClass ¶

type VZMacScalerAcceleratorDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZMacScalerAcceleratorDeviceConfigurationClass ¶

func GetVZMacScalerAcceleratorDeviceConfigurationClass() VZMacScalerAcceleratorDeviceConfigurationClass

GetVZMacScalerAcceleratorDeviceConfigurationClass returns the class object for _VZMacScalerAcceleratorDeviceConfiguration.

func (VZMacScalerAcceleratorDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacScalerAcceleratorDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacSerialNumber ¶

type VZMacSerialNumber struct {
	objectivec.Object
}

Methods ¶

func NewVZMacSerialNumber ¶

func NewVZMacSerialNumber() VZMacSerialNumber

NewVZMacSerialNumber creates a new VZMacSerialNumber instance.

func NewVZMacSerialNumberWithString ¶

func NewVZMacSerialNumberWithString(string_ objectivec.IObject) VZMacSerialNumber

func VZMacSerialNumberFromID ¶

func VZMacSerialNumberFromID(id objc.ID) VZMacSerialNumber

VZMacSerialNumberFromID constructs a VZMacSerialNumber from an objc.ID.

func (VZMacSerialNumber) Autorelease ¶

func (v VZMacSerialNumber) Autorelease() VZMacSerialNumber

Autorelease adds the receiver to the current autorelease pool.

func (VZMacSerialNumber) Init ¶

Init initializes the instance.

func (VZMacSerialNumber) InitWithString ¶

func (v VZMacSerialNumber) InitWithString(string_ objectivec.IObject) VZMacSerialNumber

func (VZMacSerialNumber) String ¶

func (v VZMacSerialNumber) String() string

type VZMacSerialNumberClass ¶

type VZMacSerialNumberClass struct {
	// contains filtered or unexported fields
}

func GetVZMacSerialNumberClass ¶

func GetVZMacSerialNumberClass() VZMacSerialNumberClass

GetVZMacSerialNumberClass returns the class object for _VZMacSerialNumber.

func (VZMacSerialNumberClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacSerialNumberClass) Class ¶

func (vc VZMacSerialNumberClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZMacSyntheticBatterySource ¶

type VZMacSyntheticBatterySource struct {
	VZMacBatterySource
}

Methods ¶

func NewVZMacSyntheticBatterySource ¶

func NewVZMacSyntheticBatterySource() VZMacSyntheticBatterySource

NewVZMacSyntheticBatterySource creates a new VZMacSyntheticBatterySource instance.

func VZMacSyntheticBatterySourceFromID ¶

func VZMacSyntheticBatterySourceFromID(id objc.ID) VZMacSyntheticBatterySource

VZMacSyntheticBatterySourceFromID constructs a VZMacSyntheticBatterySource from an objc.ID.

func (VZMacSyntheticBatterySource) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacSyntheticBatterySource) Charge ¶

func (VZMacSyntheticBatterySource) Connectivity ¶

func (v VZMacSyntheticBatterySource) Connectivity() int64

func (VZMacSyntheticBatterySource) Init ¶

Init initializes the instance.

func (VZMacSyntheticBatterySource) SetCharge ¶

func (v VZMacSyntheticBatterySource) SetCharge(value float64)

func (VZMacSyntheticBatterySource) SetConnectivity ¶

func (v VZMacSyntheticBatterySource) SetConnectivity(value int64)

type VZMacSyntheticBatterySourceClass ¶

type VZMacSyntheticBatterySourceClass struct {
	// contains filtered or unexported fields
}

func GetVZMacSyntheticBatterySourceClass ¶

func GetVZMacSyntheticBatterySourceClass() VZMacSyntheticBatterySourceClass

GetVZMacSyntheticBatterySourceClass returns the class object for _VZMacSyntheticBatterySource.

func (VZMacSyntheticBatterySourceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacSyntheticBatterySourceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacTouchIDDeviceConfiguration ¶

type VZMacTouchIDDeviceConfiguration struct {
	VZBiometricDeviceConfiguration
}

func NewVZMacTouchIDDeviceConfiguration ¶

func NewVZMacTouchIDDeviceConfiguration() VZMacTouchIDDeviceConfiguration

NewVZMacTouchIDDeviceConfiguration creates a new VZMacTouchIDDeviceConfiguration instance.

func VZMacTouchIDDeviceConfigurationFromID ¶

func VZMacTouchIDDeviceConfigurationFromID(id objc.ID) VZMacTouchIDDeviceConfiguration

VZMacTouchIDDeviceConfigurationFromID constructs a VZMacTouchIDDeviceConfiguration from an objc.ID.

func (VZMacTouchIDDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacTouchIDDeviceConfiguration) Init ¶

Init initializes the instance.

type VZMacTouchIDDeviceConfigurationClass ¶

type VZMacTouchIDDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZMacTouchIDDeviceConfigurationClass ¶

func GetVZMacTouchIDDeviceConfigurationClass() VZMacTouchIDDeviceConfigurationClass

GetVZMacTouchIDDeviceConfigurationClass returns the class object for _VZMacTouchIDDeviceConfiguration.

func (VZMacTouchIDDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacTouchIDDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacTrackpadConfiguration ¶

type VZMacTrackpadConfiguration struct {
	VZPointingDeviceConfiguration
}

func NewVZMacTrackpadConfiguration ¶

func NewVZMacTrackpadConfiguration() VZMacTrackpadConfiguration

NewVZMacTrackpadConfiguration creates a new VZMacTrackpadConfiguration instance.

func VZMacTrackpadConfigurationFromID ¶

func VZMacTrackpadConfigurationFromID(id objc.ID) VZMacTrackpadConfiguration

VZMacTrackpadConfigurationFromID constructs a VZMacTrackpadConfiguration from an objc.ID.

func (VZMacTrackpadConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacTrackpadConfiguration) Init ¶

Init initializes the instance.

type VZMacTrackpadConfigurationClass ¶

type VZMacTrackpadConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZMacTrackpadConfigurationClass ¶

func GetVZMacTrackpadConfigurationClass() VZMacTrackpadConfigurationClass

GetVZMacTrackpadConfigurationClass returns the class object for VZMacTrackpadConfiguration.

func (VZMacTrackpadConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacTrackpadConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacVideoToolboxDeviceConfiguration ¶

type VZMacVideoToolboxDeviceConfiguration struct {
	VZAcceleratorDeviceConfiguration
}

func NewVZMacVideoToolboxDeviceConfiguration ¶

func NewVZMacVideoToolboxDeviceConfiguration() VZMacVideoToolboxDeviceConfiguration

NewVZMacVideoToolboxDeviceConfiguration creates a new VZMacVideoToolboxDeviceConfiguration instance.

func VZMacVideoToolboxDeviceConfigurationFromID ¶

func VZMacVideoToolboxDeviceConfigurationFromID(id objc.ID) VZMacVideoToolboxDeviceConfiguration

VZMacVideoToolboxDeviceConfigurationFromID constructs a VZMacVideoToolboxDeviceConfiguration from an objc.ID.

func (VZMacVideoToolboxDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacVideoToolboxDeviceConfiguration) Init ¶

Init initializes the instance.

type VZMacVideoToolboxDeviceConfigurationClass ¶

type VZMacVideoToolboxDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZMacVideoToolboxDeviceConfigurationClass ¶

func GetVZMacVideoToolboxDeviceConfigurationClass() VZMacVideoToolboxDeviceConfigurationClass

GetVZMacVideoToolboxDeviceConfigurationClass returns the class object for _VZMacVideoToolboxDeviceConfiguration.

func (VZMacVideoToolboxDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacVideoToolboxDeviceConfigurationClass) CanIsSupported ¶ added in v0.6.0

func (_VZMacVideoToolboxDeviceConfigurationClass VZMacVideoToolboxDeviceConfigurationClass) CanIsSupported() bool

CanIsSupported reports whether the receiver responds to the private selector _isSupported.

func (VZMacVideoToolboxDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (VZMacVideoToolboxDeviceConfigurationClass) IsSupported ¶

func (_VZMacVideoToolboxDeviceConfigurationClass VZMacVideoToolboxDeviceConfigurationClass) IsSupported() (bool, error)

IsSupported is an exported wrapper for the private method _isSupported.

type VZMacWallPowerSourceDevice ¶

type VZMacWallPowerSourceDevice struct {
	VZPowerSourceDevice
}

func NewVZMacWallPowerSourceDevice ¶

func NewVZMacWallPowerSourceDevice() VZMacWallPowerSourceDevice

NewVZMacWallPowerSourceDevice creates a new VZMacWallPowerSourceDevice instance.

func VZMacWallPowerSourceDeviceFromID ¶

func VZMacWallPowerSourceDeviceFromID(id objc.ID) VZMacWallPowerSourceDevice

VZMacWallPowerSourceDeviceFromID constructs a VZMacWallPowerSourceDevice from an objc.ID.

func (VZMacWallPowerSourceDevice) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacWallPowerSourceDevice) Init ¶

Init initializes the instance.

type VZMacWallPowerSourceDeviceClass ¶

type VZMacWallPowerSourceDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZMacWallPowerSourceDeviceClass ¶

func GetVZMacWallPowerSourceDeviceClass() VZMacWallPowerSourceDeviceClass

GetVZMacWallPowerSourceDeviceClass returns the class object for _VZMacWallPowerSourceDevice.

func (VZMacWallPowerSourceDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacWallPowerSourceDeviceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMacWallPowerSourceDeviceConfiguration ¶

type VZMacWallPowerSourceDeviceConfiguration struct {
	VZPowerSourceDeviceConfiguration
}

func NewVZMacWallPowerSourceDeviceConfiguration ¶

func NewVZMacWallPowerSourceDeviceConfiguration() VZMacWallPowerSourceDeviceConfiguration

NewVZMacWallPowerSourceDeviceConfiguration creates a new VZMacWallPowerSourceDeviceConfiguration instance.

func VZMacWallPowerSourceDeviceConfigurationFromID ¶

func VZMacWallPowerSourceDeviceConfigurationFromID(id objc.ID) VZMacWallPowerSourceDeviceConfiguration

VZMacWallPowerSourceDeviceConfigurationFromID constructs a VZMacWallPowerSourceDeviceConfiguration from an objc.ID.

func (VZMacWallPowerSourceDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMacWallPowerSourceDeviceConfiguration) Init ¶

Init initializes the instance.

type VZMacWallPowerSourceDeviceConfigurationClass ¶

type VZMacWallPowerSourceDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZMacWallPowerSourceDeviceConfigurationClass ¶

func GetVZMacWallPowerSourceDeviceConfigurationClass() VZMacWallPowerSourceDeviceConfigurationClass

GetVZMacWallPowerSourceDeviceConfigurationClass returns the class object for _VZMacWallPowerSourceDeviceConfiguration.

func (VZMacWallPowerSourceDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMacWallPowerSourceDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMagnifyEvent ¶

type VZMagnifyEvent struct {
	objectivec.Object
}

Methods ¶

func NewVZMagnifyEvent ¶

func NewVZMagnifyEvent() VZMagnifyEvent

NewVZMagnifyEvent creates a new VZMagnifyEvent instance.

func NewVZMagnifyEventWithEvent ¶

func NewVZMagnifyEventWithEvent(event objectivec.IObject) VZMagnifyEvent

func NewVZMagnifyEventWithMagnificationPhase ¶

func NewVZMagnifyEventWithMagnificationPhase(magnification float64, phase uint64) VZMagnifyEvent

func VZMagnifyEventFromID ¶

func VZMagnifyEventFromID(id objc.ID) VZMagnifyEvent

VZMagnifyEventFromID constructs a VZMagnifyEvent from an objc.ID.

func (VZMagnifyEvent) Autorelease ¶

func (v VZMagnifyEvent) Autorelease() VZMagnifyEvent

Autorelease adds the receiver to the current autorelease pool.

func (VZMagnifyEvent) Init ¶

func (v VZMagnifyEvent) Init() VZMagnifyEvent

Init initializes the instance.

func (VZMagnifyEvent) InitWithEvent ¶

func (v VZMagnifyEvent) InitWithEvent(event objectivec.IObject) VZMagnifyEvent

func (VZMagnifyEvent) InitWithMagnificationPhase ¶

func (v VZMagnifyEvent) InitWithMagnificationPhase(magnification float64, phase uint64) VZMagnifyEvent

func (VZMagnifyEvent) Magnification ¶

func (v VZMagnifyEvent) Magnification() float64

func (VZMagnifyEvent) Phase ¶

func (v VZMagnifyEvent) Phase() uint64

type VZMagnifyEventClass ¶

type VZMagnifyEventClass struct {
	// contains filtered or unexported fields
}

func GetVZMagnifyEventClass ¶

func GetVZMagnifyEventClass() VZMagnifyEventClass

GetVZMagnifyEventClass returns the class object for _VZMagnifyEvent.

func (VZMagnifyEventClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMagnifyEventClass) Class ¶

func (vc VZMagnifyEventClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZMailboxDeviceAttachment ¶

type VZMailboxDeviceAttachment struct {
	objectivec.Object
}

Methods ¶

func NewVZMailboxDeviceAttachment ¶

func NewVZMailboxDeviceAttachment() VZMailboxDeviceAttachment

NewVZMailboxDeviceAttachment creates a new VZMailboxDeviceAttachment instance.

func VZMailboxDeviceAttachmentFromID ¶

func VZMailboxDeviceAttachmentFromID(id objc.ID) VZMailboxDeviceAttachment

VZMailboxDeviceAttachmentFromID constructs a VZMailboxDeviceAttachment from an objc.ID.

func (VZMailboxDeviceAttachment) Attachment ¶ added in v0.6.0

func (v VZMailboxDeviceAttachment) Attachment() (unsafe.Pointer, error)

Attachment is an exported wrapper for the private property _attachment.

func (VZMailboxDeviceAttachment) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMailboxDeviceAttachment) CanAttachment ¶ added in v0.6.0

func (v VZMailboxDeviceAttachment) CanAttachment() bool

CanAttachment reports whether the receiver responds to the private selector _attachment.

func (VZMailboxDeviceAttachment) DebugDescription ¶

func (v VZMailboxDeviceAttachment) DebugDescription() string

func (VZMailboxDeviceAttachment) Description ¶

func (v VZMailboxDeviceAttachment) Description() string

func (VZMailboxDeviceAttachment) Hash ¶

func (VZMailboxDeviceAttachment) Init ¶

Init initializes the instance.

func (VZMailboxDeviceAttachment) Superclass ¶

type VZMailboxDeviceAttachmentClass ¶

type VZMailboxDeviceAttachmentClass struct {
	// contains filtered or unexported fields
}

func GetVZMailboxDeviceAttachmentClass ¶

func GetVZMailboxDeviceAttachmentClass() VZMailboxDeviceAttachmentClass

GetVZMailboxDeviceAttachmentClass returns the class object for _VZMailboxDeviceAttachment.

func (VZMailboxDeviceAttachmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMailboxDeviceAttachmentClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMailboxDeviceConfiguration ¶

type VZMailboxDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZMailboxDeviceConfiguration ¶

func NewVZMailboxDeviceConfiguration() VZMailboxDeviceConfiguration

NewVZMailboxDeviceConfiguration creates a new VZMailboxDeviceConfiguration instance.

func VZMailboxDeviceConfigurationFromID ¶

func VZMailboxDeviceConfigurationFromID(id objc.ID) VZMailboxDeviceConfiguration

VZMailboxDeviceConfigurationFromID constructs a VZMailboxDeviceConfiguration from an objc.ID.

func (VZMailboxDeviceConfiguration) Attachment ¶

func (VZMailboxDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMailboxDeviceConfiguration) CanMailboxDevice ¶ added in v0.6.0

func (v VZMailboxDeviceConfiguration) CanMailboxDevice() bool

CanMailboxDevice reports whether the receiver responds to the private selector _mailboxDevice.

func (VZMailboxDeviceConfiguration) DebugDescription ¶

func (v VZMailboxDeviceConfiguration) DebugDescription() string

func (VZMailboxDeviceConfiguration) Description ¶

func (v VZMailboxDeviceConfiguration) Description() string

func (VZMailboxDeviceConfiguration) Hash ¶

func (VZMailboxDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZMailboxDeviceConfiguration) MailboxDevice ¶ added in v0.6.0

func (v VZMailboxDeviceConfiguration) MailboxDevice() (unsafe.Pointer, error)

MailboxDevice is an exported wrapper for the private property _mailboxDevice.

func (VZMailboxDeviceConfiguration) SetAttachment ¶

func (VZMailboxDeviceConfiguration) Superclass ¶

func (VZMailboxDeviceConfiguration) ValidateWithError ¶

func (v VZMailboxDeviceConfiguration) ValidateWithError() (bool, error)

type VZMailboxDeviceConfigurationClass ¶

type VZMailboxDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZMailboxDeviceConfigurationClass ¶

func GetVZMailboxDeviceConfigurationClass() VZMailboxDeviceConfigurationClass

GetVZMailboxDeviceConfigurationClass returns the class object for _VZMailboxDeviceConfiguration.

func (VZMailboxDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMailboxDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMailboxHandleMailboxDeviceConfiguration ¶

type VZMailboxHandleMailboxDeviceConfiguration struct {
	VZMailboxDeviceConfiguration
}

func NewVZMailboxHandleMailboxDeviceConfiguration ¶

func NewVZMailboxHandleMailboxDeviceConfiguration() VZMailboxHandleMailboxDeviceConfiguration

NewVZMailboxHandleMailboxDeviceConfiguration creates a new VZMailboxHandleMailboxDeviceConfiguration instance.

func VZMailboxHandleMailboxDeviceConfigurationFromID ¶

func VZMailboxHandleMailboxDeviceConfigurationFromID(id objc.ID) VZMailboxHandleMailboxDeviceConfiguration

VZMailboxHandleMailboxDeviceConfigurationFromID constructs a VZMailboxHandleMailboxDeviceConfiguration from an objc.ID.

func (VZMailboxHandleMailboxDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMailboxHandleMailboxDeviceConfiguration) Init ¶

Init initializes the instance.

type VZMailboxHandleMailboxDeviceConfigurationClass ¶

type VZMailboxHandleMailboxDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZMailboxHandleMailboxDeviceConfigurationClass ¶

func GetVZMailboxHandleMailboxDeviceConfigurationClass() VZMailboxHandleMailboxDeviceConfigurationClass

GetVZMailboxHandleMailboxDeviceConfigurationClass returns the class object for _VZMailboxHandleMailboxDeviceConfiguration.

func (VZMailboxHandleMailboxDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMailboxHandleMailboxDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMemory ¶

type VZMemory struct {
	objectivec.Object
}

Methods ¶

func NewVZMemory ¶

func NewVZMemory() VZMemory

NewVZMemory creates a new VZMemory instance.

func VZMemoryFromID ¶

func VZMemoryFromID(id objc.ID) VZMemory

VZMemoryFromID constructs a VZMemory from an objc.ID.

func (VZMemory) Autorelease ¶

func (v VZMemory) Autorelease() VZMemory

Autorelease adds the receiver to the current autorelease pool.

func (VZMemory) Init ¶

func (v VZMemory) Init() VZMemory

Init initializes the instance.

func (VZMemory) Length ¶

func (v VZMemory) Length() uint64

func (VZMemory) MutableBytes ¶

func (v VZMemory) MutableBytes() unsafe.Pointer

func (VZMemory) PhysicalAddress ¶

func (v VZMemory) PhysicalAddress() uint64

type VZMemoryBalloonDevice ¶

type VZMemoryBalloonDevice struct {
	objectivec.Object
}

Methods ¶

  • [VZMemoryBalloonDevice._init]

func NewVZMemoryBalloonDevice ¶

func NewVZMemoryBalloonDevice() VZMemoryBalloonDevice

NewVZMemoryBalloonDevice creates a new VZMemoryBalloonDevice instance.

func VZMemoryBalloonDeviceFromID ¶

func VZMemoryBalloonDeviceFromID(id objc.ID) VZMemoryBalloonDevice

VZMemoryBalloonDeviceFromID constructs a VZMemoryBalloonDevice from an objc.ID.

func (VZMemoryBalloonDevice) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMemoryBalloonDevice) Init ¶

Init initializes the instance.

type VZMemoryBalloonDeviceClass ¶

type VZMemoryBalloonDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZMemoryBalloonDeviceClass ¶

func GetVZMemoryBalloonDeviceClass() VZMemoryBalloonDeviceClass

GetVZMemoryBalloonDeviceClass returns the class object for VZMemoryBalloonDevice.

func (VZMemoryBalloonDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMemoryBalloonDeviceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMemoryBalloonDeviceConfiguration ¶

type VZMemoryBalloonDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZMemoryBalloonDeviceConfiguration ¶

func NewVZMemoryBalloonDeviceConfiguration() VZMemoryBalloonDeviceConfiguration

NewVZMemoryBalloonDeviceConfiguration creates a new VZMemoryBalloonDeviceConfiguration instance.

func VZMemoryBalloonDeviceConfigurationFromID ¶

func VZMemoryBalloonDeviceConfigurationFromID(id objc.ID) VZMemoryBalloonDeviceConfiguration

VZMemoryBalloonDeviceConfigurationFromID constructs a VZMemoryBalloonDeviceConfiguration from an objc.ID.

func (VZMemoryBalloonDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMemoryBalloonDeviceConfiguration) DebugDescription ¶

func (v VZMemoryBalloonDeviceConfiguration) DebugDescription() string

func (VZMemoryBalloonDeviceConfiguration) Description ¶

func (VZMemoryBalloonDeviceConfiguration) Hash ¶

func (VZMemoryBalloonDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZMemoryBalloonDeviceConfiguration) MakeMemoryBalloonDeviceForVirtualMachineMemoryBalloonDeviceIndexMaxTargetMemorySize ¶

func (v VZMemoryBalloonDeviceConfiguration) MakeMemoryBalloonDeviceForVirtualMachineMemoryBalloonDeviceIndexMaxTargetMemorySize(machine objectivec.IObject, index uint64, size uint64) objectivec.IObject

func (VZMemoryBalloonDeviceConfiguration) Superclass ¶

type VZMemoryBalloonDeviceConfigurationClass ¶

type VZMemoryBalloonDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZMemoryBalloonDeviceConfigurationClass ¶

func GetVZMemoryBalloonDeviceConfigurationClass() VZMemoryBalloonDeviceConfigurationClass

GetVZMemoryBalloonDeviceConfigurationClass returns the class object for VZMemoryBalloonDeviceConfiguration.

func (VZMemoryBalloonDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMemoryBalloonDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMemoryClass ¶

type VZMemoryClass struct {
	// contains filtered or unexported fields
}

func GetVZMemoryClass ¶

func GetVZMemoryClass() VZMemoryClass

GetVZMemoryClass returns the class object for _VZMemory.

func (VZMemoryClass) Alloc ¶

func (vc VZMemoryClass) Alloc() VZMemory

Alloc allocates memory for a new instance of the class.

func (VZMemoryClass) Class ¶

func (vc VZMemoryClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZMouse ¶

type VZMouse struct {
	VZPointingDevice
}

Methods ¶

func NewVZMouse ¶

func NewVZMouse() VZMouse

NewVZMouse creates a new VZMouse instance.

func NewVZMouseWithTypeVirtualMachinePointingDeviceIndex ¶

func NewVZMouseWithTypeVirtualMachinePointingDeviceIndex(type_ int64, machine objectivec.IObject, index uint64) VZMouse

func VZMouseFromID ¶

func VZMouseFromID(id objc.ID) VZMouse

VZMouseFromID constructs a VZMouse from an objc.ID.

func (VZMouse) Autorelease ¶

func (v VZMouse) Autorelease() VZMouse

Autorelease adds the receiver to the current autorelease pool.

func (VZMouse) Init ¶

func (v VZMouse) Init() VZMouse

Init initializes the instance.

func (VZMouse) SendMouseEvents ¶

func (v VZMouse) SendMouseEvents(events objectivec.IObject)

type VZMouseClass ¶

type VZMouseClass struct {
	// contains filtered or unexported fields
}

func GetVZMouseClass ¶

func GetVZMouseClass() VZMouseClass

GetVZMouseClass returns the class object for _VZMouse.

func (VZMouseClass) Alloc ¶

func (vc VZMouseClass) Alloc() VZMouse

Alloc allocates memory for a new instance of the class.

func (VZMouseClass) Class ¶

func (vc VZMouseClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZMouseEvent ¶

type VZMouseEvent struct {
	objectivec.Object
}

Methods ¶

func NewVZMouseEvent ¶

func NewVZMouseEvent() VZMouseEvent

NewVZMouseEvent creates a new VZMouseEvent instance.

func NewVZMouseEventWithPressedButtonsDeltaXDeltaY ¶

func NewVZMouseEventWithPressedButtonsDeltaXDeltaY(buttons int64, x float64, y float64) VZMouseEvent

func VZMouseEventFromID ¶

func VZMouseEventFromID(id objc.ID) VZMouseEvent

VZMouseEventFromID constructs a VZMouseEvent from an objc.ID.

func (VZMouseEvent) Autorelease ¶

func (v VZMouseEvent) Autorelease() VZMouseEvent

Autorelease adds the receiver to the current autorelease pool.

func (VZMouseEvent) Init ¶

func (v VZMouseEvent) Init() VZMouseEvent

Init initializes the instance.

func (VZMouseEvent) InitWithPressedButtonsDeltaXDeltaY ¶

func (v VZMouseEvent) InitWithPressedButtonsDeltaXDeltaY(buttons int64, x float64, y float64) VZMouseEvent

type VZMouseEventClass ¶

type VZMouseEventClass struct {
	// contains filtered or unexported fields
}

func GetVZMouseEventClass ¶

func GetVZMouseEventClass() VZMouseEventClass

GetVZMouseEventClass returns the class object for _VZMouseEvent.

func (VZMouseEventClass) Alloc ¶

func (vc VZMouseEventClass) Alloc() VZMouseEvent

Alloc allocates memory for a new instance of the class.

func (VZMouseEventClass) Class ¶

func (vc VZMouseEventClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZMultiTouchDevice ¶

type VZMultiTouchDevice struct {
	objectivec.Object
}

Methods ¶

func NewVZMultiTouchDevice ¶

func NewVZMultiTouchDevice() VZMultiTouchDevice

NewVZMultiTouchDevice creates a new VZMultiTouchDevice instance.

func VZMultiTouchDeviceFromID ¶

func VZMultiTouchDeviceFromID(id objc.ID) VZMultiTouchDevice

VZMultiTouchDeviceFromID constructs a VZMultiTouchDevice from an objc.ID.

func (VZMultiTouchDevice) AssociationIdentifier ¶

func (v VZMultiTouchDevice) AssociationIdentifier() foundation.NSUUID

func (VZMultiTouchDevice) Autorelease ¶

func (v VZMultiTouchDevice) Autorelease() VZMultiTouchDevice

Autorelease adds the receiver to the current autorelease pool.

func (VZMultiTouchDevice) Init ¶

Init initializes the instance.

func (VZMultiTouchDevice) SendMultiTouchEvents ¶

func (v VZMultiTouchDevice) SendMultiTouchEvents(events objectivec.IObject)

type VZMultiTouchDeviceClass ¶

type VZMultiTouchDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZMultiTouchDeviceClass ¶

func GetVZMultiTouchDeviceClass() VZMultiTouchDeviceClass

GetVZMultiTouchDeviceClass returns the class object for _VZMultiTouchDevice.

func (VZMultiTouchDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMultiTouchDeviceClass) Class ¶

func (vc VZMultiTouchDeviceClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZMultiTouchDeviceConfiguration ¶

type VZMultiTouchDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZMultiTouchDeviceConfiguration ¶

func NewVZMultiTouchDeviceConfiguration() VZMultiTouchDeviceConfiguration

NewVZMultiTouchDeviceConfiguration creates a new VZMultiTouchDeviceConfiguration instance.

func VZMultiTouchDeviceConfigurationFromID ¶

func VZMultiTouchDeviceConfigurationFromID(id objc.ID) VZMultiTouchDeviceConfiguration

VZMultiTouchDeviceConfigurationFromID constructs a VZMultiTouchDeviceConfiguration from an objc.ID.

func (VZMultiTouchDeviceConfiguration) AssociationIdentifier ¶

func (v VZMultiTouchDeviceConfiguration) AssociationIdentifier() foundation.NSUUID

func (VZMultiTouchDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZMultiTouchDeviceConfiguration) CanMultiTouchDevice ¶ added in v0.6.0

func (v VZMultiTouchDeviceConfiguration) CanMultiTouchDevice() bool

CanMultiTouchDevice reports whether the receiver responds to the private selector _multiTouchDevice.

func (VZMultiTouchDeviceConfiguration) DebugDescription ¶

func (v VZMultiTouchDeviceConfiguration) DebugDescription() string

func (VZMultiTouchDeviceConfiguration) Description ¶

func (v VZMultiTouchDeviceConfiguration) Description() string

func (VZMultiTouchDeviceConfiguration) Hash ¶

func (VZMultiTouchDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZMultiTouchDeviceConfiguration) MakeMultiTouchDeviceForVirtualMachineMultiTouchDeviceIndex ¶

func (v VZMultiTouchDeviceConfiguration) MakeMultiTouchDeviceForVirtualMachineMultiTouchDeviceIndex(machine objectivec.IObject, index uint64) objectivec.IObject

func (VZMultiTouchDeviceConfiguration) MultiTouchDevice ¶ added in v0.6.0

func (v VZMultiTouchDeviceConfiguration) MultiTouchDevice() (unsafe.Pointer, error)

MultiTouchDevice is an exported wrapper for the private property _multiTouchDevice.

func (VZMultiTouchDeviceConfiguration) SetAssociationIdentifier ¶

func (v VZMultiTouchDeviceConfiguration) SetAssociationIdentifier(value foundation.NSUUID)

func (VZMultiTouchDeviceConfiguration) Superclass ¶

type VZMultiTouchDeviceConfigurationClass ¶

type VZMultiTouchDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZMultiTouchDeviceConfigurationClass ¶

func GetVZMultiTouchDeviceConfigurationClass() VZMultiTouchDeviceConfigurationClass

GetVZMultiTouchDeviceConfigurationClass returns the class object for _VZMultiTouchDeviceConfiguration.

func (VZMultiTouchDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMultiTouchDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZMultiTouchEvent ¶

type VZMultiTouchEvent struct {
	objectivec.Object
}

Methods ¶

func NewVZMultiTouchEvent ¶

func NewVZMultiTouchEvent() VZMultiTouchEvent

NewVZMultiTouchEvent creates a new VZMultiTouchEvent instance.

func NewVZMultiTouchEventWithEventView ¶

func NewVZMultiTouchEventWithEventView(event objectivec.IObject, view objectivec.IObject) VZMultiTouchEvent

func NewVZMultiTouchEventWithTouches ¶

func NewVZMultiTouchEventWithTouches(touches objectivec.IObject) VZMultiTouchEvent

func VZMultiTouchEventFromID ¶

func VZMultiTouchEventFromID(id objc.ID) VZMultiTouchEvent

VZMultiTouchEventFromID constructs a VZMultiTouchEvent from an objc.ID.

func (VZMultiTouchEvent) Autorelease ¶

func (v VZMultiTouchEvent) Autorelease() VZMultiTouchEvent

Autorelease adds the receiver to the current autorelease pool.

func (VZMultiTouchEvent) Init ¶

Init initializes the instance.

func (VZMultiTouchEvent) InitWithEventView ¶

func (v VZMultiTouchEvent) InitWithEventView(event objectivec.IObject, view objectivec.IObject) VZMultiTouchEvent

func (VZMultiTouchEvent) InitWithTouches ¶

func (v VZMultiTouchEvent) InitWithTouches(touches objectivec.IObject) VZMultiTouchEvent

func (VZMultiTouchEvent) Touches ¶

func (v VZMultiTouchEvent) Touches() foundation.INSSet

type VZMultiTouchEventClass ¶

type VZMultiTouchEventClass struct {
	// contains filtered or unexported fields
}

func GetVZMultiTouchEventClass ¶

func GetVZMultiTouchEventClass() VZMultiTouchEventClass

GetVZMultiTouchEventClass returns the class object for _VZMultiTouchEvent.

func (VZMultiTouchEventClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZMultiTouchEventClass) Class ¶

func (vc VZMultiTouchEventClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZMultiTouchEventSender ¶

type VZMultiTouchEventSender interface {
	objectivec.IObject

	// SendMultiTouchEventsMultiTouchDeviceIndex protocol.
	SendMultiTouchEventsMultiTouchDeviceIndex(events unsafe.Pointer, index uint32)
}

_VZMultiTouchEventSender protocol.

type VZMultiTouchEventSenderObject ¶

type VZMultiTouchEventSenderObject struct {
	objectivec.Object
}

VZMultiTouchEventSenderObject wraps an existing Objective-C object that conforms to the VZMultiTouchEventSender protocol.

func VZMultiTouchEventSenderObjectFromID ¶

func VZMultiTouchEventSenderObjectFromID(id objc.ID) VZMultiTouchEventSenderObject

VZMultiTouchEventSenderObjectFromID constructs a VZMultiTouchEventSenderObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (VZMultiTouchEventSenderObject) BaseObject ¶

func (VZMultiTouchEventSenderObject) SendMultiTouchEventsMultiTouchDeviceIndex ¶

func (o VZMultiTouchEventSenderObject) SendMultiTouchEventsMultiTouchDeviceIndex(events unsafe.Pointer, index uint32)

type VZNATNetworkDeviceAttachment ¶

type VZNATNetworkDeviceAttachment struct {
	VZNetworkDeviceAttachment
}

Methods ¶

func NewVZNATNetworkDeviceAttachment ¶

func NewVZNATNetworkDeviceAttachment() VZNATNetworkDeviceAttachment

NewVZNATNetworkDeviceAttachment creates a new VZNATNetworkDeviceAttachment instance.

func VZNATNetworkDeviceAttachmentFromID ¶

func VZNATNetworkDeviceAttachmentFromID(id objc.ID) VZNATNetworkDeviceAttachment

VZNATNetworkDeviceAttachmentFromID constructs a VZNATNetworkDeviceAttachment from an objc.ID.

func (VZNATNetworkDeviceAttachment) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZNATNetworkDeviceAttachment) CanInterfaceIsolationEnabled ¶ added in v0.6.0

func (v VZNATNetworkDeviceAttachment) CanInterfaceIsolationEnabled() bool

CanInterfaceIsolationEnabled reports whether the receiver responds to the private selector _interfaceIsolationEnabled.

func (VZNATNetworkDeviceAttachment) CanSetInterfaceIsolationEnabled ¶ added in v0.6.0

func (v VZNATNetworkDeviceAttachment) CanSetInterfaceIsolationEnabled() bool

CanSetInterfaceIsolationEnabled reports whether the receiver responds to the private selector _setInterfaceIsolationEnabled:.

func (VZNATNetworkDeviceAttachment) Init ¶

Init initializes the instance.

func (VZNATNetworkDeviceAttachment) InterfaceIsolationEnabled ¶ added in v0.6.0

func (v VZNATNetworkDeviceAttachment) InterfaceIsolationEnabled() (bool, error)

InterfaceIsolationEnabled is an exported wrapper for the private property _interfaceIsolationEnabled.

func (VZNATNetworkDeviceAttachment) SetInterfaceIsolationEnabled ¶

func (v VZNATNetworkDeviceAttachment) SetInterfaceIsolationEnabled(enabled bool) error

SetInterfaceIsolationEnabled is an exported wrapper for the private method _setInterfaceIsolationEnabled.

func (VZNATNetworkDeviceAttachment) Set_interfaceIsolationEnabled ¶

func (v VZNATNetworkDeviceAttachment) Set_interfaceIsolationEnabled(value bool)

type VZNATNetworkDeviceAttachmentClass ¶

type VZNATNetworkDeviceAttachmentClass struct {
	// contains filtered or unexported fields
}

func GetVZNATNetworkDeviceAttachmentClass ¶

func GetVZNATNetworkDeviceAttachmentClass() VZNATNetworkDeviceAttachmentClass

GetVZNATNetworkDeviceAttachmentClass returns the class object for VZNATNetworkDeviceAttachment.

func (VZNATNetworkDeviceAttachmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZNATNetworkDeviceAttachmentClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZNetworkBlockDeviceStorageDeviceAttachment ¶

type VZNetworkBlockDeviceStorageDeviceAttachment struct {
	VZStorageDeviceAttachment
}

Methods ¶

func NewVZNetworkBlockDeviceStorageDeviceAttachment ¶

func NewVZNetworkBlockDeviceStorageDeviceAttachment() VZNetworkBlockDeviceStorageDeviceAttachment

NewVZNetworkBlockDeviceStorageDeviceAttachment creates a new VZNetworkBlockDeviceStorageDeviceAttachment instance.

func VZNetworkBlockDeviceStorageDeviceAttachmentFromID ¶

func VZNetworkBlockDeviceStorageDeviceAttachmentFromID(id objc.ID) VZNetworkBlockDeviceStorageDeviceAttachment

VZNetworkBlockDeviceStorageDeviceAttachmentFromID constructs a VZNetworkBlockDeviceStorageDeviceAttachment from an objc.ID.

func (VZNetworkBlockDeviceStorageDeviceAttachment) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZNetworkBlockDeviceStorageDeviceAttachment) ForcedReadOnly ¶

func (VZNetworkBlockDeviceStorageDeviceAttachment) Init ¶

Init initializes the instance.

type VZNetworkBlockDeviceStorageDeviceAttachmentClass ¶

type VZNetworkBlockDeviceStorageDeviceAttachmentClass struct {
	// contains filtered or unexported fields
}

func GetVZNetworkBlockDeviceStorageDeviceAttachmentClass ¶

func GetVZNetworkBlockDeviceStorageDeviceAttachmentClass() VZNetworkBlockDeviceStorageDeviceAttachmentClass

GetVZNetworkBlockDeviceStorageDeviceAttachmentClass returns the class object for VZNetworkBlockDeviceStorageDeviceAttachment.

func (VZNetworkBlockDeviceStorageDeviceAttachmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZNetworkBlockDeviceStorageDeviceAttachmentClass) CanDefaultReadOnly ¶ added in v0.6.0

func (_VZNetworkBlockDeviceStorageDeviceAttachmentClass VZNetworkBlockDeviceStorageDeviceAttachmentClass) CanDefaultReadOnly() bool

CanDefaultReadOnly reports whether the receiver responds to the private selector _defaultReadOnly.

func (VZNetworkBlockDeviceStorageDeviceAttachmentClass) CanDefaultSynchronizationMode ¶ added in v0.6.0

func (_VZNetworkBlockDeviceStorageDeviceAttachmentClass VZNetworkBlockDeviceStorageDeviceAttachmentClass) CanDefaultSynchronizationMode() bool

CanDefaultSynchronizationMode reports whether the receiver responds to the private selector _defaultSynchronizationMode.

func (VZNetworkBlockDeviceStorageDeviceAttachmentClass) CanDefaultTimeout ¶ added in v0.6.0

func (_VZNetworkBlockDeviceStorageDeviceAttachmentClass VZNetworkBlockDeviceStorageDeviceAttachmentClass) CanDefaultTimeout() bool

CanDefaultTimeout reports whether the receiver responds to the private selector _defaultTimeout.

func (VZNetworkBlockDeviceStorageDeviceAttachmentClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (VZNetworkBlockDeviceStorageDeviceAttachmentClass) DefaultReadOnly ¶

func (_VZNetworkBlockDeviceStorageDeviceAttachmentClass VZNetworkBlockDeviceStorageDeviceAttachmentClass) DefaultReadOnly() (bool, error)

DefaultReadOnly is an exported wrapper for the private method _defaultReadOnly.

func (VZNetworkBlockDeviceStorageDeviceAttachmentClass) DefaultSynchronizationMode ¶

func (_VZNetworkBlockDeviceStorageDeviceAttachmentClass VZNetworkBlockDeviceStorageDeviceAttachmentClass) DefaultSynchronizationMode() (int64, error)

DefaultSynchronizationMode is an exported wrapper for the private method _defaultSynchronizationMode.

func (VZNetworkBlockDeviceStorageDeviceAttachmentClass) DefaultTimeout ¶

func (_VZNetworkBlockDeviceStorageDeviceAttachmentClass VZNetworkBlockDeviceStorageDeviceAttachmentClass) DefaultTimeout() (float64, error)

DefaultTimeout is an exported wrapper for the private method _defaultTimeout.

type VZNetworkDevice ¶

type VZNetworkDevice struct {
	objectivec.Object
}

Methods ¶

  • [VZNetworkDevice._type]

func NewVZNetworkDevice ¶

func NewVZNetworkDevice() VZNetworkDevice

NewVZNetworkDevice creates a new VZNetworkDevice instance.

func VZNetworkDeviceFromID ¶

func VZNetworkDeviceFromID(id objc.ID) VZNetworkDevice

VZNetworkDeviceFromID constructs a VZNetworkDevice from an objc.ID.

func (VZNetworkDevice) Autorelease ¶

func (v VZNetworkDevice) Autorelease() VZNetworkDevice

Autorelease adds the receiver to the current autorelease pool.

func (VZNetworkDevice) CanType ¶ added in v0.6.0

func (v VZNetworkDevice) CanType() bool

CanType reports whether the receiver responds to the private selector _type.

func (VZNetworkDevice) Init ¶

Init initializes the instance.

func (VZNetworkDevice) Type ¶ added in v0.6.0

func (v VZNetworkDevice) Type() (int64, error)

Type is an exported wrapper for the private property _type.

type VZNetworkDeviceAttachment ¶

type VZNetworkDeviceAttachment struct {
	objectivec.Object
}

Methods ¶

func NewVZNetworkDeviceAttachment ¶

func NewVZNetworkDeviceAttachment() VZNetworkDeviceAttachment

NewVZNetworkDeviceAttachment creates a new VZNetworkDeviceAttachment instance.

func VZNetworkDeviceAttachmentFromID ¶

func VZNetworkDeviceAttachmentFromID(id objc.ID) VZNetworkDeviceAttachment

VZNetworkDeviceAttachmentFromID constructs a VZNetworkDeviceAttachment from an objc.ID.

func (VZNetworkDeviceAttachment) Attachment ¶ added in v0.6.0

func (v VZNetworkDeviceAttachment) Attachment() (unsafe.Pointer, error)

Attachment is an exported wrapper for the private property _attachment.

func (VZNetworkDeviceAttachment) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZNetworkDeviceAttachment) CanAttachment ¶ added in v0.6.0

func (v VZNetworkDeviceAttachment) CanAttachment() bool

CanAttachment reports whether the receiver responds to the private selector _attachment.

func (VZNetworkDeviceAttachment) DebugDescription ¶

func (v VZNetworkDeviceAttachment) DebugDescription() string

func (VZNetworkDeviceAttachment) Description ¶

func (v VZNetworkDeviceAttachment) Description() string

func (VZNetworkDeviceAttachment) Hash ¶

func (VZNetworkDeviceAttachment) Init ¶

Init initializes the instance.

func (VZNetworkDeviceAttachment) Superclass ¶

type VZNetworkDeviceAttachmentClass ¶

type VZNetworkDeviceAttachmentClass struct {
	// contains filtered or unexported fields
}

func GetVZNetworkDeviceAttachmentClass ¶

func GetVZNetworkDeviceAttachmentClass() VZNetworkDeviceAttachmentClass

GetVZNetworkDeviceAttachmentClass returns the class object for VZNetworkDeviceAttachment.

func (VZNetworkDeviceAttachmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZNetworkDeviceAttachmentClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZNetworkDeviceClass ¶

type VZNetworkDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZNetworkDeviceClass ¶

func GetVZNetworkDeviceClass() VZNetworkDeviceClass

GetVZNetworkDeviceClass returns the class object for VZNetworkDevice.

func (VZNetworkDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZNetworkDeviceClass) Class ¶

func (vc VZNetworkDeviceClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZNetworkDeviceConfiguration ¶

type VZNetworkDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZNetworkDeviceConfiguration ¶

func NewVZNetworkDeviceConfiguration() VZNetworkDeviceConfiguration

NewVZNetworkDeviceConfiguration creates a new VZNetworkDeviceConfiguration instance.

func VZNetworkDeviceConfigurationFromID ¶

func VZNetworkDeviceConfigurationFromID(id objc.ID) VZNetworkDeviceConfiguration

VZNetworkDeviceConfigurationFromID constructs a VZNetworkDeviceConfiguration from an objc.ID.

func (VZNetworkDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZNetworkDeviceConfiguration) CanNetworkDevice ¶ added in v0.6.0

func (v VZNetworkDeviceConfiguration) CanNetworkDevice() bool

CanNetworkDevice reports whether the receiver responds to the private selector _networkDevice.

func (VZNetworkDeviceConfiguration) DebugDescription ¶

func (v VZNetworkDeviceConfiguration) DebugDescription() string

func (VZNetworkDeviceConfiguration) Description ¶

func (v VZNetworkDeviceConfiguration) Description() string

func (VZNetworkDeviceConfiguration) Hash ¶

func (VZNetworkDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZNetworkDeviceConfiguration) MakeNetworkDeviceForVirtualMachineNetworkDeviceIndex ¶

func (v VZNetworkDeviceConfiguration) MakeNetworkDeviceForVirtualMachineNetworkDeviceIndex(machine objectivec.IObject, index uint64) objectivec.IObject

func (VZNetworkDeviceConfiguration) NetworkDevice ¶ added in v0.6.0

func (v VZNetworkDeviceConfiguration) NetworkDevice() (unsafe.Pointer, error)

NetworkDevice is an exported wrapper for the private property _networkDevice.

func (VZNetworkDeviceConfiguration) Superclass ¶

type VZNetworkDeviceConfigurationClass ¶

type VZNetworkDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZNetworkDeviceConfigurationClass ¶

func GetVZNetworkDeviceConfigurationClass() VZNetworkDeviceConfigurationClass

GetVZNetworkDeviceConfigurationClass returns the class object for VZNetworkDeviceConfiguration.

func (VZNetworkDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZNetworkDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZObserverProxy ¶

type VZObserverProxy struct {
	objectivec.Object
}

func NewVZObserverProxy ¶

func NewVZObserverProxy() VZObserverProxy

NewVZObserverProxy creates a new VZObserverProxy instance.

func VZObserverProxyFromID ¶

func VZObserverProxyFromID(id objc.ID) VZObserverProxy

VZObserverProxyFromID constructs a VZObserverProxy from an objc.ID.

func (VZObserverProxy) Autorelease ¶

func (v VZObserverProxy) Autorelease() VZObserverProxy

Autorelease adds the receiver to the current autorelease pool.

func (VZObserverProxy) Init ¶

Init initializes the instance.

type VZObserverProxyClass ¶

type VZObserverProxyClass struct {
	// contains filtered or unexported fields
}

func GetVZObserverProxyClass ¶

func GetVZObserverProxyClass() VZObserverProxyClass

GetVZObserverProxyClass returns the class object for VZObserverProxy.

func (VZObserverProxyClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZObserverProxyClass) Class ¶

func (vc VZObserverProxyClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZOpaqueHIDReports ¶ added in v0.5.4

type VZOpaqueHIDReports struct {
	// contains filtered or unexported fields
}

VZOpaqueHIDReports is the opaque buffer type expected by the private _processHIDReports:forDevice:deviceType: selector.

func UnsafeHIDReports ¶ added in v0.5.4

func UnsafeHIDReports(ptr unsafe.Pointer) VZOpaqueHIDReports

UnsafeHIDReports wraps a private HID reports buffer pointer.

func (VZOpaqueHIDReports) UnsafePointer ¶ added in v0.5.4

func (v VZOpaqueHIDReports) UnsafePointer() unsafe.Pointer

UnsafePointer returns the underlying private ABI pointer.

type VZOpaqueIOHIDEvents ¶ added in v0.5.4

type VZOpaqueIOHIDEvents struct {
	// contains filtered or unexported fields
}

VZOpaqueIOHIDEvents is the opaque buffer type expected by the private VZVirtualMachine selector sendIOHIDEvents:hidDeviceIndex:.

func UnsafeIOHIDEvents ¶ added in v0.5.4

func UnsafeIOHIDEvents(ptr unsafe.Pointer) VZOpaqueIOHIDEvents

UnsafeIOHIDEvents wraps a private IOHID event buffer pointer.

func (VZOpaqueIOHIDEvents) UnsafePointer ¶ added in v0.5.4

func (v VZOpaqueIOHIDEvents) UnsafePointer() unsafe.Pointer

UnsafePointer returns the underlying private ABI pointer.

type VZOpaqueKeyboardEvents ¶ added in v0.5.4

type VZOpaqueKeyboardEvents struct {
	// contains filtered or unexported fields
}

VZOpaqueKeyboardEvents is the opaque buffer type expected by the private VZVirtualMachine selector sendKeyboardEvents:keyboardID:.

The runtime encoding for this selector is `void *`, but the pointed-to memory is not a raw USB HID keyboard report. Treat this as an opaque private ABI contract.

Prefer object-based key injection via [_VZKeyboard.sendKeyEvents:] and [_VZKeyEvent] instead of this raw VM selector.

func UnsafeKeyboardEvents ¶ added in v0.5.4

func UnsafeKeyboardEvents(ptr unsafe.Pointer) VZOpaqueKeyboardEvents

UnsafeKeyboardEvents wraps a private keyboard event buffer pointer.

func (VZOpaqueKeyboardEvents) UnsafePointer ¶ added in v0.5.4

func (v VZOpaqueKeyboardEvents) UnsafePointer() unsafe.Pointer

UnsafePointer returns the underlying private ABI pointer.

type VZOpaqueMouseEvents ¶ added in v0.5.4

type VZOpaqueMouseEvents struct {
	// contains filtered or unexported fields
}

VZOpaqueMouseEvents is the opaque buffer type expected by the private VZVirtualMachine selector sendMouseEvents:pointingDeviceIndex:.

func UnsafeMouseEvents ¶ added in v0.5.4

func UnsafeMouseEvents(ptr unsafe.Pointer) VZOpaqueMouseEvents

UnsafeMouseEvents wraps a private mouse event buffer pointer.

func (VZOpaqueMouseEvents) UnsafePointer ¶ added in v0.5.4

func (v VZOpaqueMouseEvents) UnsafePointer() unsafe.Pointer

UnsafePointer returns the underlying private ABI pointer.

type VZPCIDeviceConfiguration ¶

type VZPCIDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZPCIDeviceConfiguration ¶

func NewVZPCIDeviceConfiguration() VZPCIDeviceConfiguration

NewVZPCIDeviceConfiguration creates a new VZPCIDeviceConfiguration instance.

func VZPCIDeviceConfigurationFromID ¶

func VZPCIDeviceConfigurationFromID(id objc.ID) VZPCIDeviceConfiguration

VZPCIDeviceConfigurationFromID constructs a VZPCIDeviceConfiguration from an objc.ID.

func (VZPCIDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZPCIDeviceConfiguration) DebugDescription ¶

func (v VZPCIDeviceConfiguration) DebugDescription() string

func (VZPCIDeviceConfiguration) Description ¶

func (v VZPCIDeviceConfiguration) Description() string

func (VZPCIDeviceConfiguration) Hash ¶

func (VZPCIDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZPCIDeviceConfiguration) Superclass ¶

func (v VZPCIDeviceConfiguration) Superclass() objectivec.Class

type VZPCIDeviceConfigurationClass ¶

type VZPCIDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZPCIDeviceConfigurationClass ¶

func GetVZPCIDeviceConfigurationClass() VZPCIDeviceConfigurationClass

GetVZPCIDeviceConfigurationClass returns the class object for _VZPCIDeviceConfiguration.

func (VZPCIDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZPCIDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZPCIPassthroughDeviceConfiguration ¶

type VZPCIPassthroughDeviceConfiguration struct {
	VZPCIDeviceConfiguration
}

Methods ¶

func NewVZPCIPassthroughDeviceConfiguration ¶

func NewVZPCIPassthroughDeviceConfiguration() VZPCIPassthroughDeviceConfiguration

NewVZPCIPassthroughDeviceConfiguration creates a new VZPCIPassthroughDeviceConfiguration instance.

func NewVZPCIPassthroughDeviceConfigurationWithDomainBusDeviceFunction ¶

func NewVZPCIPassthroughDeviceConfigurationWithDomainBusDeviceFunction(domain uint32, bus byte, device byte, function byte) VZPCIPassthroughDeviceConfiguration

func VZPCIPassthroughDeviceConfigurationFromID ¶

func VZPCIPassthroughDeviceConfigurationFromID(id objc.ID) VZPCIPassthroughDeviceConfiguration

VZPCIPassthroughDeviceConfigurationFromID constructs a VZPCIPassthroughDeviceConfiguration from an objc.ID.

func (VZPCIPassthroughDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZPCIPassthroughDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZPCIPassthroughDeviceConfiguration) InitWithDomainBusDeviceFunction ¶

func (v VZPCIPassthroughDeviceConfiguration) InitWithDomainBusDeviceFunction(domain uint32, bus byte, device byte, function byte) VZPCIPassthroughDeviceConfiguration

type VZPCIPassthroughDeviceConfigurationClass ¶

type VZPCIPassthroughDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZPCIPassthroughDeviceConfigurationClass ¶

func GetVZPCIPassthroughDeviceConfigurationClass() VZPCIPassthroughDeviceConfigurationClass

GetVZPCIPassthroughDeviceConfigurationClass returns the class object for _VZPCIPassthroughDeviceConfiguration.

func (VZPCIPassthroughDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZPCIPassthroughDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZPL011SerialPortConfiguration ¶

type VZPL011SerialPortConfiguration struct {
	VZSerialPortConfiguration
}

func NewVZPL011SerialPortConfiguration ¶

func NewVZPL011SerialPortConfiguration() VZPL011SerialPortConfiguration

NewVZPL011SerialPortConfiguration creates a new VZPL011SerialPortConfiguration instance.

func VZPL011SerialPortConfigurationFromID ¶

func VZPL011SerialPortConfigurationFromID(id objc.ID) VZPL011SerialPortConfiguration

VZPL011SerialPortConfigurationFromID constructs a VZPL011SerialPortConfiguration from an objc.ID.

func (VZPL011SerialPortConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZPL011SerialPortConfiguration) Init ¶

Init initializes the instance.

type VZPL011SerialPortConfigurationClass ¶

type VZPL011SerialPortConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZPL011SerialPortConfigurationClass ¶

func GetVZPL011SerialPortConfigurationClass() VZPL011SerialPortConfigurationClass

GetVZPL011SerialPortConfigurationClass returns the class object for _VZPL011SerialPortConfiguration.

func (VZPL011SerialPortConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZPL011SerialPortConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZPanicDeviceConfiguration ¶

type VZPanicDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZPanicDeviceConfiguration ¶

func NewVZPanicDeviceConfiguration() VZPanicDeviceConfiguration

NewVZPanicDeviceConfiguration creates a new VZPanicDeviceConfiguration instance.

func VZPanicDeviceConfigurationFromID ¶

func VZPanicDeviceConfigurationFromID(id objc.ID) VZPanicDeviceConfiguration

VZPanicDeviceConfigurationFromID constructs a VZPanicDeviceConfiguration from an objc.ID.

func (VZPanicDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZPanicDeviceConfiguration) DebugDescription ¶

func (v VZPanicDeviceConfiguration) DebugDescription() string

func (VZPanicDeviceConfiguration) Description ¶

func (v VZPanicDeviceConfiguration) Description() string

func (VZPanicDeviceConfiguration) Hash ¶

func (VZPanicDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZPanicDeviceConfiguration) Superclass ¶

type VZPanicDeviceConfigurationClass ¶

type VZPanicDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZPanicDeviceConfigurationClass ¶

func GetVZPanicDeviceConfigurationClass() VZPanicDeviceConfigurationClass

GetVZPanicDeviceConfigurationClass returns the class object for _VZPanicDeviceConfiguration.

func (VZPanicDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZPanicDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZPlatformConfiguration ¶

type VZPlatformConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZPlatformConfiguration ¶

func NewVZPlatformConfiguration() VZPlatformConfiguration

NewVZPlatformConfiguration creates a new VZPlatformConfiguration instance.

func VZPlatformConfigurationFromID ¶

func VZPlatformConfigurationFromID(id objc.ID) VZPlatformConfiguration

VZPlatformConfigurationFromID constructs a VZPlatformConfiguration from an objc.ID.

func (VZPlatformConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZPlatformConfiguration) CanPlatform ¶ added in v0.6.0

func (v VZPlatformConfiguration) CanPlatform() bool

CanPlatform reports whether the receiver responds to the private selector _platform.

func (VZPlatformConfiguration) DebugDescription ¶

func (v VZPlatformConfiguration) DebugDescription() string

func (VZPlatformConfiguration) Description ¶

func (v VZPlatformConfiguration) Description() string

func (VZPlatformConfiguration) Hash ¶

func (VZPlatformConfiguration) Init ¶

Init initializes the instance.

func (VZPlatformConfiguration) Platform ¶ added in v0.6.0

func (v VZPlatformConfiguration) Platform() (unsafe.Pointer, error)

Platform is an exported wrapper for the private property _platform.

func (VZPlatformConfiguration) Superclass ¶

func (v VZPlatformConfiguration) Superclass() objectivec.Class

type VZPlatformConfigurationClass ¶

type VZPlatformConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZPlatformConfigurationClass ¶

func GetVZPlatformConfigurationClass() VZPlatformConfigurationClass

GetVZPlatformConfigurationClass returns the class object for VZPlatformConfiguration.

func (VZPlatformConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZPlatformConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZPluginBridgeInterface ¶

type VZPluginBridgeInterface interface {
	objectivec.IObject
}

_VZPluginBridgeInterface protocol.

type VZPluginBridgeInterfaceObject ¶

type VZPluginBridgeInterfaceObject struct {
	objectivec.Object
}

VZPluginBridgeInterfaceObject wraps an existing Objective-C object that conforms to the VZPluginBridgeInterface protocol.

func VZPluginBridgeInterfaceObjectFromID ¶

func VZPluginBridgeInterfaceObjectFromID(id objc.ID) VZPluginBridgeInterfaceObject

VZPluginBridgeInterfaceObjectFromID constructs a VZPluginBridgeInterfaceObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (VZPluginBridgeInterfaceObject) BaseObject ¶

type VZPluginConnectionDelegate ¶

type VZPluginConnectionDelegate interface {
	objectivec.IObject

	// InvalidateConnection protocol.
	InvalidateConnection()
}

_VZPluginConnectionDelegate protocol.

type VZPluginConnectionDelegateConfig ¶

type VZPluginConnectionDelegateConfig struct {

	// Other Methods
	InvalidateConnection func()
}

VZPluginConnectionDelegateConfig holds optional typed callbacks for [_VZPluginConnectionDelegate] methods. Set non-nil fields to register the corresponding Objective-C delegate method. Methods with nil callbacks are not registered, so [NSObject.RespondsToSelector] returns false for them — matching the Objective-C delegate pattern exactly.

type VZPluginConnectionDelegateObject ¶

type VZPluginConnectionDelegateObject struct {
	objectivec.Object
}

VZPluginConnectionDelegateObject wraps an existing Objective-C object that conforms to the VZPluginConnectionDelegate protocol.

func NewVZPluginConnectionDelegate ¶

func NewVZPluginConnectionDelegate(config VZPluginConnectionDelegateConfig) VZPluginConnectionDelegateObject

NewVZPluginConnectionDelegate creates an Objective-C object implementing the [_VZPluginConnectionDelegate] protocol.

Each call registers a unique Objective-C class containing only the methods set in config. This means [NSObject.RespondsToSelector] works correctly for optional delegate methods — only non-nil callbacks are registered.

The returned VZPluginConnectionDelegateObject satisfies the VZPluginConnectionDelegate interface and can be passed directly to SetDelegate and similar methods.

func VZPluginConnectionDelegateObjectFromID ¶

func VZPluginConnectionDelegateObjectFromID(id objc.ID) VZPluginConnectionDelegateObject

VZPluginConnectionDelegateObjectFromID constructs a VZPluginConnectionDelegateObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (VZPluginConnectionDelegateObject) BaseObject ¶

func (VZPluginConnectionDelegateObject) HandleConnectionError ¶

func (o VZPluginConnectionDelegateObject) HandleConnectionError(error_ objectivec.IObject)

func (VZPluginConnectionDelegateObject) InvalidateConnection ¶

func (o VZPluginConnectionDelegateObject) InvalidateConnection()

type VZPluginService ¶

type VZPluginService struct {
	objectivec.Object
}

func NewVZPluginService ¶

func NewVZPluginService() VZPluginService

NewVZPluginService creates a new VZPluginService instance.

func VZPluginServiceFromID ¶

func VZPluginServiceFromID(id objc.ID) VZPluginService

VZPluginServiceFromID constructs a VZPluginService from an objc.ID.

func (VZPluginService) Autorelease ¶

func (v VZPluginService) Autorelease() VZPluginService

Autorelease adds the receiver to the current autorelease pool.

func (VZPluginService) Init ¶

Init initializes the instance.

type VZPluginServiceClass ¶

type VZPluginServiceClass struct {
	// contains filtered or unexported fields
}

func GetVZPluginServiceClass ¶

func GetVZPluginServiceClass() VZPluginServiceClass

GetVZPluginServiceClass returns the class object for _VZPluginService.

func (VZPluginServiceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZPluginServiceClass) Class ¶

func (vc VZPluginServiceClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

func (VZPluginServiceClass) XpcMain ¶

func (_VZPluginServiceClass VZPluginServiceClass) XpcMain() int

type VZPointingDevice ¶

type VZPointingDevice struct {
	objectivec.Object
}

Methods ¶

func NewVZPointingDevice ¶

func NewVZPointingDevice() VZPointingDevice

NewVZPointingDevice creates a new VZPointingDevice instance.

func NewVZPointingDeviceWithTypeVirtualMachinePointingDeviceIndex ¶

func NewVZPointingDeviceWithTypeVirtualMachinePointingDeviceIndex(type_ int64, machine objectivec.IObject, index uint64) VZPointingDevice

func VZPointingDeviceFromID ¶

func VZPointingDeviceFromID(id objc.ID) VZPointingDevice

VZPointingDeviceFromID constructs a VZPointingDevice from an objc.ID.

func (VZPointingDevice) Autorelease ¶

func (v VZPointingDevice) Autorelease() VZPointingDevice

Autorelease adds the receiver to the current autorelease pool.

func (VZPointingDevice) Init ¶

Init initializes the instance.

func (VZPointingDevice) InitWithTypeVirtualMachinePointingDeviceIndex ¶

func (v VZPointingDevice) InitWithTypeVirtualMachinePointingDeviceIndex(type_ int64, machine objectivec.IObject, index uint64) VZPointingDevice

func (VZPointingDevice) SendMagnifyEvents ¶

func (v VZPointingDevice) SendMagnifyEvents(events objectivec.IObject)

func (VZPointingDevice) SendQuickLookEvents ¶

func (v VZPointingDevice) SendQuickLookEvents(events objectivec.IObject)

func (VZPointingDevice) SendRotationEvents ¶

func (v VZPointingDevice) SendRotationEvents(events objectivec.IObject)

func (VZPointingDevice) SendScrollWheelEvents ¶

func (v VZPointingDevice) SendScrollWheelEvents(events objectivec.IObject)

func (VZPointingDevice) SendSmartMagnifyEvents ¶

func (v VZPointingDevice) SendSmartMagnifyEvents(events objectivec.IObject)

func (VZPointingDevice) Type ¶

func (v VZPointingDevice) Type() int64

type VZPointingDeviceClass ¶

type VZPointingDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZPointingDeviceClass ¶

func GetVZPointingDeviceClass() VZPointingDeviceClass

GetVZPointingDeviceClass returns the class object for _VZPointingDevice.

func (VZPointingDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZPointingDeviceClass) Class ¶

func (vc VZPointingDeviceClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

func (VZPointingDeviceClass) RequiresGrabbingMouseInput ¶

func (_VZPointingDeviceClass VZPointingDeviceClass) RequiresGrabbingMouseInput() bool

type VZPointingDeviceConfiguration ¶

type VZPointingDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZPointingDeviceConfiguration ¶

func NewVZPointingDeviceConfiguration() VZPointingDeviceConfiguration

NewVZPointingDeviceConfiguration creates a new VZPointingDeviceConfiguration instance.

func VZPointingDeviceConfigurationFromID ¶

func VZPointingDeviceConfigurationFromID(id objc.ID) VZPointingDeviceConfiguration

VZPointingDeviceConfigurationFromID constructs a VZPointingDeviceConfiguration from an objc.ID.

func (VZPointingDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZPointingDeviceConfiguration) CanPointingDevice ¶ added in v0.6.0

func (v VZPointingDeviceConfiguration) CanPointingDevice() bool

CanPointingDevice reports whether the receiver responds to the private selector _pointingDevice.

func (VZPointingDeviceConfiguration) DebugDescription ¶

func (v VZPointingDeviceConfiguration) DebugDescription() string

func (VZPointingDeviceConfiguration) Description ¶

func (v VZPointingDeviceConfiguration) Description() string

func (VZPointingDeviceConfiguration) Hash ¶

func (VZPointingDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZPointingDeviceConfiguration) MakePointingDeviceForVirtualMachinePointingDeviceIndex ¶

func (v VZPointingDeviceConfiguration) MakePointingDeviceForVirtualMachinePointingDeviceIndex(machine objectivec.IObject, index uint64) objectivec.IObject

func (VZPointingDeviceConfiguration) PointingDevice ¶ added in v0.6.0

func (v VZPointingDeviceConfiguration) PointingDevice() (int, error)

PointingDevice is an exported wrapper for the private property _pointingDevice.

func (VZPointingDeviceConfiguration) Superclass ¶

type VZPointingDeviceConfigurationClass ¶

type VZPointingDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZPointingDeviceConfigurationClass ¶

func GetVZPointingDeviceConfigurationClass() VZPointingDeviceConfigurationClass

GetVZPointingDeviceConfigurationClass returns the class object for VZPointingDeviceConfiguration.

func (VZPointingDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZPointingDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZPointingEventSender ¶

type VZPointingEventSender interface {
	objectivec.IObject

	// SendDigitizerEventsPointingDeviceIndex protocol.
	SendDigitizerEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

	// SendMagnifyEventsPointingDeviceIndex protocol.
	SendMagnifyEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

	// SendMouseEventsPointingDeviceIndex protocol.
	SendMouseEventsPointingDeviceIndex(events VZOpaqueMouseEvents, index uint32)

	// SendQuickLookEventsPointingDeviceIndex protocol.
	SendQuickLookEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

	// SendRotationEventsPointingDeviceIndex protocol.
	SendRotationEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

	// SendScrollWheelEventsPointingDeviceIndex protocol.
	SendScrollWheelEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

	// SendSmartMagnifyEventsPointingDeviceIndex protocol.
	SendSmartMagnifyEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)
}

_VZPointingEventSender protocol.

type VZPointingEventSenderObject ¶

type VZPointingEventSenderObject struct {
	objectivec.Object
}

VZPointingEventSenderObject wraps an existing Objective-C object that conforms to the VZPointingEventSender protocol.

func VZPointingEventSenderObjectFromID ¶

func VZPointingEventSenderObjectFromID(id objc.ID) VZPointingEventSenderObject

VZPointingEventSenderObjectFromID constructs a VZPointingEventSenderObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (VZPointingEventSenderObject) BaseObject ¶

func (VZPointingEventSenderObject) SendDigitizerEventsPointingDeviceIndex ¶

func (o VZPointingEventSenderObject) SendDigitizerEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

func (VZPointingEventSenderObject) SendMagnifyEventsPointingDeviceIndex ¶

func (o VZPointingEventSenderObject) SendMagnifyEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

func (VZPointingEventSenderObject) SendMouseEventsPointingDeviceIndex ¶

func (o VZPointingEventSenderObject) SendMouseEventsPointingDeviceIndex(events VZOpaqueMouseEvents, index uint32)

func (VZPointingEventSenderObject) SendPointerNSEventPointingDeviceIndex ¶

func (o VZPointingEventSenderObject) SendPointerNSEventPointingDeviceIndex(nSEvent objectivec.IObject, index uint32)

func (VZPointingEventSenderObject) SendQuickLookEventsPointingDeviceIndex ¶

func (o VZPointingEventSenderObject) SendQuickLookEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

func (VZPointingEventSenderObject) SendRotationEventsPointingDeviceIndex ¶

func (o VZPointingEventSenderObject) SendRotationEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

func (VZPointingEventSenderObject) SendScrollWheelEventsPointingDeviceIndex ¶

func (o VZPointingEventSenderObject) SendScrollWheelEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

func (VZPointingEventSenderObject) SendSmartMagnifyEventsPointingDeviceIndex ¶

func (o VZPointingEventSenderObject) SendSmartMagnifyEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

type VZPowerSourceDevice ¶

type VZPowerSourceDevice struct {
	objectivec.Object
}

Methods ¶

  • [VZPowerSourceDevice._init]

func NewVZPowerSourceDevice ¶

func NewVZPowerSourceDevice() VZPowerSourceDevice

NewVZPowerSourceDevice creates a new VZPowerSourceDevice instance.

func VZPowerSourceDeviceFromID ¶

func VZPowerSourceDeviceFromID(id objc.ID) VZPowerSourceDevice

VZPowerSourceDeviceFromID constructs a VZPowerSourceDevice from an objc.ID.

func (VZPowerSourceDevice) Autorelease ¶

func (v VZPowerSourceDevice) Autorelease() VZPowerSourceDevice

Autorelease adds the receiver to the current autorelease pool.

func (VZPowerSourceDevice) Init ¶

Init initializes the instance.

type VZPowerSourceDeviceClass ¶

type VZPowerSourceDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZPowerSourceDeviceClass ¶

func GetVZPowerSourceDeviceClass() VZPowerSourceDeviceClass

GetVZPowerSourceDeviceClass returns the class object for _VZPowerSourceDevice.

func (VZPowerSourceDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZPowerSourceDeviceClass) Class ¶

func (vc VZPowerSourceDeviceClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZPowerSourceDeviceConfiguration ¶

type VZPowerSourceDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZPowerSourceDeviceConfiguration ¶

func NewVZPowerSourceDeviceConfiguration() VZPowerSourceDeviceConfiguration

NewVZPowerSourceDeviceConfiguration creates a new VZPowerSourceDeviceConfiguration instance.

func VZPowerSourceDeviceConfigurationFromID ¶

func VZPowerSourceDeviceConfigurationFromID(id objc.ID) VZPowerSourceDeviceConfiguration

VZPowerSourceDeviceConfigurationFromID constructs a VZPowerSourceDeviceConfiguration from an objc.ID.

func (VZPowerSourceDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZPowerSourceDeviceConfiguration) CanPowerSourceDevice ¶ added in v0.6.0

func (v VZPowerSourceDeviceConfiguration) CanPowerSourceDevice() bool

CanPowerSourceDevice reports whether the receiver responds to the private selector _powerSourceDevice.

func (VZPowerSourceDeviceConfiguration) DebugDescription ¶

func (v VZPowerSourceDeviceConfiguration) DebugDescription() string

func (VZPowerSourceDeviceConfiguration) Description ¶

func (v VZPowerSourceDeviceConfiguration) Description() string

func (VZPowerSourceDeviceConfiguration) Hash ¶

func (VZPowerSourceDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZPowerSourceDeviceConfiguration) MakePowerSourceDeviceForVirtualMachinePowerSourceDeviceIndex ¶

func (v VZPowerSourceDeviceConfiguration) MakePowerSourceDeviceForVirtualMachinePowerSourceDeviceIndex(machine objectivec.IObject, index uint64) objectivec.IObject

func (VZPowerSourceDeviceConfiguration) PowerSourceDevice ¶ added in v0.6.0

func (v VZPowerSourceDeviceConfiguration) PowerSourceDevice() (unsafe.Pointer, error)

PowerSourceDevice is an exported wrapper for the private property _powerSourceDevice.

func (VZPowerSourceDeviceConfiguration) Superclass ¶

type VZPowerSourceDeviceConfigurationClass ¶

type VZPowerSourceDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZPowerSourceDeviceConfigurationClass ¶

func GetVZPowerSourceDeviceConfigurationClass() VZPowerSourceDeviceConfigurationClass

GetVZPowerSourceDeviceConfigurationClass returns the class object for _VZPowerSourceDeviceConfiguration.

func (VZPowerSourceDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZPowerSourceDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZPvPanicDeviceConfiguration ¶

type VZPvPanicDeviceConfiguration struct {
	VZPanicDeviceConfiguration
}

func NewVZPvPanicDeviceConfiguration ¶

func NewVZPvPanicDeviceConfiguration() VZPvPanicDeviceConfiguration

NewVZPvPanicDeviceConfiguration creates a new VZPvPanicDeviceConfiguration instance.

func VZPvPanicDeviceConfigurationFromID ¶

func VZPvPanicDeviceConfigurationFromID(id objc.ID) VZPvPanicDeviceConfiguration

VZPvPanicDeviceConfigurationFromID constructs a VZPvPanicDeviceConfiguration from an objc.ID.

func (VZPvPanicDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZPvPanicDeviceConfiguration) Init ¶

Init initializes the instance.

type VZPvPanicDeviceConfigurationClass ¶

type VZPvPanicDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZPvPanicDeviceConfigurationClass ¶

func GetVZPvPanicDeviceConfigurationClass() VZPvPanicDeviceConfigurationClass

GetVZPvPanicDeviceConfigurationClass returns the class object for _VZPvPanicDeviceConfiguration.

func (VZPvPanicDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZPvPanicDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZQuickLookEvent ¶

type VZQuickLookEvent struct {
	objectivec.Object
}

Methods ¶

func NewVZQuickLookEvent ¶

func NewVZQuickLookEvent() VZQuickLookEvent

NewVZQuickLookEvent creates a new VZQuickLookEvent instance.

func NewVZQuickLookEventWithEvent ¶

func NewVZQuickLookEventWithEvent(event objectivec.IObject) VZQuickLookEvent

func VZQuickLookEventFromID ¶

func VZQuickLookEventFromID(id objc.ID) VZQuickLookEvent

VZQuickLookEventFromID constructs a VZQuickLookEvent from an objc.ID.

func (VZQuickLookEvent) Autorelease ¶

func (v VZQuickLookEvent) Autorelease() VZQuickLookEvent

Autorelease adds the receiver to the current autorelease pool.

func (VZQuickLookEvent) Init ¶

Init initializes the instance.

func (VZQuickLookEvent) InitWithEvent ¶

func (v VZQuickLookEvent) InitWithEvent(event objectivec.IObject) VZQuickLookEvent

type VZQuickLookEventClass ¶

type VZQuickLookEventClass struct {
	// contains filtered or unexported fields
}

func GetVZQuickLookEventClass ¶

func GetVZQuickLookEventClass() VZQuickLookEventClass

GetVZQuickLookEventClass returns the class object for _VZQuickLookEvent.

func (VZQuickLookEventClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZQuickLookEventClass) Class ¶

func (vc VZQuickLookEventClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZRotationEvent ¶

type VZRotationEvent struct {
	objectivec.Object
}

Methods ¶

func NewVZRotationEvent ¶

func NewVZRotationEvent() VZRotationEvent

NewVZRotationEvent creates a new VZRotationEvent instance.

func NewVZRotationEventWithEvent ¶

func NewVZRotationEventWithEvent(event objectivec.IObject) VZRotationEvent

func NewVZRotationEventWithRotationPhase ¶

func NewVZRotationEventWithRotationPhase(rotation float64, phase uint64) VZRotationEvent

func VZRotationEventFromID ¶

func VZRotationEventFromID(id objc.ID) VZRotationEvent

VZRotationEventFromID constructs a VZRotationEvent from an objc.ID.

func (VZRotationEvent) Autorelease ¶

func (v VZRotationEvent) Autorelease() VZRotationEvent

Autorelease adds the receiver to the current autorelease pool.

func (VZRotationEvent) Init ¶

Init initializes the instance.

func (VZRotationEvent) InitWithEvent ¶

func (v VZRotationEvent) InitWithEvent(event objectivec.IObject) VZRotationEvent

func (VZRotationEvent) InitWithRotationPhase ¶

func (v VZRotationEvent) InitWithRotationPhase(rotation float64, phase uint64) VZRotationEvent

func (VZRotationEvent) Phase ¶

func (v VZRotationEvent) Phase() uint64

func (VZRotationEvent) Rotation ¶

func (v VZRotationEvent) Rotation() float64

type VZRotationEventClass ¶

type VZRotationEventClass struct {
	// contains filtered or unexported fields
}

func GetVZRotationEventClass ¶

func GetVZRotationEventClass() VZRotationEventClass

GetVZRotationEventClass returns the class object for _VZRotationEvent.

func (VZRotationEventClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZRotationEventClass) Class ¶

func (vc VZRotationEventClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZSEPCoprocessor ¶

type VZSEPCoprocessor struct {
	VZCoprocessor
}

Methods ¶

func NewVZSEPCoprocessor ¶

func NewVZSEPCoprocessor() VZSEPCoprocessor

NewVZSEPCoprocessor creates a new VZSEPCoprocessor instance.

func VZSEPCoprocessorFromID ¶

func VZSEPCoprocessorFromID(id objc.ID) VZSEPCoprocessor

VZSEPCoprocessorFromID constructs a VZSEPCoprocessor from an objc.ID.

func (VZSEPCoprocessor) Autorelease ¶

func (v VZSEPCoprocessor) Autorelease() VZSEPCoprocessor

Autorelease adds the receiver to the current autorelease pool.

func (VZSEPCoprocessor) DebugStub ¶

func (v VZSEPCoprocessor) DebugStub() IVZDebugStub

func (VZSEPCoprocessor) Init ¶

Init initializes the instance.

type VZSEPCoprocessorClass ¶

type VZSEPCoprocessorClass struct {
	// contains filtered or unexported fields
}

func GetVZSEPCoprocessorClass ¶

func GetVZSEPCoprocessorClass() VZSEPCoprocessorClass

GetVZSEPCoprocessorClass returns the class object for _VZSEPCoprocessor.

func (VZSEPCoprocessorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZSEPCoprocessorClass) Class ¶

func (vc VZSEPCoprocessorClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZSEPCoprocessorConfiguration ¶

type VZSEPCoprocessorConfiguration struct {
	VZCoprocessorConfiguration
}

Methods ¶

func NewVZSEPCoprocessorConfiguration ¶

func NewVZSEPCoprocessorConfiguration() VZSEPCoprocessorConfiguration

NewVZSEPCoprocessorConfiguration creates a new VZSEPCoprocessorConfiguration instance.

func NewVZSEPCoprocessorConfigurationWithStorage ¶

func NewVZSEPCoprocessorConfigurationWithStorage(storage objectivec.IObject) VZSEPCoprocessorConfiguration

func NewVZSEPCoprocessorConfigurationWithStorageURL ¶

func NewVZSEPCoprocessorConfigurationWithStorageURL(url foundation.NSURL) VZSEPCoprocessorConfiguration

func VZSEPCoprocessorConfigurationFromID ¶

func VZSEPCoprocessorConfigurationFromID(id objc.ID) VZSEPCoprocessorConfiguration

VZSEPCoprocessorConfigurationFromID constructs a VZSEPCoprocessorConfiguration from an objc.ID.

func (VZSEPCoprocessorConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZSEPCoprocessorConfiguration) DebugStub ¶

func (VZSEPCoprocessorConfiguration) Init ¶

Init initializes the instance.

func (VZSEPCoprocessorConfiguration) InitWithStorage ¶

func (VZSEPCoprocessorConfiguration) InitWithStorageURL ¶

func (VZSEPCoprocessorConfiguration) RomBinaryURL ¶

func (VZSEPCoprocessorConfiguration) SetDebugStub ¶

func (VZSEPCoprocessorConfiguration) SetRomBinaryURL ¶

func (v VZSEPCoprocessorConfiguration) SetRomBinaryURL(value foundation.NSURL)

func (VZSEPCoprocessorConfiguration) Storage ¶

type VZSEPCoprocessorConfigurationClass ¶

type VZSEPCoprocessorConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZSEPCoprocessorConfigurationClass ¶

func GetVZSEPCoprocessorConfigurationClass() VZSEPCoprocessorConfigurationClass

GetVZSEPCoprocessorConfigurationClass returns the class object for _VZSEPCoprocessorConfiguration.

func (VZSEPCoprocessorConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZSEPCoprocessorConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZSEPStorage ¶

type VZSEPStorage struct {
	objectivec.Object
}

Methods ¶

func NewVZSEPStorage ¶

func NewVZSEPStorage() VZSEPStorage

NewVZSEPStorage creates a new VZSEPStorage instance.

func NewVZSEPStorageCreatingStorageAtURLError ¶

func NewVZSEPStorageCreatingStorageAtURLError(url foundation.NSURL) (VZSEPStorage, error)

func NewVZSEPStorageWithURL ¶

func NewVZSEPStorageWithURL(url foundation.NSURL) VZSEPStorage

func VZSEPStorageFromID ¶

func VZSEPStorageFromID(id objc.ID) VZSEPStorage

VZSEPStorageFromID constructs a VZSEPStorage from an objc.ID.

func (VZSEPStorage) Autorelease ¶

func (v VZSEPStorage) Autorelease() VZSEPStorage

Autorelease adds the receiver to the current autorelease pool.

func (VZSEPStorage) Init ¶

func (v VZSEPStorage) Init() VZSEPStorage

Init initializes the instance.

func (VZSEPStorage) InitCreatingStorageAtURLError ¶

func (v VZSEPStorage) InitCreatingStorageAtURLError(url foundation.NSURL) (VZSEPStorage, error)

func (VZSEPStorage) InitWithURL ¶

func (v VZSEPStorage) InitWithURL(url foundation.NSURL) VZSEPStorage

func (VZSEPStorage) URL ¶

func (v VZSEPStorage) URL() foundation.NSURL

type VZSEPStorageClass ¶

type VZSEPStorageClass struct {
	// contains filtered or unexported fields
}

func GetVZSEPStorageClass ¶

func GetVZSEPStorageClass() VZSEPStorageClass

GetVZSEPStorageClass returns the class object for _VZSEPStorage.

func (VZSEPStorageClass) Alloc ¶

func (vc VZSEPStorageClass) Alloc() VZSEPStorage

Alloc allocates memory for a new instance of the class.

func (VZSEPStorageClass) Class ¶

func (vc VZSEPStorageClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZScreenCoordinatePointerEvent ¶

type VZScreenCoordinatePointerEvent struct {
	objectivec.Object
}

Methods ¶

func NewVZScreenCoordinatePointerEvent ¶

func NewVZScreenCoordinatePointerEvent() VZScreenCoordinatePointerEvent

NewVZScreenCoordinatePointerEvent creates a new VZScreenCoordinatePointerEvent instance.

func NewVZScreenCoordinatePointerEventWithEventView ¶

func NewVZScreenCoordinatePointerEventWithEventView(event objectivec.IObject, view objectivec.IObject) VZScreenCoordinatePointerEvent

func NewVZScreenCoordinatePointerEventWithLocationPressedButtons ¶

func NewVZScreenCoordinatePointerEventWithLocationPressedButtons(location corefoundation.CGPoint, buttons int64) VZScreenCoordinatePointerEvent

func VZScreenCoordinatePointerEventFromID ¶

func VZScreenCoordinatePointerEventFromID(id objc.ID) VZScreenCoordinatePointerEvent

VZScreenCoordinatePointerEventFromID constructs a VZScreenCoordinatePointerEvent from an objc.ID.

func (VZScreenCoordinatePointerEvent) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZScreenCoordinatePointerEvent) Init ¶

Init initializes the instance.

func (VZScreenCoordinatePointerEvent) InitWithEventView ¶

func (VZScreenCoordinatePointerEvent) InitWithLocationPressedButtons ¶

func (v VZScreenCoordinatePointerEvent) InitWithLocationPressedButtons(location corefoundation.CGPoint, buttons int64) VZScreenCoordinatePointerEvent

func (VZScreenCoordinatePointerEvent) Location ¶

func (VZScreenCoordinatePointerEvent) PressedButtons ¶

func (v VZScreenCoordinatePointerEvent) PressedButtons() int64

type VZScreenCoordinatePointerEventClass ¶

type VZScreenCoordinatePointerEventClass struct {
	// contains filtered or unexported fields
}

func GetVZScreenCoordinatePointerEventClass ¶

func GetVZScreenCoordinatePointerEventClass() VZScreenCoordinatePointerEventClass

GetVZScreenCoordinatePointerEventClass returns the class object for _VZScreenCoordinatePointerEvent.

func (VZScreenCoordinatePointerEventClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZScreenCoordinatePointerEventClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZScreenCoordinatePointingDevice ¶

type VZScreenCoordinatePointingDevice struct {
	VZPointingDevice
}

Methods ¶

func NewVZScreenCoordinatePointingDevice ¶

func NewVZScreenCoordinatePointingDevice() VZScreenCoordinatePointingDevice

NewVZScreenCoordinatePointingDevice creates a new VZScreenCoordinatePointingDevice instance.

func NewVZScreenCoordinatePointingDeviceWithTypeVirtualMachinePointingDeviceIndex ¶

func NewVZScreenCoordinatePointingDeviceWithTypeVirtualMachinePointingDeviceIndex(type_ int64, machine objectivec.IObject, index uint64) VZScreenCoordinatePointingDevice

func VZScreenCoordinatePointingDeviceFromID ¶

func VZScreenCoordinatePointingDeviceFromID(id objc.ID) VZScreenCoordinatePointingDevice

VZScreenCoordinatePointingDeviceFromID constructs a VZScreenCoordinatePointingDevice from an objc.ID.

func (VZScreenCoordinatePointingDevice) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZScreenCoordinatePointingDevice) Init ¶

Init initializes the instance.

func (VZScreenCoordinatePointingDevice) SendPointerEvents ¶

func (v VZScreenCoordinatePointingDevice) SendPointerEvents(events objectivec.IObject)

type VZScreenCoordinatePointingDeviceClass ¶

type VZScreenCoordinatePointingDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZScreenCoordinatePointingDeviceClass ¶

func GetVZScreenCoordinatePointingDeviceClass() VZScreenCoordinatePointingDeviceClass

GetVZScreenCoordinatePointingDeviceClass returns the class object for _VZScreenCoordinatePointingDevice.

func (VZScreenCoordinatePointingDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZScreenCoordinatePointingDeviceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZScrollWheelEvent ¶

type VZScrollWheelEvent struct {
	objectivec.Object
}

Methods ¶

func NewVZScrollWheelEvent ¶

func NewVZScrollWheelEvent() VZScrollWheelEvent

NewVZScrollWheelEvent creates a new VZScrollWheelEvent instance.

func NewVZScrollWheelEventWithEvent ¶

func NewVZScrollWheelEventWithEvent(event objectivec.IObject) VZScrollWheelEvent

func NewVZScrollWheelEventWithScrollingDeltaXScrollingDeltaYAcceleratedScrollingDeltaXAcceleratedScrollingDeltaYScrollPhaseMomentumPhase ¶

func NewVZScrollWheelEventWithScrollingDeltaXScrollingDeltaYAcceleratedScrollingDeltaXAcceleratedScrollingDeltaYScrollPhaseMomentumPhase(x float64, y float64, x2 float64, y2 float64, phase uint64, phase2 uint64) VZScrollWheelEvent

func VZScrollWheelEventFromID ¶

func VZScrollWheelEventFromID(id objc.ID) VZScrollWheelEvent

VZScrollWheelEventFromID constructs a VZScrollWheelEvent from an objc.ID.

func (VZScrollWheelEvent) AcceleratedScrollingDeltaX ¶

func (v VZScrollWheelEvent) AcceleratedScrollingDeltaX() float64

func (VZScrollWheelEvent) AcceleratedScrollingDeltaY ¶

func (v VZScrollWheelEvent) AcceleratedScrollingDeltaY() float64

func (VZScrollWheelEvent) Autorelease ¶

func (v VZScrollWheelEvent) Autorelease() VZScrollWheelEvent

Autorelease adds the receiver to the current autorelease pool.

func (VZScrollWheelEvent) Init ¶

Init initializes the instance.

func (VZScrollWheelEvent) InitWithEvent ¶

func (VZScrollWheelEvent) InitWithScrollingDeltaXScrollingDeltaYAcceleratedScrollingDeltaXAcceleratedScrollingDeltaYScrollPhaseMomentumPhase ¶

func (v VZScrollWheelEvent) InitWithScrollingDeltaXScrollingDeltaYAcceleratedScrollingDeltaXAcceleratedScrollingDeltaYScrollPhaseMomentumPhase(x float64, y float64, x2 float64, y2 float64, phase uint64, phase2 uint64) VZScrollWheelEvent

func (VZScrollWheelEvent) MomentumPhase ¶

func (v VZScrollWheelEvent) MomentumPhase() uint64

func (VZScrollWheelEvent) ScrollPhase ¶

func (v VZScrollWheelEvent) ScrollPhase() uint64

func (VZScrollWheelEvent) ScrollingDeltaX ¶

func (v VZScrollWheelEvent) ScrollingDeltaX() float64

func (VZScrollWheelEvent) ScrollingDeltaY ¶

func (v VZScrollWheelEvent) ScrollingDeltaY() float64

type VZScrollWheelEventClass ¶

type VZScrollWheelEventClass struct {
	// contains filtered or unexported fields
}

func GetVZScrollWheelEventClass ¶

func GetVZScrollWheelEventClass() VZScrollWheelEventClass

GetVZScrollWheelEventClass returns the class object for _VZScrollWheelEvent.

func (VZScrollWheelEventClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZScrollWheelEventClass) Class ¶

func (vc VZScrollWheelEventClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZSerialPort ¶

type VZSerialPort struct {
	objectivec.Object
}

Methods ¶

func NewVZSerialPort ¶

func NewVZSerialPort() VZSerialPort

NewVZSerialPort creates a new VZSerialPort instance.

func VZSerialPortFromID ¶

func VZSerialPortFromID(id objc.ID) VZSerialPort

VZSerialPortFromID constructs a VZSerialPort from an objc.ID.

func (VZSerialPort) Attachment ¶

func (v VZSerialPort) Attachment() IVZSerialPortAttachment

func (VZSerialPort) Autorelease ¶

func (v VZSerialPort) Autorelease() VZSerialPort

Autorelease adds the receiver to the current autorelease pool.

func (VZSerialPort) Init ¶

func (v VZSerialPort) Init() VZSerialPort

Init initializes the instance.

func (VZSerialPort) SetAttachment ¶

func (v VZSerialPort) SetAttachment(value IVZSerialPortAttachment)

func (VZSerialPort) Type ¶

func (v VZSerialPort) Type() int64

type VZSerialPortAttachment ¶

type VZSerialPortAttachment struct {
	objectivec.Object
}

Methods ¶

func NewVZSerialPortAttachment ¶

func NewVZSerialPortAttachment() VZSerialPortAttachment

NewVZSerialPortAttachment creates a new VZSerialPortAttachment instance.

func VZSerialPortAttachmentFromID ¶

func VZSerialPortAttachmentFromID(id objc.ID) VZSerialPortAttachment

VZSerialPortAttachmentFromID constructs a VZSerialPortAttachment from an objc.ID.

func (VZSerialPortAttachment) Attachment ¶ added in v0.6.0

func (v VZSerialPortAttachment) Attachment() (unsafe.Pointer, error)

Attachment is an exported wrapper for the private property _attachment.

func (VZSerialPortAttachment) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZSerialPortAttachment) CanAttachment ¶ added in v0.6.0

func (v VZSerialPortAttachment) CanAttachment() bool

CanAttachment reports whether the receiver responds to the private selector _attachment.

func (VZSerialPortAttachment) DebugDescription ¶

func (v VZSerialPortAttachment) DebugDescription() string

func (VZSerialPortAttachment) Description ¶

func (v VZSerialPortAttachment) Description() string

func (VZSerialPortAttachment) Hash ¶

func (v VZSerialPortAttachment) Hash() uint64

func (VZSerialPortAttachment) Init ¶

Init initializes the instance.

func (VZSerialPortAttachment) Superclass ¶

func (v VZSerialPortAttachment) Superclass() objectivec.Class

type VZSerialPortAttachmentClass ¶

type VZSerialPortAttachmentClass struct {
	// contains filtered or unexported fields
}

func GetVZSerialPortAttachmentClass ¶

func GetVZSerialPortAttachmentClass() VZSerialPortAttachmentClass

GetVZSerialPortAttachmentClass returns the class object for VZSerialPortAttachment.

func (VZSerialPortAttachmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZSerialPortAttachmentClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZSerialPortClass ¶

type VZSerialPortClass struct {
	// contains filtered or unexported fields
}

func GetVZSerialPortClass ¶

func GetVZSerialPortClass() VZSerialPortClass

GetVZSerialPortClass returns the class object for _VZSerialPort.

func (VZSerialPortClass) Alloc ¶

func (vc VZSerialPortClass) Alloc() VZSerialPort

Alloc allocates memory for a new instance of the class.

func (VZSerialPortClass) Class ¶

func (vc VZSerialPortClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZSerialPortConfiguration ¶

type VZSerialPortConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZSerialPortConfiguration ¶

func NewVZSerialPortConfiguration() VZSerialPortConfiguration

NewVZSerialPortConfiguration creates a new VZSerialPortConfiguration instance.

func VZSerialPortConfigurationFromID ¶

func VZSerialPortConfigurationFromID(id objc.ID) VZSerialPortConfiguration

VZSerialPortConfigurationFromID constructs a VZSerialPortConfiguration from an objc.ID.

func (VZSerialPortConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZSerialPortConfiguration) CanSerialPort ¶ added in v0.6.0

func (v VZSerialPortConfiguration) CanSerialPort() bool

CanSerialPort reports whether the receiver responds to the private selector _serialPort.

func (VZSerialPortConfiguration) DebugDescription ¶

func (v VZSerialPortConfiguration) DebugDescription() string

func (VZSerialPortConfiguration) Description ¶

func (v VZSerialPortConfiguration) Description() string

func (VZSerialPortConfiguration) Hash ¶

func (VZSerialPortConfiguration) Init ¶

Init initializes the instance.

func (VZSerialPortConfiguration) MakeSerialPortForVirtualMachineSerialPortIndex ¶

func (v VZSerialPortConfiguration) MakeSerialPortForVirtualMachineSerialPortIndex(machine objectivec.IObject, index uint64) objectivec.IObject

func (VZSerialPortConfiguration) SerialPort ¶ added in v0.6.0

func (v VZSerialPortConfiguration) SerialPort() (unsafe.Pointer, error)

SerialPort is an exported wrapper for the private property _serialPort.

func (VZSerialPortConfiguration) Superclass ¶

type VZSerialPortConfigurationClass ¶

type VZSerialPortConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZSerialPortConfigurationClass ¶

func GetVZSerialPortConfigurationClass() VZSerialPortConfigurationClass

GetVZSerialPortConfigurationClass returns the class object for VZSerialPortConfiguration.

func (VZSerialPortConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZSerialPortConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (VZSerialPortConfigurationClass) SerialPortType ¶

func (_VZSerialPortConfigurationClass VZSerialPortConfigurationClass) SerialPortType() int64

type VZSharedDirectory ¶

type VZSharedDirectory struct {
	objectivec.Object
}

Methods ¶

func NewVZSharedDirectory ¶

func NewVZSharedDirectory() VZSharedDirectory

NewVZSharedDirectory creates a new VZSharedDirectory instance.

func VZSharedDirectoryFromID ¶

func VZSharedDirectoryFromID(id objc.ID) VZSharedDirectory

VZSharedDirectoryFromID constructs a VZSharedDirectory from an objc.ID.

func (VZSharedDirectory) Autorelease ¶

func (v VZSharedDirectory) Autorelease() VZSharedDirectory

Autorelease adds the receiver to the current autorelease pool.

func (VZSharedDirectory) Init ¶

Init initializes the instance.

func (VZSharedDirectory) ReadOnly ¶

func (v VZSharedDirectory) ReadOnly() bool

type VZSharedDirectoryClass ¶

type VZSharedDirectoryClass struct {
	// contains filtered or unexported fields
}

func GetVZSharedDirectoryClass ¶

func GetVZSharedDirectoryClass() VZSharedDirectoryClass

GetVZSharedDirectoryClass returns the class object for VZSharedDirectory.

func (VZSharedDirectoryClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZSharedDirectoryClass) Class ¶

func (vc VZSharedDirectoryClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZSmartMagnifyEvent ¶

type VZSmartMagnifyEvent struct {
	objectivec.Object
}

Methods ¶

func NewVZSmartMagnifyEvent ¶

func NewVZSmartMagnifyEvent() VZSmartMagnifyEvent

NewVZSmartMagnifyEvent creates a new VZSmartMagnifyEvent instance.

func NewVZSmartMagnifyEventWithEvent ¶

func NewVZSmartMagnifyEventWithEvent(event objectivec.IObject) VZSmartMagnifyEvent

func VZSmartMagnifyEventFromID ¶

func VZSmartMagnifyEventFromID(id objc.ID) VZSmartMagnifyEvent

VZSmartMagnifyEventFromID constructs a VZSmartMagnifyEvent from an objc.ID.

func (VZSmartMagnifyEvent) Autorelease ¶

func (v VZSmartMagnifyEvent) Autorelease() VZSmartMagnifyEvent

Autorelease adds the receiver to the current autorelease pool.

func (VZSmartMagnifyEvent) Init ¶

Init initializes the instance.

func (VZSmartMagnifyEvent) InitWithEvent ¶

type VZSmartMagnifyEventClass ¶

type VZSmartMagnifyEventClass struct {
	// contains filtered or unexported fields
}

func GetVZSmartMagnifyEventClass ¶

func GetVZSmartMagnifyEventClass() VZSmartMagnifyEventClass

GetVZSmartMagnifyEventClass returns the class object for _VZSmartMagnifyEvent.

func (VZSmartMagnifyEventClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZSmartMagnifyEventClass) Class ¶

func (vc VZSmartMagnifyEventClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZSocketDevice ¶

type VZSocketDevice struct {
	objectivec.Object
}

Methods ¶

  • [VZSocketDevice._init]

func NewVZSocketDevice ¶

func NewVZSocketDevice() VZSocketDevice

NewVZSocketDevice creates a new VZSocketDevice instance.

func VZSocketDeviceFromID ¶

func VZSocketDeviceFromID(id objc.ID) VZSocketDevice

VZSocketDeviceFromID constructs a VZSocketDevice from an objc.ID.

func (VZSocketDevice) Autorelease ¶

func (v VZSocketDevice) Autorelease() VZSocketDevice

Autorelease adds the receiver to the current autorelease pool.

func (VZSocketDevice) Init ¶

func (v VZSocketDevice) Init() VZSocketDevice

Init initializes the instance.

type VZSocketDeviceClass ¶

type VZSocketDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZSocketDeviceClass ¶

func GetVZSocketDeviceClass() VZSocketDeviceClass

GetVZSocketDeviceClass returns the class object for VZSocketDevice.

func (VZSocketDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZSocketDeviceClass) Class ¶

func (vc VZSocketDeviceClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZSocketDeviceConfiguration ¶

type VZSocketDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZSocketDeviceConfiguration ¶

func NewVZSocketDeviceConfiguration() VZSocketDeviceConfiguration

NewVZSocketDeviceConfiguration creates a new VZSocketDeviceConfiguration instance.

func VZSocketDeviceConfigurationFromID ¶

func VZSocketDeviceConfigurationFromID(id objc.ID) VZSocketDeviceConfiguration

VZSocketDeviceConfigurationFromID constructs a VZSocketDeviceConfiguration from an objc.ID.

func (VZSocketDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZSocketDeviceConfiguration) DebugDescription ¶

func (v VZSocketDeviceConfiguration) DebugDescription() string

func (VZSocketDeviceConfiguration) Description ¶

func (v VZSocketDeviceConfiguration) Description() string

func (VZSocketDeviceConfiguration) Hash ¶

func (VZSocketDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZSocketDeviceConfiguration) MakeSocketDeviceForVirtualMachineIdentifier ¶

func (v VZSocketDeviceConfiguration) MakeSocketDeviceForVirtualMachineIdentifier(machine objectivec.IObject, identifier uint64) objectivec.IObject

func (VZSocketDeviceConfiguration) Superclass ¶

type VZSocketDeviceConfigurationClass ¶

type VZSocketDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZSocketDeviceConfigurationClass ¶

func GetVZSocketDeviceConfigurationClass() VZSocketDeviceConfigurationClass

GetVZSocketDeviceConfigurationClass returns the class object for VZSocketDeviceConfiguration.

func (VZSocketDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZSocketDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZSocketSerialPortAttachment ¶

type VZSocketSerialPortAttachment struct {
	VZSerialPortAttachment
}

Methods ¶

func NewVZSocketSerialPortAttachment ¶

func NewVZSocketSerialPortAttachment() VZSocketSerialPortAttachment

NewVZSocketSerialPortAttachment creates a new VZSocketSerialPortAttachment instance.

func NewVZSocketSerialPortAttachmentWithModeAddress ¶

func NewVZSocketSerialPortAttachmentWithModeAddress(mode int64, address *Sockaddr) VZSocketSerialPortAttachment

func NewVZSocketSerialPortAttachmentWithModeUnixSocketAddress ¶

func NewVZSocketSerialPortAttachmentWithModeUnixSocketAddress(mode int64, address *kernel.Sockaddr_un) VZSocketSerialPortAttachment

func VZSocketSerialPortAttachmentFromID ¶

func VZSocketSerialPortAttachmentFromID(id objc.ID) VZSocketSerialPortAttachment

VZSocketSerialPortAttachmentFromID constructs a VZSocketSerialPortAttachment from an objc.ID.

func (VZSocketSerialPortAttachment) Address ¶

func (VZSocketSerialPortAttachment) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZSocketSerialPortAttachment) Init ¶

Init initializes the instance.

func (VZSocketSerialPortAttachment) InitWithModeAddress ¶

func (v VZSocketSerialPortAttachment) InitWithModeAddress(mode int64, address *Sockaddr) VZSocketSerialPortAttachment

func (VZSocketSerialPortAttachment) InitWithModeUnixSocketAddress ¶

func (v VZSocketSerialPortAttachment) InitWithModeUnixSocketAddress(mode int64, address *kernel.Sockaddr_un) VZSocketSerialPortAttachment

func (VZSocketSerialPortAttachment) Mode ¶

func (VZSocketSerialPortAttachment) UnixSocketAddress ¶

func (v VZSocketSerialPortAttachment) UnixSocketAddress() objectivec.IObject

type VZSocketSerialPortAttachmentClass ¶

type VZSocketSerialPortAttachmentClass struct {
	// contains filtered or unexported fields
}

func GetVZSocketSerialPortAttachmentClass ¶

func GetVZSocketSerialPortAttachmentClass() VZSocketSerialPortAttachmentClass

GetVZSocketSerialPortAttachmentClass returns the class object for _VZSocketSerialPortAttachment.

func (VZSocketSerialPortAttachmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZSocketSerialPortAttachmentClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZSpiceAgent ¶

type VZSpiceAgent struct {
	objectivec.Object
}

Methods ¶

func NewVZSpiceAgent ¶

func NewVZSpiceAgent() VZSpiceAgent

NewVZSpiceAgent creates a new VZSpiceAgent instance.

func VZSpiceAgentFromID ¶

func VZSpiceAgentFromID(id objc.ID) VZSpiceAgent

VZSpiceAgentFromID constructs a VZSpiceAgent from an objc.ID.

func (VZSpiceAgent) Autorelease ¶

func (v VZSpiceAgent) Autorelease() VZSpiceAgent

Autorelease adds the receiver to the current autorelease pool.

func (VZSpiceAgent) ConsoleDeviceDidClosePort ¶

func (v VZSpiceAgent) ConsoleDeviceDidClosePort(device objectivec.IObject, port objectivec.IObject)

func (VZSpiceAgent) ConsoleDeviceDidOpenPort ¶

func (v VZSpiceAgent) ConsoleDeviceDidOpenPort(device objectivec.IObject, port objectivec.IObject)

func (VZSpiceAgent) DebugDescription ¶

func (v VZSpiceAgent) DebugDescription() string

func (VZSpiceAgent) Description ¶

func (v VZSpiceAgent) Description() string

func (VZSpiceAgent) Hash ¶

func (v VZSpiceAgent) Hash() uint64

func (VZSpiceAgent) Init ¶

func (v VZSpiceAgent) Init() VZSpiceAgent

Init initializes the instance.

func (VZSpiceAgent) Superclass ¶

func (v VZSpiceAgent) Superclass() objectivec.Class

type VZSpiceAgentClass ¶

type VZSpiceAgentClass struct {
	// contains filtered or unexported fields
}

func GetVZSpiceAgentClass ¶

func GetVZSpiceAgentClass() VZSpiceAgentClass

GetVZSpiceAgentClass returns the class object for VZSpiceAgent.

func (VZSpiceAgentClass) Alloc ¶

func (vc VZSpiceAgentClass) Alloc() VZSpiceAgent

Alloc allocates memory for a new instance of the class.

func (VZSpiceAgentClass) Class ¶

func (vc VZSpiceAgentClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZSpiceAgentCore ¶

type VZSpiceAgentCore struct {
	objectivec.Object
}

Methods ¶

func NewVZSpiceAgentCore ¶

func NewVZSpiceAgentCore() VZSpiceAgentCore

NewVZSpiceAgentCore creates a new VZSpiceAgentCore instance.

func NewVZSpiceAgentCoreWithPasteboardQueueCapabilitiesInputOutput ¶

func NewVZSpiceAgentCoreWithPasteboardQueueCapabilitiesInputOutput(pasteboard objectivec.IObject, queue dispatch.Queue, capabilities objectivec.IObject, input FileDescriptor, output FileDescriptor) VZSpiceAgentCore

func VZSpiceAgentCoreFromID ¶

func VZSpiceAgentCoreFromID(id objc.ID) VZSpiceAgentCore

VZSpiceAgentCoreFromID constructs a VZSpiceAgentCore from an objc.ID.

func (VZSpiceAgentCore) Autorelease ¶

func (v VZSpiceAgentCore) Autorelease() VZSpiceAgentCore

Autorelease adds the receiver to the current autorelease pool.

func (VZSpiceAgentCore) DebugDescription ¶

func (v VZSpiceAgentCore) DebugDescription() string

func (VZSpiceAgentCore) Description ¶

func (v VZSpiceAgentCore) Description() string

func (VZSpiceAgentCore) DidClosePort ¶

func (v VZSpiceAgentCore) DidClosePort()

func (VZSpiceAgentCore) DidOpenPort ¶

func (v VZSpiceAgentCore) DidOpenPort()

func (VZSpiceAgentCore) Hash ¶

func (v VZSpiceAgentCore) Hash() uint64

func (VZSpiceAgentCore) Init ¶

Init initializes the instance.

func (VZSpiceAgentCore) InitWithPasteboardQueueCapabilitiesInputOutput ¶

func (v VZSpiceAgentCore) InitWithPasteboardQueueCapabilitiesInputOutput(pasteboard objectivec.IObject, queue dispatch.Queue, capabilities objectivec.IObject, input FileDescriptor, output FileDescriptor) VZSpiceAgentCore

func (VZSpiceAgentCore) IsValid ¶

func (v VZSpiceAgentCore) IsValid() bool

func (VZSpiceAgentCore) PasteboardItemProvideDataForType ¶

func (v VZSpiceAgentCore) PasteboardItemProvideDataForType(pasteboard objectivec.IObject, item objectivec.IObject, type_ objectivec.IObject)

func (VZSpiceAgentCore) Pause ¶

func (v VZSpiceAgentCore) Pause()

func (VZSpiceAgentCore) Resume ¶

func (v VZSpiceAgentCore) Resume()

func (VZSpiceAgentCore) Stop ¶

func (v VZSpiceAgentCore) Stop()

func (VZSpiceAgentCore) Superclass ¶

func (v VZSpiceAgentCore) Superclass() objectivec.Class

type VZSpiceAgentCoreCapabilities ¶

type VZSpiceAgentCoreCapabilities struct {
	objectivec.Object
}

Methods ¶

func NewVZSpiceAgentCoreCapabilities ¶

func NewVZSpiceAgentCoreCapabilities() VZSpiceAgentCoreCapabilities

NewVZSpiceAgentCoreCapabilities creates a new VZSpiceAgentCoreCapabilities instance.

func VZSpiceAgentCoreCapabilitiesFromID ¶

func VZSpiceAgentCoreCapabilitiesFromID(id objc.ID) VZSpiceAgentCoreCapabilities

VZSpiceAgentCoreCapabilitiesFromID constructs a VZSpiceAgentCoreCapabilities from an objc.ID.

func (VZSpiceAgentCoreCapabilities) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZSpiceAgentCoreCapabilities) Clipboard ¶

func (v VZSpiceAgentCoreCapabilities) Clipboard() bool

func (VZSpiceAgentCoreCapabilities) Init ¶

Init initializes the instance.

func (VZSpiceAgentCoreCapabilities) SetClipboard ¶

func (v VZSpiceAgentCoreCapabilities) SetClipboard(value bool)

type VZSpiceAgentCoreCapabilitiesClass ¶

type VZSpiceAgentCoreCapabilitiesClass struct {
	// contains filtered or unexported fields
}

func GetVZSpiceAgentCoreCapabilitiesClass ¶

func GetVZSpiceAgentCoreCapabilitiesClass() VZSpiceAgentCoreCapabilitiesClass

GetVZSpiceAgentCoreCapabilitiesClass returns the class object for _VZSpiceAgentCoreCapabilities.

func (VZSpiceAgentCoreCapabilitiesClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZSpiceAgentCoreCapabilitiesClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZSpiceAgentCoreClass ¶

type VZSpiceAgentCoreClass struct {
	// contains filtered or unexported fields
}

func GetVZSpiceAgentCoreClass ¶

func GetVZSpiceAgentCoreClass() VZSpiceAgentCoreClass

GetVZSpiceAgentCoreClass returns the class object for _VZSpiceAgentCore.

func (VZSpiceAgentCoreClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZSpiceAgentCoreClass) Class ¶

func (vc VZSpiceAgentCoreClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZSpiceAgentCorePasteboardItemState ¶

type VZSpiceAgentCorePasteboardItemState struct {
	objectivec.Object
}

func NewVZSpiceAgentCorePasteboardItemState ¶

func NewVZSpiceAgentCorePasteboardItemState() VZSpiceAgentCorePasteboardItemState

NewVZSpiceAgentCorePasteboardItemState creates a new VZSpiceAgentCorePasteboardItemState instance.

func VZSpiceAgentCorePasteboardItemStateFromID ¶

func VZSpiceAgentCorePasteboardItemStateFromID(id objc.ID) VZSpiceAgentCorePasteboardItemState

VZSpiceAgentCorePasteboardItemStateFromID constructs a VZSpiceAgentCorePasteboardItemState from an objc.ID.

func (VZSpiceAgentCorePasteboardItemState) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZSpiceAgentCorePasteboardItemState) Init ¶

Init initializes the instance.

type VZSpiceAgentCorePasteboardItemStateClass ¶

type VZSpiceAgentCorePasteboardItemStateClass struct {
	// contains filtered or unexported fields
}

func GetVZSpiceAgentCorePasteboardItemStateClass ¶

func GetVZSpiceAgentCorePasteboardItemStateClass() VZSpiceAgentCorePasteboardItemStateClass

GetVZSpiceAgentCorePasteboardItemStateClass returns the class object for _VZSpiceAgentCorePasteboardItemState.

func (VZSpiceAgentCorePasteboardItemStateClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZSpiceAgentCorePasteboardItemStateClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZSpiceAgentCorePasteboardState ¶

type VZSpiceAgentCorePasteboardState struct {
	objectivec.Object
}

func NewVZSpiceAgentCorePasteboardState ¶

func NewVZSpiceAgentCorePasteboardState() VZSpiceAgentCorePasteboardState

NewVZSpiceAgentCorePasteboardState creates a new VZSpiceAgentCorePasteboardState instance.

func VZSpiceAgentCorePasteboardStateFromID ¶

func VZSpiceAgentCorePasteboardStateFromID(id objc.ID) VZSpiceAgentCorePasteboardState

VZSpiceAgentCorePasteboardStateFromID constructs a VZSpiceAgentCorePasteboardState from an objc.ID.

func (VZSpiceAgentCorePasteboardState) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZSpiceAgentCorePasteboardState) Init ¶

Init initializes the instance.

type VZSpiceAgentCorePasteboardStateClass ¶

type VZSpiceAgentCorePasteboardStateClass struct {
	// contains filtered or unexported fields
}

func GetVZSpiceAgentCorePasteboardStateClass ¶

func GetVZSpiceAgentCorePasteboardStateClass() VZSpiceAgentCorePasteboardStateClass

GetVZSpiceAgentCorePasteboardStateClass returns the class object for _VZSpiceAgentCorePasteboardState.

func (VZSpiceAgentCorePasteboardStateClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZSpiceAgentCorePasteboardStateClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZSpiceAgentCoreSession ¶

type VZSpiceAgentCoreSession struct {
	objectivec.Object
}

func NewVZSpiceAgentCoreSession ¶

func NewVZSpiceAgentCoreSession() VZSpiceAgentCoreSession

NewVZSpiceAgentCoreSession creates a new VZSpiceAgentCoreSession instance.

func VZSpiceAgentCoreSessionFromID ¶

func VZSpiceAgentCoreSessionFromID(id objc.ID) VZSpiceAgentCoreSession

VZSpiceAgentCoreSessionFromID constructs a VZSpiceAgentCoreSession from an objc.ID.

func (VZSpiceAgentCoreSession) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZSpiceAgentCoreSession) Init ¶

Init initializes the instance.

type VZSpiceAgentCoreSessionClass ¶

type VZSpiceAgentCoreSessionClass struct {
	// contains filtered or unexported fields
}

func GetVZSpiceAgentCoreSessionClass ¶

func GetVZSpiceAgentCoreSessionClass() VZSpiceAgentCoreSessionClass

GetVZSpiceAgentCoreSessionClass returns the class object for _VZSpiceAgentCoreSession.

func (VZSpiceAgentCoreSessionClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZSpiceAgentCoreSessionClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZSpiceAgentPortAttachment ¶

type VZSpiceAgentPortAttachment struct {
	VZSerialPortAttachment
}

func NewVZSpiceAgentPortAttachment ¶

func NewVZSpiceAgentPortAttachment() VZSpiceAgentPortAttachment

NewVZSpiceAgentPortAttachment creates a new VZSpiceAgentPortAttachment instance.

func VZSpiceAgentPortAttachmentFromID ¶

func VZSpiceAgentPortAttachmentFromID(id objc.ID) VZSpiceAgentPortAttachment

VZSpiceAgentPortAttachmentFromID constructs a VZSpiceAgentPortAttachment from an objc.ID.

func (VZSpiceAgentPortAttachment) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZSpiceAgentPortAttachment) Init ¶

Init initializes the instance.

type VZSpiceAgentPortAttachmentClass ¶

type VZSpiceAgentPortAttachmentClass struct {
	// contains filtered or unexported fields
}

func GetVZSpiceAgentPortAttachmentClass ¶

func GetVZSpiceAgentPortAttachmentClass() VZSpiceAgentPortAttachmentClass

GetVZSpiceAgentPortAttachmentClass returns the class object for VZSpiceAgentPortAttachment.

func (VZSpiceAgentPortAttachmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZSpiceAgentPortAttachmentClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZStorageDevice ¶

type VZStorageDevice struct {
	objectivec.Object
}

Methods ¶

  • [VZStorageDevice._attachment]
  • [VZStorageDevice._initWithAttachment]
  • [VZStorageDevice._initWithVirtualMachineAttachment]
  • [VZStorageDevice._initWithVirtualMachineStorageDeviceIndexAttachment]
  • [VZStorageDevice._setAttachmentCompletionHandler]
  • [VZStorageDevice._setVirtualMachine]

func NewVZStorageDevice ¶

func NewVZStorageDevice() VZStorageDevice

NewVZStorageDevice creates a new VZStorageDevice instance.

func VZStorageDeviceFromID ¶

func VZStorageDeviceFromID(id objc.ID) VZStorageDevice

VZStorageDeviceFromID constructs a VZStorageDevice from an objc.ID.

func (VZStorageDevice) Attachment ¶

func (v VZStorageDevice) Attachment() (objectivec.IObject, error)

Attachment is an exported wrapper for the private method _attachment.

func (VZStorageDevice) Autorelease ¶

func (v VZStorageDevice) Autorelease() VZStorageDevice

Autorelease adds the receiver to the current autorelease pool.

func (VZStorageDevice) CanAttachment ¶ added in v0.6.0

func (v VZStorageDevice) CanAttachment() bool

CanAttachment reports whether the receiver responds to the private selector _attachment.

func (VZStorageDevice) CanInitWithAttachment ¶ added in v0.6.0

func (v VZStorageDevice) CanInitWithAttachment() bool

CanInitWithAttachment reports whether the receiver responds to the private selector _initWithAttachment:.

func (VZStorageDevice) CanInitWithVirtualMachineAttachment ¶ added in v0.6.0

func (v VZStorageDevice) CanInitWithVirtualMachineAttachment() bool

CanInitWithVirtualMachineAttachment reports whether the receiver responds to the private selector _initWithVirtualMachine:attachment:.

func (VZStorageDevice) CanInitWithVirtualMachineStorageDeviceIndexAttachment ¶ added in v0.6.0

func (v VZStorageDevice) CanInitWithVirtualMachineStorageDeviceIndexAttachment() bool

CanInitWithVirtualMachineStorageDeviceIndexAttachment reports whether the receiver responds to the private selector _initWithVirtualMachine:storageDeviceIndex:attachment:.

func (VZStorageDevice) CanSetAttachmentCompletionHandler ¶ added in v0.6.0

func (v VZStorageDevice) CanSetAttachmentCompletionHandler() bool

CanSetAttachmentCompletionHandler reports whether the receiver responds to the private selector _setAttachment:completionHandler:.

func (VZStorageDevice) CanSetVirtualMachine ¶ added in v0.6.0

func (v VZStorageDevice) CanSetVirtualMachine() bool

CanSetVirtualMachine reports whether the receiver responds to the private selector _setVirtualMachine:.

func (VZStorageDevice) Init ¶

Init initializes the instance.

func (VZStorageDevice) InitWithAttachment ¶

func (v VZStorageDevice) InitWithAttachment(attachment objectivec.IObject) (objectivec.IObject, error)

InitWithAttachment is an exported wrapper for the private method _initWithAttachment.

func (VZStorageDevice) InitWithVirtualMachineAttachment ¶

func (v VZStorageDevice) InitWithVirtualMachineAttachment(machine objectivec.IObject, attachment objectivec.IObject) (objectivec.IObject, error)

InitWithVirtualMachineAttachment is an exported wrapper for the private method _initWithVirtualMachineAttachment.

func (VZStorageDevice) InitWithVirtualMachineStorageDeviceIndexAttachment ¶

func (v VZStorageDevice) InitWithVirtualMachineStorageDeviceIndexAttachment(machine objectivec.IObject, index uint64, attachment objectivec.IObject) (objectivec.IObject, error)

InitWithVirtualMachineStorageDeviceIndexAttachment is an exported wrapper for the private method _initWithVirtualMachineStorageDeviceIndexAttachment.

func (VZStorageDevice) SetAttachmentCompletionHandler ¶

func (v VZStorageDevice) SetAttachmentCompletionHandler(attachment objectivec.IObject, handler ErrorHandler) error

SetAttachmentCompletionHandler is an exported wrapper for the private method _setAttachmentCompletionHandler.

func (VZStorageDevice) SetVirtualMachine ¶

func (v VZStorageDevice) SetVirtualMachine(machine objectivec.IObject) error

SetVirtualMachine is an exported wrapper for the private method _setVirtualMachine.

type VZStorageDeviceAttachment ¶

type VZStorageDeviceAttachment struct {
	objectivec.Object
}

Methods ¶

func NewVZStorageDeviceAttachment ¶

func NewVZStorageDeviceAttachment() VZStorageDeviceAttachment

NewVZStorageDeviceAttachment creates a new VZStorageDeviceAttachment instance.

func VZStorageDeviceAttachmentFromID ¶

func VZStorageDeviceAttachmentFromID(id objc.ID) VZStorageDeviceAttachment

VZStorageDeviceAttachmentFromID constructs a VZStorageDeviceAttachment from an objc.ID.

func (VZStorageDeviceAttachment) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZStorageDeviceAttachment) DebugDescription ¶

func (v VZStorageDeviceAttachment) DebugDescription() string

func (VZStorageDeviceAttachment) Description ¶

func (v VZStorageDeviceAttachment) Description() string

func (VZStorageDeviceAttachment) Hash ¶

func (VZStorageDeviceAttachment) Init ¶

Init initializes the instance.

func (VZStorageDeviceAttachment) Superclass ¶

type VZStorageDeviceAttachmentClass ¶

type VZStorageDeviceAttachmentClass struct {
	// contains filtered or unexported fields
}

func GetVZStorageDeviceAttachmentClass ¶

func GetVZStorageDeviceAttachmentClass() VZStorageDeviceAttachmentClass

GetVZStorageDeviceAttachmentClass returns the class object for VZStorageDeviceAttachment.

func (VZStorageDeviceAttachmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZStorageDeviceAttachmentClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZStorageDeviceClass ¶

type VZStorageDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZStorageDeviceClass ¶

func GetVZStorageDeviceClass() VZStorageDeviceClass

GetVZStorageDeviceClass returns the class object for VZStorageDevice.

func (VZStorageDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZStorageDeviceClass) Class ¶

func (vc VZStorageDeviceClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZStorageDeviceConfiguration ¶

type VZStorageDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZStorageDeviceConfiguration ¶

func NewVZStorageDeviceConfiguration() VZStorageDeviceConfiguration

NewVZStorageDeviceConfiguration creates a new VZStorageDeviceConfiguration instance.

func VZStorageDeviceConfigurationFromID ¶

func VZStorageDeviceConfigurationFromID(id objc.ID) VZStorageDeviceConfiguration

VZStorageDeviceConfigurationFromID constructs a VZStorageDeviceConfiguration from an objc.ID.

func (VZStorageDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZStorageDeviceConfiguration) CanInitWithAttachment ¶ added in v0.6.0

func (v VZStorageDeviceConfiguration) CanInitWithAttachment() bool

CanInitWithAttachment reports whether the receiver responds to the private selector _initWithAttachment:.

func (VZStorageDeviceConfiguration) CanSetAttachment ¶ added in v0.6.0

func (v VZStorageDeviceConfiguration) CanSetAttachment() bool

CanSetAttachment reports whether the receiver responds to the private selector _setAttachment:.

func (VZStorageDeviceConfiguration) DebugDescription ¶

func (v VZStorageDeviceConfiguration) DebugDescription() string

func (VZStorageDeviceConfiguration) Description ¶

func (v VZStorageDeviceConfiguration) Description() string

func (VZStorageDeviceConfiguration) Hash ¶

func (VZStorageDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZStorageDeviceConfiguration) InitWithAttachment ¶

func (v VZStorageDeviceConfiguration) InitWithAttachment(attachment objectivec.IObject) (objectivec.IObject, error)

InitWithAttachment is an exported wrapper for the private method _initWithAttachment.

func (VZStorageDeviceConfiguration) MakeStorageDeviceForVirtualMachineStorageDeviceIndex ¶

func (v VZStorageDeviceConfiguration) MakeStorageDeviceForVirtualMachineStorageDeviceIndex(machine objectivec.IObject, index uint64) objectivec.IObject

func (VZStorageDeviceConfiguration) SetAttachment ¶

func (v VZStorageDeviceConfiguration) SetAttachment(attachment objectivec.IObject) error

SetAttachment is an exported wrapper for the private method _setAttachment.

func (VZStorageDeviceConfiguration) Superclass ¶

type VZStorageDeviceConfigurationClass ¶

type VZStorageDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZStorageDeviceConfigurationClass ¶

func GetVZStorageDeviceConfigurationClass() VZStorageDeviceConfigurationClass

GetVZStorageDeviceConfigurationClass returns the class object for VZStorageDeviceConfiguration.

func (VZStorageDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZStorageDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZTemporaryRAMStorageDeviceAttachment ¶

type VZTemporaryRAMStorageDeviceAttachment struct {
	VZStorageDeviceAttachment
}

Methods ¶

func NewVZTemporaryRAMStorageDeviceAttachment ¶

func NewVZTemporaryRAMStorageDeviceAttachment() VZTemporaryRAMStorageDeviceAttachment

NewVZTemporaryRAMStorageDeviceAttachment creates a new VZTemporaryRAMStorageDeviceAttachment instance.

func NewVZTemporaryRAMStorageDeviceAttachmentWithURLReadOnlyError ¶

func NewVZTemporaryRAMStorageDeviceAttachmentWithURLReadOnlyError(url foundation.NSURL, only bool) (VZTemporaryRAMStorageDeviceAttachment, error)

func VZTemporaryRAMStorageDeviceAttachmentFromID ¶

func VZTemporaryRAMStorageDeviceAttachmentFromID(id objc.ID) VZTemporaryRAMStorageDeviceAttachment

VZTemporaryRAMStorageDeviceAttachmentFromID constructs a VZTemporaryRAMStorageDeviceAttachment from an objc.ID.

func (VZTemporaryRAMStorageDeviceAttachment) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZTemporaryRAMStorageDeviceAttachment) CanGetAttachmentWithQueueCompletionHandler ¶ added in v0.6.0

func (v VZTemporaryRAMStorageDeviceAttachment) CanGetAttachmentWithQueueCompletionHandler() bool

CanGetAttachmentWithQueueCompletionHandler reports whether the receiver responds to the private selector _getAttachmentWithQueue:completionHandler:.

func (VZTemporaryRAMStorageDeviceAttachment) GetAttachmentWithQueueCompletionHandler ¶

func (v VZTemporaryRAMStorageDeviceAttachment) GetAttachmentWithQueueCompletionHandler(queue dispatch.Queue, handler ErrorHandler) error

GetAttachmentWithQueueCompletionHandler is an exported wrapper for the private method _getAttachmentWithQueueCompletionHandler.

func (VZTemporaryRAMStorageDeviceAttachment) Init ¶

Init initializes the instance.

func (VZTemporaryRAMStorageDeviceAttachment) InitWithURLReadOnlyError ¶

func (VZTemporaryRAMStorageDeviceAttachment) IsReadOnly ¶

func (VZTemporaryRAMStorageDeviceAttachment) ReadOnly ¶

func (VZTemporaryRAMStorageDeviceAttachment) URL ¶

type VZTemporaryRAMStorageDeviceAttachmentClass ¶

type VZTemporaryRAMStorageDeviceAttachmentClass struct {
	// contains filtered or unexported fields
}

func GetVZTemporaryRAMStorageDeviceAttachmentClass ¶

func GetVZTemporaryRAMStorageDeviceAttachmentClass() VZTemporaryRAMStorageDeviceAttachmentClass

GetVZTemporaryRAMStorageDeviceAttachmentClass returns the class object for _VZTemporaryRAMStorageDeviceAttachment.

func (VZTemporaryRAMStorageDeviceAttachmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZTemporaryRAMStorageDeviceAttachmentClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZTouch ¶

type VZTouch struct {
	objectivec.Object
}

Methods ¶

func NewVZTouch ¶

func NewVZTouch() VZTouch

NewVZTouch creates a new VZTouch instance.

func NewVZTouchWithViewIndexPhaseLocationSwipeAimTimestamp ¶

func NewVZTouchWithViewIndexPhaseLocationSwipeAimTimestamp(view objectivec.IObject, index byte, phase int64, location corefoundation.CGPoint, aim int64, timestamp float64) VZTouch

func VZTouchFromID ¶

func VZTouchFromID(id objc.ID) VZTouch

VZTouchFromID constructs a VZTouch from an objc.ID.

func (VZTouch) Autorelease ¶

func (v VZTouch) Autorelease() VZTouch

Autorelease adds the receiver to the current autorelease pool.

func (VZTouch) Index ¶ added in v0.5.1

func (v VZTouch) Index() byte

func (VZTouch) Init ¶

func (v VZTouch) Init() VZTouch

Init initializes the instance.

func (VZTouch) InitWithViewIndexPhaseLocationSwipeAimTimestamp ¶

func (v VZTouch) InitWithViewIndexPhaseLocationSwipeAimTimestamp(view objectivec.IObject, index byte, phase int64, location corefoundation.CGPoint, aim int64, timestamp float64) VZTouch

func (VZTouch) Location ¶

func (v VZTouch) Location() corefoundation.CGPoint

func (VZTouch) Phase ¶

func (v VZTouch) Phase() int64

func (VZTouch) SwipeAim ¶

func (v VZTouch) SwipeAim() int64

func (VZTouch) Timestamp ¶

func (v VZTouch) Timestamp() float64

type VZTouchClass ¶

type VZTouchClass struct {
	// contains filtered or unexported fields
}

func GetVZTouchClass ¶

func GetVZTouchClass() VZTouchClass

GetVZTouchClass returns the class object for _VZTouch.

func (VZTouchClass) Alloc ¶

func (vc VZTouchClass) Alloc() VZTouch

Alloc allocates memory for a new instance of the class.

func (VZTouchClass) Class ¶

func (vc VZTouchClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZUSBController ¶

type VZUSBController struct {
	objectivec.Object
}

Methods ¶

func NewVZUSBController ¶

func NewVZUSBController() VZUSBController

NewVZUSBController creates a new VZUSBController instance.

func VZUSBControllerFromID ¶

func VZUSBControllerFromID(id objc.ID) VZUSBController

VZUSBControllerFromID constructs a VZUSBController from an objc.ID.

func (VZUSBController) Autorelease ¶

func (v VZUSBController) Autorelease() VZUSBController

Autorelease adds the receiver to the current autorelease pool.

func (VZUSBController) CanCapturePassthroughDevicesWithCompletionHandler ¶ added in v0.6.0

func (v VZUSBController) CanCapturePassthroughDevicesWithCompletionHandler() bool

CanCapturePassthroughDevicesWithCompletionHandler reports whether the receiver responds to the private selector _capturePassthroughDevicesWithCompletionHandler:.

func (VZUSBController) CanInitWithVirtualMachineUsbControllerIndexUsbDevices ¶ added in v0.6.0

func (v VZUSBController) CanInitWithVirtualMachineUsbControllerIndexUsbDevices() bool

CanInitWithVirtualMachineUsbControllerIndexUsbDevices reports whether the receiver responds to the private selector _initWithVirtualMachine:usbControllerIndex:usbDevices:.

func (VZUSBController) CanReleasePassthroughDevices ¶ added in v0.6.0

func (v VZUSBController) CanReleasePassthroughDevices() bool

CanReleasePassthroughDevices reports whether the receiver responds to the private selector _releasePassthroughDevices.

func (VZUSBController) CapturePassthroughDevicesWithCompletionHandler ¶

func (v VZUSBController) CapturePassthroughDevicesWithCompletionHandler(handler unsafe.Pointer) error

CapturePassthroughDevicesWithCompletionHandler is an exported wrapper for the private method _capturePassthroughDevicesWithCompletionHandler.

func (VZUSBController) Delegate ¶

func (v VZUSBController) Delegate() unsafe.Pointer

func (VZUSBController) Init ¶

Init initializes the instance.

func (VZUSBController) InitWithVirtualMachineUsbControllerIndexUsbDevices ¶

func (v VZUSBController) InitWithVirtualMachineUsbControllerIndexUsbDevices(machine objectivec.IObject, index uint64, devices objectivec.IObject) (objectivec.IObject, error)

InitWithVirtualMachineUsbControllerIndexUsbDevices is an exported wrapper for the private method _initWithVirtualMachineUsbControllerIndexUsbDevices.

func (VZUSBController) ReleasePassthroughDevices ¶

func (v VZUSBController) ReleasePassthroughDevices() error

ReleasePassthroughDevices is an exported wrapper for the private method _releasePassthroughDevices.

func (VZUSBController) SetDelegate ¶

func (v VZUSBController) SetDelegate(value unsafe.Pointer)

type VZUSBControllerClass ¶

type VZUSBControllerClass struct {
	// contains filtered or unexported fields
}

func GetVZUSBControllerClass ¶

func GetVZUSBControllerClass() VZUSBControllerClass

GetVZUSBControllerClass returns the class object for VZUSBController.

func (VZUSBControllerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZUSBControllerClass) Class ¶

func (vc VZUSBControllerClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZUSBControllerConfiguration ¶

type VZUSBControllerConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZUSBControllerConfiguration ¶

func NewVZUSBControllerConfiguration() VZUSBControllerConfiguration

NewVZUSBControllerConfiguration creates a new VZUSBControllerConfiguration instance.

func VZUSBControllerConfigurationFromID ¶

func VZUSBControllerConfigurationFromID(id objc.ID) VZUSBControllerConfiguration

VZUSBControllerConfigurationFromID constructs a VZUSBControllerConfiguration from an objc.ID.

func (VZUSBControllerConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZUSBControllerConfiguration) CanUsbDevices ¶ added in v0.6.0

func (v VZUSBControllerConfiguration) CanUsbDevices() bool

CanUsbDevices reports whether the receiver responds to the private selector _usbDevices.

func (VZUSBControllerConfiguration) DebugDescription ¶

func (v VZUSBControllerConfiguration) DebugDescription() string

func (VZUSBControllerConfiguration) Description ¶

func (v VZUSBControllerConfiguration) Description() string

func (VZUSBControllerConfiguration) Hash ¶

func (VZUSBControllerConfiguration) Init ¶

Init initializes the instance.

func (VZUSBControllerConfiguration) MakeUSBControllerForVirtualMachineUsbControllerIndexUsbDevices ¶

func (v VZUSBControllerConfiguration) MakeUSBControllerForVirtualMachineUsbControllerIndexUsbDevices(machine objectivec.IObject, index uint64, devices objectivec.IObject) objectivec.IObject

func (VZUSBControllerConfiguration) Superclass ¶

func (VZUSBControllerConfiguration) UsbDevices ¶ added in v0.6.0

UsbDevices is an exported wrapper for the private property _usbDevices.

type VZUSBControllerConfigurationClass ¶

type VZUSBControllerConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZUSBControllerConfigurationClass ¶

func GetVZUSBControllerConfigurationClass() VZUSBControllerConfigurationClass

GetVZUSBControllerConfigurationClass returns the class object for VZUSBControllerConfiguration.

func (VZUSBControllerConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZUSBControllerConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZUSBDevice ¶

type VZUSBDevice interface {
	objectivec.IObject
}

VZUSBDevice protocol.

type VZUSBDeviceConfiguration ¶

type VZUSBDeviceConfiguration interface {
	objectivec.IObject
}

VZUSBDeviceConfiguration protocol.

type VZUSBDeviceConfigurationInternal ¶

type VZUSBDeviceConfigurationInternal interface {
	objectivec.IObject
}

_VZUSBDeviceConfigurationInternal protocol.

type VZUSBDeviceConfigurationInternalObject ¶

type VZUSBDeviceConfigurationInternalObject struct {
	objectivec.Object
}

VZUSBDeviceConfigurationInternalObject wraps an existing Objective-C object that conforms to the VZUSBDeviceConfigurationInternal protocol.

func VZUSBDeviceConfigurationInternalObjectFromID ¶

func VZUSBDeviceConfigurationInternalObjectFromID(id objc.ID) VZUSBDeviceConfigurationInternalObject

VZUSBDeviceConfigurationInternalObjectFromID constructs a VZUSBDeviceConfigurationInternalObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (VZUSBDeviceConfigurationInternalObject) BaseObject ¶

func (VZUSBDeviceConfigurationInternalObject) IsDuplicateConfiguration ¶

func (o VZUSBDeviceConfigurationInternalObject) IsDuplicateConfiguration(configuration objectivec.IObject) bool

func (VZUSBDeviceConfigurationInternalObject) MakeUSBDeviceWithVirtualMachine ¶

func (o VZUSBDeviceConfigurationInternalObject) MakeUSBDeviceWithVirtualMachine(machine objectivec.IObject) objectivec.IObject

type VZUSBDeviceConfigurationObject ¶

type VZUSBDeviceConfigurationObject struct {
	objectivec.Object
}

VZUSBDeviceConfigurationObject wraps an existing Objective-C object that conforms to the VZUSBDeviceConfiguration protocol.

func VZUSBDeviceConfigurationObjectFromID ¶

func VZUSBDeviceConfigurationObjectFromID(id objc.ID) VZUSBDeviceConfigurationObject

VZUSBDeviceConfigurationObjectFromID constructs a VZUSBDeviceConfigurationObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (VZUSBDeviceConfigurationObject) BaseObject ¶

func (VZUSBDeviceConfigurationObject) SetUuid ¶

func (VZUSBDeviceConfigurationObject) Uuid ¶

type VZUSBDeviceConfigurationSignature ¶

type VZUSBDeviceConfigurationSignature interface {
	objectivec.IObject
}

_VZUSBDeviceConfigurationSignature protocol.

type VZUSBDeviceConfigurationSignatureObject ¶

type VZUSBDeviceConfigurationSignatureObject struct {
	objectivec.Object
}

VZUSBDeviceConfigurationSignatureObject wraps an existing Objective-C object that conforms to the VZUSBDeviceConfigurationSignature protocol.

func VZUSBDeviceConfigurationSignatureObjectFromID ¶

func VZUSBDeviceConfigurationSignatureObjectFromID(id objc.ID) VZUSBDeviceConfigurationSignatureObject

VZUSBDeviceConfigurationSignatureObjectFromID constructs a VZUSBDeviceConfigurationSignatureObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (VZUSBDeviceConfigurationSignatureObject) BaseObject ¶

func (VZUSBDeviceConfigurationSignatureObject) Signature ¶

type VZUSBDeviceInternal ¶

type VZUSBDeviceInternal interface {
	objectivec.IObject

	// IsPointingDevice protocol.
	IsPointingDevice() bool
}

_VZUSBDeviceInternal protocol.

type VZUSBDeviceInternalObject ¶

type VZUSBDeviceInternalObject struct {
	objectivec.Object
}

VZUSBDeviceInternalObject wraps an existing Objective-C object that conforms to the VZUSBDeviceInternal protocol.

func VZUSBDeviceInternalObjectFromID ¶

func VZUSBDeviceInternalObjectFromID(id objc.ID) VZUSBDeviceInternalObject

VZUSBDeviceInternalObjectFromID constructs a VZUSBDeviceInternalObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (VZUSBDeviceInternalObject) BaseObject ¶

func (VZUSBDeviceInternalObject) Configuration ¶

func (o VZUSBDeviceInternalObject) Configuration() objectivec.IObject

func (VZUSBDeviceInternalObject) IsPointingDevice ¶

func (o VZUSBDeviceInternalObject) IsPointingDevice() bool

func (VZUSBDeviceInternalObject) SetUsbController ¶

func (o VZUSBDeviceInternalObject) SetUsbController(controller objectivec.IObject)

func (VZUSBDeviceInternalObject) SetVirtualMachine ¶

func (o VZUSBDeviceInternalObject) SetVirtualMachine(machine objectivec.IObject)

func (VZUSBDeviceInternalObject) UsbController ¶

func (o VZUSBDeviceInternalObject) UsbController() objectivec.IObject

func (VZUSBDeviceInternalObject) VirtualMachine ¶

func (o VZUSBDeviceInternalObject) VirtualMachine() objectivec.IObject

type VZUSBDeviceObject ¶

type VZUSBDeviceObject struct {
	objectivec.Object
}

VZUSBDeviceObject wraps an existing Objective-C object that conforms to the VZUSBDevice protocol.

func VZUSBDeviceObjectFromID ¶

func VZUSBDeviceObjectFromID(id objc.ID) VZUSBDeviceObject

VZUSBDeviceObjectFromID constructs a VZUSBDeviceObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (VZUSBDeviceObject) BaseObject ¶

func (o VZUSBDeviceObject) BaseObject() objectivec.Object

func (VZUSBDeviceObject) UsbController ¶

func (o VZUSBDeviceObject) UsbController() objectivec.IObject

func (VZUSBDeviceObject) Uuid ¶

type VZUSBKeyboard ¶

type VZUSBKeyboard struct {
	VZKeyboard
}

Methods ¶

func NewVZUSBKeyboard ¶

func NewVZUSBKeyboard() VZUSBKeyboard

NewVZUSBKeyboard creates a new VZUSBKeyboard instance.

func NewVZUSBKeyboardWithConfiguration ¶

func NewVZUSBKeyboardWithConfiguration(configuration objectivec.IObject) VZUSBKeyboard

func NewVZUSBKeyboardWithTypeVirtualMachineDeviceIdentifier ¶

func NewVZUSBKeyboardWithTypeVirtualMachineDeviceIdentifier(type_ int64, machine objectivec.IObject, identifier uint32) VZUSBKeyboard

func VZUSBKeyboardFromID ¶

func VZUSBKeyboardFromID(id objc.ID) VZUSBKeyboard

VZUSBKeyboardFromID constructs a VZUSBKeyboard from an objc.ID.

func (VZUSBKeyboard) Autorelease ¶

func (v VZUSBKeyboard) Autorelease() VZUSBKeyboard

Autorelease adds the receiver to the current autorelease pool.

func (VZUSBKeyboard) Init ¶

func (v VZUSBKeyboard) Init() VZUSBKeyboard

Init initializes the instance.

func (VZUSBKeyboard) InitWithConfiguration ¶

func (v VZUSBKeyboard) InitWithConfiguration(configuration objectivec.IObject) VZUSBKeyboard

type VZUSBKeyboardClass ¶

type VZUSBKeyboardClass struct {
	// contains filtered or unexported fields
}

func GetVZUSBKeyboardClass ¶

func GetVZUSBKeyboardClass() VZUSBKeyboardClass

GetVZUSBKeyboardClass returns the class object for _VZUSBKeyboard.

func (VZUSBKeyboardClass) Alloc ¶

func (vc VZUSBKeyboardClass) Alloc() VZUSBKeyboard

Alloc allocates memory for a new instance of the class.

func (VZUSBKeyboardClass) Class ¶

func (vc VZUSBKeyboardClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZUSBKeyboardConfiguration ¶

type VZUSBKeyboardConfiguration struct {
	VZKeyboardConfiguration
}

func NewVZUSBKeyboardConfiguration ¶

func NewVZUSBKeyboardConfiguration() VZUSBKeyboardConfiguration

NewVZUSBKeyboardConfiguration creates a new VZUSBKeyboardConfiguration instance.

func VZUSBKeyboardConfigurationFromID ¶

func VZUSBKeyboardConfigurationFromID(id objc.ID) VZUSBKeyboardConfiguration

VZUSBKeyboardConfigurationFromID constructs a VZUSBKeyboardConfiguration from an objc.ID.

func (VZUSBKeyboardConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZUSBKeyboardConfiguration) Init ¶

Init initializes the instance.

type VZUSBKeyboardConfigurationClass ¶

type VZUSBKeyboardConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZUSBKeyboardConfigurationClass ¶

func GetVZUSBKeyboardConfigurationClass() VZUSBKeyboardConfigurationClass

GetVZUSBKeyboardConfigurationClass returns the class object for VZUSBKeyboardConfiguration.

func (VZUSBKeyboardConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZUSBKeyboardConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZUSBMassStorageDevice ¶

type VZUSBMassStorageDevice struct {
	VZStorageDevice
}

Methods ¶

func NewVZUSBMassStorageDevice ¶

func NewVZUSBMassStorageDevice() VZUSBMassStorageDevice

NewVZUSBMassStorageDevice creates a new VZUSBMassStorageDevice instance.

func VZUSBMassStorageDeviceFromID ¶

func VZUSBMassStorageDeviceFromID(id objc.ID) VZUSBMassStorageDevice

VZUSBMassStorageDeviceFromID constructs a VZUSBMassStorageDevice from an objc.ID.

func (VZUSBMassStorageDevice) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZUSBMassStorageDevice) Configuration ¶

func (VZUSBMassStorageDevice) DebugDescription ¶

func (v VZUSBMassStorageDevice) DebugDescription() string

func (VZUSBMassStorageDevice) Description ¶

func (v VZUSBMassStorageDevice) Description() string

func (VZUSBMassStorageDevice) Hash ¶

func (v VZUSBMassStorageDevice) Hash() uint64

func (VZUSBMassStorageDevice) Init ¶

Init initializes the instance.

func (VZUSBMassStorageDevice) IsPointingDevice ¶

func (v VZUSBMassStorageDevice) IsPointingDevice() bool

func (VZUSBMassStorageDevice) SetConfiguration ¶

func (VZUSBMassStorageDevice) SetUsbController ¶

func (v VZUSBMassStorageDevice) SetUsbController(value IVZUSBController)

func (VZUSBMassStorageDevice) SetVirtualMachine ¶

func (v VZUSBMassStorageDevice) SetVirtualMachine(value IVZVirtualMachine)

func (VZUSBMassStorageDevice) Superclass ¶

func (v VZUSBMassStorageDevice) Superclass() objectivec.Class

func (VZUSBMassStorageDevice) UsbController ¶

func (v VZUSBMassStorageDevice) UsbController() IVZUSBController

func (VZUSBMassStorageDevice) UsbMassStorageConfiguration ¶

func (v VZUSBMassStorageDevice) UsbMassStorageConfiguration() IVZUSBMassStorageDeviceConfiguration

func (VZUSBMassStorageDevice) VirtualMachine ¶

func (v VZUSBMassStorageDevice) VirtualMachine() IVZVirtualMachine

type VZUSBMassStorageDeviceClass ¶

type VZUSBMassStorageDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZUSBMassStorageDeviceClass ¶

func GetVZUSBMassStorageDeviceClass() VZUSBMassStorageDeviceClass

GetVZUSBMassStorageDeviceClass returns the class object for VZUSBMassStorageDevice.

func (VZUSBMassStorageDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZUSBMassStorageDeviceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZUSBMassStorageDeviceConfiguration ¶

type VZUSBMassStorageDeviceConfiguration struct {
	VZStorageDeviceConfiguration
}

Methods ¶

func NewVZUSBMassStorageDeviceConfiguration ¶

func NewVZUSBMassStorageDeviceConfiguration() VZUSBMassStorageDeviceConfiguration

NewVZUSBMassStorageDeviceConfiguration creates a new VZUSBMassStorageDeviceConfiguration instance.

func VZUSBMassStorageDeviceConfigurationFromID ¶

func VZUSBMassStorageDeviceConfigurationFromID(id objc.ID) VZUSBMassStorageDeviceConfiguration

VZUSBMassStorageDeviceConfigurationFromID constructs a VZUSBMassStorageDeviceConfiguration from an objc.ID.

func (VZUSBMassStorageDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZUSBMassStorageDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZUSBMassStorageDeviceConfiguration) IsDuplicateConfiguration ¶

func (v VZUSBMassStorageDeviceConfiguration) IsDuplicateConfiguration(configuration objectivec.IObject) bool

func (VZUSBMassStorageDeviceConfiguration) MakeUSBDeviceWithVirtualMachine ¶

func (v VZUSBMassStorageDeviceConfiguration) MakeUSBDeviceWithVirtualMachine(machine objectivec.IObject) objectivec.IObject

type VZUSBMassStorageDeviceConfigurationClass ¶

type VZUSBMassStorageDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZUSBMassStorageDeviceConfigurationClass ¶

func GetVZUSBMassStorageDeviceConfigurationClass() VZUSBMassStorageDeviceConfigurationClass

GetVZUSBMassStorageDeviceConfigurationClass returns the class object for VZUSBMassStorageDeviceConfiguration.

func (VZUSBMassStorageDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZUSBMassStorageDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZUSBMouseConfiguration ¶

type VZUSBMouseConfiguration struct {
	VZPointingDeviceConfiguration
}

func NewVZUSBMouseConfiguration ¶

func NewVZUSBMouseConfiguration() VZUSBMouseConfiguration

NewVZUSBMouseConfiguration creates a new VZUSBMouseConfiguration instance.

func VZUSBMouseConfigurationFromID ¶

func VZUSBMouseConfigurationFromID(id objc.ID) VZUSBMouseConfiguration

VZUSBMouseConfigurationFromID constructs a VZUSBMouseConfiguration from an objc.ID.

func (VZUSBMouseConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZUSBMouseConfiguration) Init ¶

Init initializes the instance.

type VZUSBMouseConfigurationClass ¶

type VZUSBMouseConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZUSBMouseConfigurationClass ¶

func GetVZUSBMouseConfigurationClass() VZUSBMouseConfigurationClass

GetVZUSBMouseConfigurationClass returns the class object for _VZUSBMouseConfiguration.

func (VZUSBMouseConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZUSBMouseConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZUSBOpticalDriveDeviceConfiguration ¶

type VZUSBOpticalDriveDeviceConfiguration struct {
	VZStorageDeviceConfiguration
}

Methods ¶

func NewVZUSBOpticalDriveDeviceConfiguration ¶

func NewVZUSBOpticalDriveDeviceConfiguration() VZUSBOpticalDriveDeviceConfiguration

NewVZUSBOpticalDriveDeviceConfiguration creates a new VZUSBOpticalDriveDeviceConfiguration instance.

func NewVZUSBOpticalDriveDeviceConfigurationWithAttachment ¶

func NewVZUSBOpticalDriveDeviceConfigurationWithAttachment(attachment objectivec.IObject) VZUSBOpticalDriveDeviceConfiguration

func VZUSBOpticalDriveDeviceConfigurationFromID ¶

func VZUSBOpticalDriveDeviceConfigurationFromID(id objc.ID) VZUSBOpticalDriveDeviceConfiguration

VZUSBOpticalDriveDeviceConfigurationFromID constructs a VZUSBOpticalDriveDeviceConfiguration from an objc.ID.

func (VZUSBOpticalDriveDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZUSBOpticalDriveDeviceConfiguration) CanGetStorageDeviceWithQueueSessionCompletionHandler ¶ added in v0.6.0

func (v VZUSBOpticalDriveDeviceConfiguration) CanGetStorageDeviceWithQueueSessionCompletionHandler() bool

CanGetStorageDeviceWithQueueSessionCompletionHandler reports whether the receiver responds to the private selector _getStorageDeviceWithQueue:session:completionHandler:.

func (VZUSBOpticalDriveDeviceConfiguration) GetStorageDeviceWithQueueSessionCompletionHandler ¶

func (v VZUSBOpticalDriveDeviceConfiguration) GetStorageDeviceWithQueueSessionCompletionHandler(queue dispatch.Queue, session DispatchGroupSession, handler ErrorHandler) error

GetStorageDeviceWithQueueSessionCompletionHandler is an exported wrapper for the private method _getStorageDeviceWithQueueSessionCompletionHandler.

func (VZUSBOpticalDriveDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZUSBOpticalDriveDeviceConfiguration) InitWithAttachment ¶

type VZUSBOpticalDriveDeviceConfigurationClass ¶

type VZUSBOpticalDriveDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZUSBOpticalDriveDeviceConfigurationClass ¶

func GetVZUSBOpticalDriveDeviceConfigurationClass() VZUSBOpticalDriveDeviceConfigurationClass

GetVZUSBOpticalDriveDeviceConfigurationClass returns the class object for _VZUSBOpticalDriveDeviceConfiguration.

func (VZUSBOpticalDriveDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZUSBOpticalDriveDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZUSBPassthroughDevice ¶

type VZUSBPassthroughDevice struct {
	objectivec.Object
}

Methods ¶

func NewVZUSBPassthroughDevice ¶

func NewVZUSBPassthroughDevice() VZUSBPassthroughDevice

NewVZUSBPassthroughDevice creates a new VZUSBPassthroughDevice instance.

func NewVZUSBPassthroughDeviceWithConfigurationError ¶

func NewVZUSBPassthroughDeviceWithConfigurationError(configuration objectivec.IObject) (VZUSBPassthroughDevice, error)

func VZUSBPassthroughDeviceFromID ¶

func VZUSBPassthroughDeviceFromID(id objc.ID) VZUSBPassthroughDevice

VZUSBPassthroughDeviceFromID constructs a VZUSBPassthroughDevice from an objc.ID.

func (VZUSBPassthroughDevice) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZUSBPassthroughDevice) Configuration ¶

func (VZUSBPassthroughDevice) DebugDescription ¶

func (v VZUSBPassthroughDevice) DebugDescription() string

func (VZUSBPassthroughDevice) Description ¶

func (v VZUSBPassthroughDevice) Description() string

func (VZUSBPassthroughDevice) Hash ¶

func (v VZUSBPassthroughDevice) Hash() uint64

func (VZUSBPassthroughDevice) Init ¶

Init initializes the instance.

func (VZUSBPassthroughDevice) InitWithConfigurationError ¶

func (v VZUSBPassthroughDevice) InitWithConfigurationError(configuration objectivec.IObject) (VZUSBPassthroughDevice, error)

func (VZUSBPassthroughDevice) IsPointingDevice ¶

func (v VZUSBPassthroughDevice) IsPointingDevice() bool

func (VZUSBPassthroughDevice) SetConfiguration ¶

func (VZUSBPassthroughDevice) SetUsbController ¶

func (v VZUSBPassthroughDevice) SetUsbController(value IVZUSBController)

func (VZUSBPassthroughDevice) SetVirtualMachine ¶

func (v VZUSBPassthroughDevice) SetVirtualMachine(value IVZVirtualMachine)

func (VZUSBPassthroughDevice) Signature ¶

func (VZUSBPassthroughDevice) Superclass ¶

func (v VZUSBPassthroughDevice) Superclass() objectivec.Class

func (VZUSBPassthroughDevice) UsbController ¶

func (v VZUSBPassthroughDevice) UsbController() IVZUSBController

func (VZUSBPassthroughDevice) Uuid ¶

func (VZUSBPassthroughDevice) VirtualMachine ¶

func (v VZUSBPassthroughDevice) VirtualMachine() IVZVirtualMachine

type VZUSBPassthroughDeviceClass ¶

type VZUSBPassthroughDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZUSBPassthroughDeviceClass ¶

func GetVZUSBPassthroughDeviceClass() VZUSBPassthroughDeviceClass

GetVZUSBPassthroughDeviceClass returns the class object for _VZUSBPassthroughDevice.

func (VZUSBPassthroughDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZUSBPassthroughDeviceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZUSBPassthroughDeviceConfiguration ¶

type VZUSBPassthroughDeviceConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZUSBPassthroughDeviceConfiguration ¶

func NewVZUSBPassthroughDeviceConfiguration() VZUSBPassthroughDeviceConfiguration

NewVZUSBPassthroughDeviceConfiguration creates a new VZUSBPassthroughDeviceConfiguration instance.

func NewVZUSBPassthroughDeviceConfigurationWithDevice ¶

func NewVZUSBPassthroughDeviceConfigurationWithDevice(device objectivec.IObject) VZUSBPassthroughDeviceConfiguration

func VZUSBPassthroughDeviceConfigurationFromID ¶

func VZUSBPassthroughDeviceConfigurationFromID(id objc.ID) VZUSBPassthroughDeviceConfiguration

VZUSBPassthroughDeviceConfigurationFromID constructs a VZUSBPassthroughDeviceConfiguration from an objc.ID.

func (VZUSBPassthroughDeviceConfiguration) Accessory ¶

func (VZUSBPassthroughDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZUSBPassthroughDeviceConfiguration) DebugDescription ¶

func (v VZUSBPassthroughDeviceConfiguration) DebugDescription() string

func (VZUSBPassthroughDeviceConfiguration) Description ¶

func (VZUSBPassthroughDeviceConfiguration) Hash ¶

func (VZUSBPassthroughDeviceConfiguration) Init ¶

Init initializes the instance.

func (VZUSBPassthroughDeviceConfiguration) InitWithDevice ¶

func (VZUSBPassthroughDeviceConfiguration) IsDuplicateConfiguration ¶

func (v VZUSBPassthroughDeviceConfiguration) IsDuplicateConfiguration(configuration objectivec.IObject) bool

func (VZUSBPassthroughDeviceConfiguration) MakeUSBDeviceWithVirtualMachine ¶

func (v VZUSBPassthroughDeviceConfiguration) MakeUSBDeviceWithVirtualMachine(machine objectivec.IObject) objectivec.IObject

func (VZUSBPassthroughDeviceConfiguration) SetUuid ¶

func (VZUSBPassthroughDeviceConfiguration) Signature ¶

func (VZUSBPassthroughDeviceConfiguration) Superclass ¶

func (VZUSBPassthroughDeviceConfiguration) Uuid ¶

type VZUSBPassthroughDeviceConfigurationClass ¶

type VZUSBPassthroughDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZUSBPassthroughDeviceConfigurationClass ¶

func GetVZUSBPassthroughDeviceConfigurationClass() VZUSBPassthroughDeviceConfigurationClass

GetVZUSBPassthroughDeviceConfigurationClass returns the class object for _VZUSBPassthroughDeviceConfiguration.

func (VZUSBPassthroughDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZUSBPassthroughDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZUSBScreenCoordinatePointingDeviceConfiguration ¶

type VZUSBScreenCoordinatePointingDeviceConfiguration struct {
	VZPointingDeviceConfiguration
}

func NewVZUSBScreenCoordinatePointingDeviceConfiguration ¶

func NewVZUSBScreenCoordinatePointingDeviceConfiguration() VZUSBScreenCoordinatePointingDeviceConfiguration

NewVZUSBScreenCoordinatePointingDeviceConfiguration creates a new VZUSBScreenCoordinatePointingDeviceConfiguration instance.

func VZUSBScreenCoordinatePointingDeviceConfigurationFromID ¶

func VZUSBScreenCoordinatePointingDeviceConfigurationFromID(id objc.ID) VZUSBScreenCoordinatePointingDeviceConfiguration

VZUSBScreenCoordinatePointingDeviceConfigurationFromID constructs a VZUSBScreenCoordinatePointingDeviceConfiguration from an objc.ID.

func (VZUSBScreenCoordinatePointingDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZUSBScreenCoordinatePointingDeviceConfiguration) Init ¶

Init initializes the instance.

type VZUSBScreenCoordinatePointingDeviceConfigurationClass ¶

type VZUSBScreenCoordinatePointingDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZUSBScreenCoordinatePointingDeviceConfigurationClass ¶

func GetVZUSBScreenCoordinatePointingDeviceConfigurationClass() VZUSBScreenCoordinatePointingDeviceConfigurationClass

GetVZUSBScreenCoordinatePointingDeviceConfigurationClass returns the class object for VZUSBScreenCoordinatePointingDeviceConfiguration.

func (VZUSBScreenCoordinatePointingDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZUSBScreenCoordinatePointingDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZUSBTouchScreenConfiguration ¶

type VZUSBTouchScreenConfiguration struct {
	VZMultiTouchDeviceConfiguration
}

func NewVZUSBTouchScreenConfiguration ¶

func NewVZUSBTouchScreenConfiguration() VZUSBTouchScreenConfiguration

NewVZUSBTouchScreenConfiguration creates a new VZUSBTouchScreenConfiguration instance.

func VZUSBTouchScreenConfigurationFromID ¶

func VZUSBTouchScreenConfigurationFromID(id objc.ID) VZUSBTouchScreenConfiguration

VZUSBTouchScreenConfigurationFromID constructs a VZUSBTouchScreenConfiguration from an objc.ID.

func (VZUSBTouchScreenConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZUSBTouchScreenConfiguration) Init ¶

Init initializes the instance.

type VZUSBTouchScreenConfigurationClass ¶

type VZUSBTouchScreenConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZUSBTouchScreenConfigurationClass ¶

func GetVZUSBTouchScreenConfigurationClass() VZUSBTouchScreenConfigurationClass

GetVZUSBTouchScreenConfigurationClass returns the class object for _VZUSBTouchScreenConfiguration.

func (VZUSBTouchScreenConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZUSBTouchScreenConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZUnixSocketBifrostAttachment ¶

type VZUnixSocketBifrostAttachment struct {
	VZBifrostAttachment
}

Methods ¶

func NewVZUnixSocketBifrostAttachment ¶

func NewVZUnixSocketBifrostAttachment() VZUnixSocketBifrostAttachment

NewVZUnixSocketBifrostAttachment creates a new VZUnixSocketBifrostAttachment instance.

func NewVZUnixSocketBifrostAttachmentWithPathError ¶

func NewVZUnixSocketBifrostAttachmentWithPathError(path objectivec.IObject) (VZUnixSocketBifrostAttachment, error)

func VZUnixSocketBifrostAttachmentFromID ¶

func VZUnixSocketBifrostAttachmentFromID(id objc.ID) VZUnixSocketBifrostAttachment

VZUnixSocketBifrostAttachmentFromID constructs a VZUnixSocketBifrostAttachment from an objc.ID.

func (VZUnixSocketBifrostAttachment) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZUnixSocketBifrostAttachment) Init ¶

Init initializes the instance.

func (VZUnixSocketBifrostAttachment) InitWithPathError ¶

func (VZUnixSocketBifrostAttachment) Path ¶

type VZUnixSocketBifrostAttachmentClass ¶

type VZUnixSocketBifrostAttachmentClass struct {
	// contains filtered or unexported fields
}

func GetVZUnixSocketBifrostAttachmentClass ¶

func GetVZUnixSocketBifrostAttachmentClass() VZUnixSocketBifrostAttachmentClass

GetVZUnixSocketBifrostAttachmentClass returns the class object for _VZUnixSocketBifrostAttachment.

func (VZUnixSocketBifrostAttachmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZUnixSocketBifrostAttachmentClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (VZUnixSocketBifrostAttachmentClass) MaximumPathLength ¶

func (_VZUnixSocketBifrostAttachmentClass VZUnixSocketBifrostAttachmentClass) MaximumPathLength() uint64

type VZVNCAuthenticationSecurityConfiguration ¶

type VZVNCAuthenticationSecurityConfiguration struct {
	VZVNCSecurityConfiguration
}

Methods ¶

func NewVZVNCAuthenticationSecurityConfiguration ¶

func NewVZVNCAuthenticationSecurityConfiguration() VZVNCAuthenticationSecurityConfiguration

NewVZVNCAuthenticationSecurityConfiguration creates a new VZVNCAuthenticationSecurityConfiguration instance.

func NewVZVNCAuthenticationSecurityConfigurationWithPassword ¶

func NewVZVNCAuthenticationSecurityConfigurationWithPassword(password objectivec.IObject) VZVNCAuthenticationSecurityConfiguration

func VZVNCAuthenticationSecurityConfigurationFromID ¶

func VZVNCAuthenticationSecurityConfigurationFromID(id objc.ID) VZVNCAuthenticationSecurityConfiguration

VZVNCAuthenticationSecurityConfigurationFromID constructs a VZVNCAuthenticationSecurityConfiguration from an objc.ID.

func (VZVNCAuthenticationSecurityConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVNCAuthenticationSecurityConfiguration) Init ¶

Init initializes the instance.

func (VZVNCAuthenticationSecurityConfiguration) InitWithPassword ¶

func (VZVNCAuthenticationSecurityConfiguration) Password ¶

type VZVNCAuthenticationSecurityConfigurationClass ¶

type VZVNCAuthenticationSecurityConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVNCAuthenticationSecurityConfigurationClass ¶

func GetVZVNCAuthenticationSecurityConfigurationClass() VZVNCAuthenticationSecurityConfigurationClass

GetVZVNCAuthenticationSecurityConfigurationClass returns the class object for _VZVNCAuthenticationSecurityConfiguration.

func (VZVNCAuthenticationSecurityConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVNCAuthenticationSecurityConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVNCNoSecuritySecurityConfiguration ¶

type VZVNCNoSecuritySecurityConfiguration struct {
	VZVNCSecurityConfiguration
}

func NewVZVNCNoSecuritySecurityConfiguration ¶

func NewVZVNCNoSecuritySecurityConfiguration() VZVNCNoSecuritySecurityConfiguration

NewVZVNCNoSecuritySecurityConfiguration creates a new VZVNCNoSecuritySecurityConfiguration instance.

func VZVNCNoSecuritySecurityConfigurationFromID ¶

func VZVNCNoSecuritySecurityConfigurationFromID(id objc.ID) VZVNCNoSecuritySecurityConfiguration

VZVNCNoSecuritySecurityConfigurationFromID constructs a VZVNCNoSecuritySecurityConfiguration from an objc.ID.

func (VZVNCNoSecuritySecurityConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVNCNoSecuritySecurityConfiguration) Init ¶

Init initializes the instance.

type VZVNCNoSecuritySecurityConfigurationClass ¶

type VZVNCNoSecuritySecurityConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVNCNoSecuritySecurityConfigurationClass ¶

func GetVZVNCNoSecuritySecurityConfigurationClass() VZVNCNoSecuritySecurityConfigurationClass

GetVZVNCNoSecuritySecurityConfigurationClass returns the class object for _VZVNCNoSecuritySecurityConfiguration.

func (VZVNCNoSecuritySecurityConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVNCNoSecuritySecurityConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVNCSecurityConfiguration ¶

type VZVNCSecurityConfiguration struct {
	objectivec.Object
}

Methods ¶

  • [VZVNCSecurityConfiguration._init]

func NewVZVNCSecurityConfiguration ¶

func NewVZVNCSecurityConfiguration() VZVNCSecurityConfiguration

NewVZVNCSecurityConfiguration creates a new VZVNCSecurityConfiguration instance.

func VZVNCSecurityConfigurationFromID ¶

func VZVNCSecurityConfigurationFromID(id objc.ID) VZVNCSecurityConfiguration

VZVNCSecurityConfigurationFromID constructs a VZVNCSecurityConfiguration from an objc.ID.

func (VZVNCSecurityConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVNCSecurityConfiguration) Init ¶

Init initializes the instance.

type VZVNCSecurityConfigurationClass ¶

type VZVNCSecurityConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVNCSecurityConfigurationClass ¶

func GetVZVNCSecurityConfigurationClass() VZVNCSecurityConfigurationClass

GetVZVNCSecurityConfigurationClass returns the class object for _VZVNCSecurityConfiguration.

func (VZVNCSecurityConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVNCSecurityConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVNCServer ¶

type VZVNCServer struct {
	objectivec.Object
}

Methods ¶

func NewVZVNCServer ¶

func NewVZVNCServer() VZVNCServer

NewVZVNCServer creates a new VZVNCServer instance.

func NewVZVNCServerWithBonjourServiceName ¶

func NewVZVNCServerWithBonjourServiceName(name objectivec.IObject) VZVNCServer

func NewVZVNCServerWithBonjourServiceNameQueue ¶

func NewVZVNCServerWithBonjourServiceNameQueue(name objectivec.IObject, queue objectivec.IObject) VZVNCServer

func NewVZVNCServerWithBonjourServiceNameQueueSecurityConfiguration ¶

func NewVZVNCServerWithBonjourServiceNameQueueSecurityConfiguration(name objectivec.IObject, queue objectivec.IObject, configuration objectivec.IObject) VZVNCServer

func NewVZVNCServerWithPort ¶

func NewVZVNCServerWithPort(port uint16) VZVNCServer

func NewVZVNCServerWithPortQueue ¶

func NewVZVNCServerWithPortQueue(port uint16, queue objectivec.IObject) VZVNCServer

func NewVZVNCServerWithPortQueueSecurityConfiguration ¶

func NewVZVNCServerWithPortQueueSecurityConfiguration(port uint16, queue objectivec.IObject, configuration objectivec.IObject) VZVNCServer

func VZVNCServerFromID ¶

func VZVNCServerFromID(id objc.ID) VZVNCServer

VZVNCServerFromID constructs a VZVNCServer from an objc.ID.

func (VZVNCServer) Autorelease ¶

func (v VZVNCServer) Autorelease() VZVNCServer

Autorelease adds the receiver to the current autorelease pool.

func (VZVNCServer) DebugDescription ¶

func (v VZVNCServer) DebugDescription() string

func (VZVNCServer) Delegate ¶

func (v VZVNCServer) Delegate() unsafe.Pointer

func (VZVNCServer) Description ¶

func (v VZVNCServer) Description() string

func (VZVNCServer) FramebufferDidUpdateColorSpace ¶

func (v VZVNCServer) FramebufferDidUpdateColorSpace(space objectivec.IObject)

func (VZVNCServer) FramebufferDidUpdateGraphicsOrientation ¶

func (v VZVNCServer) FramebufferDidUpdateGraphicsOrientation(framebuffer objectivec.IObject, orientation int64)

func (VZVNCServer) GetDisplayProtectionOptions ¶

func (v VZVNCServer) GetDisplayProtectionOptions() unsafe.Pointer

func (VZVNCServer) GraphicsDisplay ¶

func (v VZVNCServer) GraphicsDisplay() IVZGraphicsDisplay

func (VZVNCServer) Hash ¶

func (v VZVNCServer) Hash() uint64

func (VZVNCServer) Init ¶

func (v VZVNCServer) Init() VZVNCServer

Init initializes the instance.

func (VZVNCServer) InitWithBonjourServiceName ¶

func (v VZVNCServer) InitWithBonjourServiceName(name objectivec.IObject) VZVNCServer

func (VZVNCServer) InitWithBonjourServiceNameQueue ¶

func (v VZVNCServer) InitWithBonjourServiceNameQueue(name objectivec.IObject, queue objectivec.IObject) VZVNCServer

func (VZVNCServer) InitWithBonjourServiceNameQueueSecurityConfiguration ¶

func (v VZVNCServer) InitWithBonjourServiceNameQueueSecurityConfiguration(name objectivec.IObject, queue objectivec.IObject, configuration objectivec.IObject) VZVNCServer

func (VZVNCServer) InitWithPort ¶

func (v VZVNCServer) InitWithPort(port uint16) VZVNCServer

func (VZVNCServer) InitWithPortQueue ¶

func (v VZVNCServer) InitWithPortQueue(port uint16, queue objectivec.IObject) VZVNCServer

func (VZVNCServer) InitWithPortQueueSecurityConfiguration ¶

func (v VZVNCServer) InitWithPortQueueSecurityConfiguration(port uint16, queue objectivec.IObject, configuration objectivec.IObject) VZVNCServer

func (VZVNCServer) Port ¶

func (v VZVNCServer) Port() uint16

func (VZVNCServer) Queue ¶

func (v VZVNCServer) Queue() objectivec.Object

func (VZVNCServer) SecurityConfiguration ¶

func (v VZVNCServer) SecurityConfiguration() IVZVNCSecurityConfiguration

func (VZVNCServer) SetDelegate ¶

func (v VZVNCServer) SetDelegate(value unsafe.Pointer)

func (VZVNCServer) SetGraphicsDisplay ¶

func (v VZVNCServer) SetGraphicsDisplay(value IVZGraphicsDisplay)

func (VZVNCServer) SetState ¶

func (v VZVNCServer) SetState(value int64)

func (VZVNCServer) SetVirtualMachine ¶

func (v VZVNCServer) SetVirtualMachine(value IVZVirtualMachine)

func (VZVNCServer) Start ¶

func (v VZVNCServer) Start()

func (VZVNCServer) State ¶

func (v VZVNCServer) State() int64

func (VZVNCServer) Stop ¶

func (v VZVNCServer) Stop()

func (VZVNCServer) Superclass ¶

func (v VZVNCServer) Superclass() objectivec.Class

func (VZVNCServer) VirtualMachine ¶

func (v VZVNCServer) VirtualMachine() IVZVirtualMachine

type VZVNCServerClass ¶

type VZVNCServerClass struct {
	// contains filtered or unexported fields
}

func GetVZVNCServerClass ¶

func GetVZVNCServerClass() VZVNCServerClass

GetVZVNCServerClass returns the class object for _VZVNCServer.

func (VZVNCServerClass) Alloc ¶

func (vc VZVNCServerClass) Alloc() VZVNCServer

Alloc allocates memory for a new instance of the class.

func (VZVNCServerClass) Class ¶

func (vc VZVNCServerClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZVhostUserNetworkDeviceAttachment ¶

type VZVhostUserNetworkDeviceAttachment struct {
	VZNetworkDeviceAttachment
}

Methods ¶

func NewVZVhostUserNetworkDeviceAttachment ¶

func NewVZVhostUserNetworkDeviceAttachment() VZVhostUserNetworkDeviceAttachment

NewVZVhostUserNetworkDeviceAttachment creates a new VZVhostUserNetworkDeviceAttachment instance.

func NewVZVhostUserNetworkDeviceAttachmentWithInterfaceError ¶

func NewVZVhostUserNetworkDeviceAttachmentWithInterfaceError(interface_ objectivec.IObject) (VZVhostUserNetworkDeviceAttachment, error)

func NewVZVhostUserNetworkDeviceAttachmentWithInterfaceMaximumTransmissionUnitHostChecksumOffloadGuestChecksumOffloadHostTcpSegmentationOffloadGuestTcpSegmentationOffloadError ¶

func NewVZVhostUserNetworkDeviceAttachmentWithInterfaceMaximumTransmissionUnitHostChecksumOffloadGuestChecksumOffloadHostTcpSegmentationOffloadGuestTcpSegmentationOffloadError(interface_ objectivec.IObject, unit int64, offload int64, offload2 int64, offload3 int64, offload4 int64) (VZVhostUserNetworkDeviceAttachment, error)

func NewVZVhostUserNetworkDeviceAttachmentWithInterfaceXpcServiceMaximumTransmissionUnitHostChecksumOffloadGuestChecksumOffloadHostTcpSegmentationOffloadGuestTcpSegmentationOffloadError ¶

func NewVZVhostUserNetworkDeviceAttachmentWithInterfaceXpcServiceMaximumTransmissionUnitHostChecksumOffloadGuestChecksumOffloadHostTcpSegmentationOffloadGuestTcpSegmentationOffloadError(interface_ objectivec.IObject, service int64, unit int64, offload int64, offload2 int64, offload3 int64, offload4 int64) (VZVhostUserNetworkDeviceAttachment, error)

func VZVhostUserNetworkDeviceAttachmentFromID ¶

func VZVhostUserNetworkDeviceAttachmentFromID(id objc.ID) VZVhostUserNetworkDeviceAttachment

VZVhostUserNetworkDeviceAttachmentFromID constructs a VZVhostUserNetworkDeviceAttachment from an objc.ID.

func (VZVhostUserNetworkDeviceAttachment) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVhostUserNetworkDeviceAttachment) GuestChecksumOffload ¶

func (v VZVhostUserNetworkDeviceAttachment) GuestChecksumOffload() int64

func (VZVhostUserNetworkDeviceAttachment) GuestTcpSegmentationOffload ¶

func (v VZVhostUserNetworkDeviceAttachment) GuestTcpSegmentationOffload() int64

func (VZVhostUserNetworkDeviceAttachment) HostChecksumOffload ¶

func (v VZVhostUserNetworkDeviceAttachment) HostChecksumOffload() int64

func (VZVhostUserNetworkDeviceAttachment) HostTcpSegmentationOffload ¶

func (v VZVhostUserNetworkDeviceAttachment) HostTcpSegmentationOffload() int64

func (VZVhostUserNetworkDeviceAttachment) Init ¶

Init initializes the instance.

func (VZVhostUserNetworkDeviceAttachment) InitWithInterfaceError ¶

func (VZVhostUserNetworkDeviceAttachment) InitWithInterfaceMaximumTransmissionUnitHostChecksumOffloadGuestChecksumOffloadHostTcpSegmentationOffloadGuestTcpSegmentationOffloadError ¶

func (v VZVhostUserNetworkDeviceAttachment) InitWithInterfaceMaximumTransmissionUnitHostChecksumOffloadGuestChecksumOffloadHostTcpSegmentationOffloadGuestTcpSegmentationOffloadError(interface_ objectivec.IObject, unit int64, offload int64, offload2 int64, offload3 int64, offload4 int64) (VZVhostUserNetworkDeviceAttachment, error)

func (VZVhostUserNetworkDeviceAttachment) InitWithInterfaceXpcServiceMaximumTransmissionUnitHostChecksumOffloadGuestChecksumOffloadHostTcpSegmentationOffloadGuestTcpSegmentationOffloadError ¶

func (v VZVhostUserNetworkDeviceAttachment) InitWithInterfaceXpcServiceMaximumTransmissionUnitHostChecksumOffloadGuestChecksumOffloadHostTcpSegmentationOffloadGuestTcpSegmentationOffloadError(interface_ objectivec.IObject, service int64, unit int64, offload int64, offload2 int64, offload3 int64, offload4 int64) (VZVhostUserNetworkDeviceAttachment, error)

func (VZVhostUserNetworkDeviceAttachment) Interface ¶

func (VZVhostUserNetworkDeviceAttachment) MaximumTransmissionUnit ¶

func (v VZVhostUserNetworkDeviceAttachment) MaximumTransmissionUnit() int64

func (VZVhostUserNetworkDeviceAttachment) XpcService ¶

type VZVhostUserNetworkDeviceAttachmentClass ¶

type VZVhostUserNetworkDeviceAttachmentClass struct {
	// contains filtered or unexported fields
}

func GetVZVhostUserNetworkDeviceAttachmentClass ¶

func GetVZVhostUserNetworkDeviceAttachmentClass() VZVhostUserNetworkDeviceAttachmentClass

GetVZVhostUserNetworkDeviceAttachmentClass returns the class object for _VZVhostUserNetworkDeviceAttachment.

func (VZVhostUserNetworkDeviceAttachmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVhostUserNetworkDeviceAttachmentClass) CanDefaultMaximumTransmissionUnit ¶ added in v0.6.0

func (_VZVhostUserNetworkDeviceAttachmentClass VZVhostUserNetworkDeviceAttachmentClass) CanDefaultMaximumTransmissionUnit() bool

CanDefaultMaximumTransmissionUnit reports whether the receiver responds to the private selector _defaultMaximumTransmissionUnit.

func (VZVhostUserNetworkDeviceAttachmentClass) CanDefaultOffloadMode ¶ added in v0.6.0

func (_VZVhostUserNetworkDeviceAttachmentClass VZVhostUserNetworkDeviceAttachmentClass) CanDefaultOffloadMode() bool

CanDefaultOffloadMode reports whether the receiver responds to the private selector _defaultOffloadMode.

func (VZVhostUserNetworkDeviceAttachmentClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (VZVhostUserNetworkDeviceAttachmentClass) DefaultMaximumTransmissionUnit ¶

func (_VZVhostUserNetworkDeviceAttachmentClass VZVhostUserNetworkDeviceAttachmentClass) DefaultMaximumTransmissionUnit() (int64, error)

DefaultMaximumTransmissionUnit is an exported wrapper for the private method _defaultMaximumTransmissionUnit.

func (VZVhostUserNetworkDeviceAttachmentClass) DefaultOffloadMode ¶

func (_VZVhostUserNetworkDeviceAttachmentClass VZVhostUserNetworkDeviceAttachmentClass) DefaultOffloadMode() (int64, error)

DefaultOffloadMode is an exported wrapper for the private method _defaultOffloadMode.

type VZVirtioConsoleDevice ¶

type VZVirtioConsoleDevice struct {
	VZConsoleDevice
}

func NewVZVirtioConsoleDevice ¶

func NewVZVirtioConsoleDevice() VZVirtioConsoleDevice

NewVZVirtioConsoleDevice creates a new VZVirtioConsoleDevice instance.

func NewVirtioConsoleDeviceWithVirtualMachineConsoleDeviceIndexConfiguration ¶

func NewVirtioConsoleDeviceWithVirtualMachineConsoleDeviceIndexConfiguration(machine objectivec.IObject, index uint64, configuration objectivec.IObject) VZVirtioConsoleDevice

func VZVirtioConsoleDeviceFromID ¶

func VZVirtioConsoleDeviceFromID(id objc.ID) VZVirtioConsoleDevice

VZVirtioConsoleDeviceFromID constructs a VZVirtioConsoleDevice from an objc.ID.

func (VZVirtioConsoleDevice) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioConsoleDevice) Init ¶

Init initializes the instance.

type VZVirtioConsoleDeviceClass ¶

type VZVirtioConsoleDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioConsoleDeviceClass ¶

func GetVZVirtioConsoleDeviceClass() VZVirtioConsoleDeviceClass

GetVZVirtioConsoleDeviceClass returns the class object for VZVirtioConsoleDevice.

func (VZVirtioConsoleDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioConsoleDeviceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioConsoleDeviceConfiguration ¶

type VZVirtioConsoleDeviceConfiguration struct {
	VZConsoleDeviceConfiguration
}

func NewVZVirtioConsoleDeviceConfiguration ¶

func NewVZVirtioConsoleDeviceConfiguration() VZVirtioConsoleDeviceConfiguration

NewVZVirtioConsoleDeviceConfiguration creates a new VZVirtioConsoleDeviceConfiguration instance.

func VZVirtioConsoleDeviceConfigurationFromID ¶

func VZVirtioConsoleDeviceConfigurationFromID(id objc.ID) VZVirtioConsoleDeviceConfiguration

VZVirtioConsoleDeviceConfigurationFromID constructs a VZVirtioConsoleDeviceConfiguration from an objc.ID.

func (VZVirtioConsoleDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioConsoleDeviceConfiguration) Init ¶

Init initializes the instance.

type VZVirtioConsoleDeviceConfigurationClass ¶

type VZVirtioConsoleDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioConsoleDeviceConfigurationClass ¶

func GetVZVirtioConsoleDeviceConfigurationClass() VZVirtioConsoleDeviceConfigurationClass

GetVZVirtioConsoleDeviceConfigurationClass returns the class object for VZVirtioConsoleDeviceConfiguration.

func (VZVirtioConsoleDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioConsoleDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioConsoleDeviceDelegate ¶

type VZVirtioConsoleDeviceDelegate interface {
	objectivec.IObject
}

VZVirtioConsoleDeviceDelegate protocol.

type VZVirtioConsoleDeviceDelegateObject ¶

type VZVirtioConsoleDeviceDelegateObject struct {
	objectivec.Object
}

VZVirtioConsoleDeviceDelegateObject wraps an existing Objective-C object that conforms to the VZVirtioConsoleDeviceDelegate protocol.

func VZVirtioConsoleDeviceDelegateObjectFromID ¶

func VZVirtioConsoleDeviceDelegateObjectFromID(id objc.ID) VZVirtioConsoleDeviceDelegateObject

VZVirtioConsoleDeviceDelegateObjectFromID constructs a VZVirtioConsoleDeviceDelegateObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (VZVirtioConsoleDeviceDelegateObject) BaseObject ¶

func (VZVirtioConsoleDeviceDelegateObject) ConsoleDeviceDidClosePort ¶

func (o VZVirtioConsoleDeviceDelegateObject) ConsoleDeviceDidClosePort(device objectivec.IObject, port objectivec.IObject)

func (VZVirtioConsoleDeviceDelegateObject) ConsoleDeviceDidOpenPort ¶

func (o VZVirtioConsoleDeviceDelegateObject) ConsoleDeviceDidOpenPort(device objectivec.IObject, port objectivec.IObject)

type VZVirtioConsoleDeviceSerialPortConfiguration ¶

type VZVirtioConsoleDeviceSerialPortConfiguration struct {
	VZSerialPortConfiguration
}

func NewVZVirtioConsoleDeviceSerialPortConfiguration ¶

func NewVZVirtioConsoleDeviceSerialPortConfiguration() VZVirtioConsoleDeviceSerialPortConfiguration

NewVZVirtioConsoleDeviceSerialPortConfiguration creates a new VZVirtioConsoleDeviceSerialPortConfiguration instance.

func VZVirtioConsoleDeviceSerialPortConfigurationFromID ¶

func VZVirtioConsoleDeviceSerialPortConfigurationFromID(id objc.ID) VZVirtioConsoleDeviceSerialPortConfiguration

VZVirtioConsoleDeviceSerialPortConfigurationFromID constructs a VZVirtioConsoleDeviceSerialPortConfiguration from an objc.ID.

func (VZVirtioConsoleDeviceSerialPortConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioConsoleDeviceSerialPortConfiguration) Init ¶

Init initializes the instance.

type VZVirtioConsoleDeviceSerialPortConfigurationClass ¶

type VZVirtioConsoleDeviceSerialPortConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioConsoleDeviceSerialPortConfigurationClass ¶

func GetVZVirtioConsoleDeviceSerialPortConfigurationClass() VZVirtioConsoleDeviceSerialPortConfigurationClass

GetVZVirtioConsoleDeviceSerialPortConfigurationClass returns the class object for VZVirtioConsoleDeviceSerialPortConfiguration.

func (VZVirtioConsoleDeviceSerialPortConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioConsoleDeviceSerialPortConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioConsolePortConfiguration ¶

type VZVirtioConsolePortConfiguration struct {
	VZConsolePortConfiguration
}

func NewVZVirtioConsolePortConfiguration ¶

func NewVZVirtioConsolePortConfiguration() VZVirtioConsolePortConfiguration

NewVZVirtioConsolePortConfiguration creates a new VZVirtioConsolePortConfiguration instance.

func VZVirtioConsolePortConfigurationFromID ¶

func VZVirtioConsolePortConfigurationFromID(id objc.ID) VZVirtioConsolePortConfiguration

VZVirtioConsolePortConfigurationFromID constructs a VZVirtioConsolePortConfiguration from an objc.ID.

func (VZVirtioConsolePortConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioConsolePortConfiguration) Init ¶

Init initializes the instance.

type VZVirtioConsolePortConfigurationClass ¶

type VZVirtioConsolePortConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioConsolePortConfigurationClass ¶

func GetVZVirtioConsolePortConfigurationClass() VZVirtioConsolePortConfigurationClass

GetVZVirtioConsolePortConfigurationClass returns the class object for VZVirtioConsolePortConfiguration.

func (VZVirtioConsolePortConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioConsolePortConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioDeviceSpecificConfiguration ¶

type VZVirtioDeviceSpecificConfiguration struct {
	objectivec.Object
}

Methods ¶

  • [VZVirtioDeviceSpecificConfiguration._configuration]
  • [VZVirtioDeviceSpecificConfiguration._init]

func NewVZVirtioDeviceSpecificConfiguration ¶

func NewVZVirtioDeviceSpecificConfiguration() VZVirtioDeviceSpecificConfiguration

NewVZVirtioDeviceSpecificConfiguration creates a new VZVirtioDeviceSpecificConfiguration instance.

func VZVirtioDeviceSpecificConfigurationFromID ¶

func VZVirtioDeviceSpecificConfigurationFromID(id objc.ID) VZVirtioDeviceSpecificConfiguration

VZVirtioDeviceSpecificConfigurationFromID constructs a VZVirtioDeviceSpecificConfiguration from an objc.ID.

func (VZVirtioDeviceSpecificConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioDeviceSpecificConfiguration) CanConfiguration ¶ added in v0.6.0

func (v VZVirtioDeviceSpecificConfiguration) CanConfiguration() bool

CanConfiguration reports whether the receiver responds to the private selector _configuration.

func (VZVirtioDeviceSpecificConfiguration) Configuration ¶ added in v0.6.0

Configuration is an exported wrapper for the private property _configuration.

func (VZVirtioDeviceSpecificConfiguration) Init ¶

Init initializes the instance.

type VZVirtioDeviceSpecificConfigurationClass ¶

type VZVirtioDeviceSpecificConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioDeviceSpecificConfigurationClass ¶

func GetVZVirtioDeviceSpecificConfigurationClass() VZVirtioDeviceSpecificConfigurationClass

GetVZVirtioDeviceSpecificConfigurationClass returns the class object for _VZVirtioDeviceSpecificConfiguration.

func (VZVirtioDeviceSpecificConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioDeviceSpecificConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioEntropyDeviceConfiguration ¶

type VZVirtioEntropyDeviceConfiguration struct {
	VZEntropyDeviceConfiguration
}

func NewVZVirtioEntropyDeviceConfiguration ¶

func NewVZVirtioEntropyDeviceConfiguration() VZVirtioEntropyDeviceConfiguration

NewVZVirtioEntropyDeviceConfiguration creates a new VZVirtioEntropyDeviceConfiguration instance.

func VZVirtioEntropyDeviceConfigurationFromID ¶

func VZVirtioEntropyDeviceConfigurationFromID(id objc.ID) VZVirtioEntropyDeviceConfiguration

VZVirtioEntropyDeviceConfigurationFromID constructs a VZVirtioEntropyDeviceConfiguration from an objc.ID.

func (VZVirtioEntropyDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioEntropyDeviceConfiguration) Init ¶

Init initializes the instance.

type VZVirtioEntropyDeviceConfigurationClass ¶

type VZVirtioEntropyDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioEntropyDeviceConfigurationClass ¶

func GetVZVirtioEntropyDeviceConfigurationClass() VZVirtioEntropyDeviceConfigurationClass

GetVZVirtioEntropyDeviceConfigurationClass returns the class object for VZVirtioEntropyDeviceConfiguration.

func (VZVirtioEntropyDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioEntropyDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioFileSystemDeviceConfiguration ¶

type VZVirtioFileSystemDeviceConfiguration struct {
	VZDirectorySharingDeviceConfiguration
}

func NewVZVirtioFileSystemDeviceConfiguration ¶

func NewVZVirtioFileSystemDeviceConfiguration() VZVirtioFileSystemDeviceConfiguration

NewVZVirtioFileSystemDeviceConfiguration creates a new VZVirtioFileSystemDeviceConfiguration instance.

func VZVirtioFileSystemDeviceConfigurationFromID ¶

func VZVirtioFileSystemDeviceConfigurationFromID(id objc.ID) VZVirtioFileSystemDeviceConfiguration

VZVirtioFileSystemDeviceConfigurationFromID constructs a VZVirtioFileSystemDeviceConfiguration from an objc.ID.

func (VZVirtioFileSystemDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioFileSystemDeviceConfiguration) Init ¶

Init initializes the instance.

type VZVirtioFileSystemDeviceConfigurationClass ¶

type VZVirtioFileSystemDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioFileSystemDeviceConfigurationClass ¶

func GetVZVirtioFileSystemDeviceConfigurationClass() VZVirtioFileSystemDeviceConfigurationClass

GetVZVirtioFileSystemDeviceConfigurationClass returns the class object for VZVirtioFileSystemDeviceConfiguration.

func (VZVirtioFileSystemDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioFileSystemDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioGenericDeviceSpecificConfiguration ¶

type VZVirtioGenericDeviceSpecificConfiguration struct {
	VZVirtioDeviceSpecificConfiguration
}

Methods ¶

func NewVZVirtioGenericDeviceSpecificConfiguration ¶

func NewVZVirtioGenericDeviceSpecificConfiguration() VZVirtioGenericDeviceSpecificConfiguration

NewVZVirtioGenericDeviceSpecificConfiguration creates a new VZVirtioGenericDeviceSpecificConfiguration instance.

func NewVZVirtioGenericDeviceSpecificConfigurationWithConfigurationData ¶

func NewVZVirtioGenericDeviceSpecificConfigurationWithConfigurationData(data objectivec.IObject) VZVirtioGenericDeviceSpecificConfiguration

func VZVirtioGenericDeviceSpecificConfigurationFromID ¶

func VZVirtioGenericDeviceSpecificConfigurationFromID(id objc.ID) VZVirtioGenericDeviceSpecificConfiguration

VZVirtioGenericDeviceSpecificConfigurationFromID constructs a VZVirtioGenericDeviceSpecificConfiguration from an objc.ID.

func (VZVirtioGenericDeviceSpecificConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioGenericDeviceSpecificConfiguration) ConfigurationData ¶

func (VZVirtioGenericDeviceSpecificConfiguration) Init ¶

Init initializes the instance.

func (VZVirtioGenericDeviceSpecificConfiguration) InitWithConfigurationData ¶

type VZVirtioGenericDeviceSpecificConfigurationClass ¶

type VZVirtioGenericDeviceSpecificConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioGenericDeviceSpecificConfigurationClass ¶

func GetVZVirtioGenericDeviceSpecificConfigurationClass() VZVirtioGenericDeviceSpecificConfigurationClass

GetVZVirtioGenericDeviceSpecificConfigurationClass returns the class object for _VZVirtioGenericDeviceSpecificConfiguration.

func (VZVirtioGenericDeviceSpecificConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioGenericDeviceSpecificConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioGraphicsDevice ¶

type VZVirtioGraphicsDevice struct {
	VZGraphicsDevice
}

func NewVZVirtioGraphicsDevice ¶

func NewVZVirtioGraphicsDevice() VZVirtioGraphicsDevice

NewVZVirtioGraphicsDevice creates a new VZVirtioGraphicsDevice instance.

func VZVirtioGraphicsDeviceFromID ¶

func VZVirtioGraphicsDeviceFromID(id objc.ID) VZVirtioGraphicsDevice

VZVirtioGraphicsDeviceFromID constructs a VZVirtioGraphicsDevice from an objc.ID.

func (VZVirtioGraphicsDevice) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioGraphicsDevice) Init ¶

Init initializes the instance.

type VZVirtioGraphicsDeviceClass ¶

type VZVirtioGraphicsDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioGraphicsDeviceClass ¶

func GetVZVirtioGraphicsDeviceClass() VZVirtioGraphicsDeviceClass

GetVZVirtioGraphicsDeviceClass returns the class object for VZVirtioGraphicsDevice.

func (VZVirtioGraphicsDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioGraphicsDeviceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioGraphicsDeviceConfiguration ¶

type VZVirtioGraphicsDeviceConfiguration struct {
	VZGraphicsDeviceConfiguration
}

func NewVZVirtioGraphicsDeviceConfiguration ¶

func NewVZVirtioGraphicsDeviceConfiguration() VZVirtioGraphicsDeviceConfiguration

NewVZVirtioGraphicsDeviceConfiguration creates a new VZVirtioGraphicsDeviceConfiguration instance.

func VZVirtioGraphicsDeviceConfigurationFromID ¶

func VZVirtioGraphicsDeviceConfigurationFromID(id objc.ID) VZVirtioGraphicsDeviceConfiguration

VZVirtioGraphicsDeviceConfigurationFromID constructs a VZVirtioGraphicsDeviceConfiguration from an objc.ID.

func (VZVirtioGraphicsDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioGraphicsDeviceConfiguration) Init ¶

Init initializes the instance.

type VZVirtioGraphicsDeviceConfigurationClass ¶

type VZVirtioGraphicsDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioGraphicsDeviceConfigurationClass ¶

func GetVZVirtioGraphicsDeviceConfigurationClass() VZVirtioGraphicsDeviceConfigurationClass

GetVZVirtioGraphicsDeviceConfigurationClass returns the class object for VZVirtioGraphicsDeviceConfiguration.

func (VZVirtioGraphicsDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioGraphicsDeviceConfigurationClass) CanMaximumAllowedDisplayCount ¶ added in v0.6.0

func (_VZVirtioGraphicsDeviceConfigurationClass VZVirtioGraphicsDeviceConfigurationClass) CanMaximumAllowedDisplayCount() bool

CanMaximumAllowedDisplayCount reports whether the receiver responds to the private selector _maximumAllowedDisplayCount.

func (VZVirtioGraphicsDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (VZVirtioGraphicsDeviceConfigurationClass) MaximumAllowedDisplayCount ¶

func (_VZVirtioGraphicsDeviceConfigurationClass VZVirtioGraphicsDeviceConfigurationClass) MaximumAllowedDisplayCount() (uint64, error)

MaximumAllowedDisplayCount is an exported wrapper for the private method _maximumAllowedDisplayCount.

type VZVirtioGraphicsScanout ¶

type VZVirtioGraphicsScanout struct {
	VZGraphicsDisplay
}

Methods ¶

func NewVZVirtioGraphicsScanout ¶

func NewVZVirtioGraphicsScanout() VZVirtioGraphicsScanout

NewVZVirtioGraphicsScanout creates a new VZVirtioGraphicsScanout instance.

func NewVirtioGraphicsScanoutWithConfigurationError ¶

func NewVirtioGraphicsScanoutWithConfigurationError(configuration objectivec.IObject) (VZVirtioGraphicsScanout, error)

func NewVirtioGraphicsScanoutWithVirtualMachineGraphicsDeviceIndexFramebufferIndexUuid ¶

func NewVirtioGraphicsScanoutWithVirtualMachineGraphicsDeviceIndexFramebufferIndexUuid(machine objectivec.IObject, index uint64, index2 uint64, uuid objectivec.IObject) VZVirtioGraphicsScanout

func VZVirtioGraphicsScanoutFromID ¶

func VZVirtioGraphicsScanoutFromID(id objc.ID) VZVirtioGraphicsScanout

VZVirtioGraphicsScanoutFromID constructs a VZVirtioGraphicsScanout from an objc.ID.

func (VZVirtioGraphicsScanout) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioGraphicsScanout) Init ¶

Init initializes the instance.

func (VZVirtioGraphicsScanout) InitWithConfigurationError ¶

func (v VZVirtioGraphicsScanout) InitWithConfigurationError(configuration objectivec.IObject) (VZVirtioGraphicsScanout, error)

func (VZVirtioGraphicsScanout) ReconfigureWithConfigurationError ¶

func (v VZVirtioGraphicsScanout) ReconfigureWithConfigurationError(configuration objectivec.IObject) (bool, error)

type VZVirtioGraphicsScanoutClass ¶

type VZVirtioGraphicsScanoutClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioGraphicsScanoutClass ¶

func GetVZVirtioGraphicsScanoutClass() VZVirtioGraphicsScanoutClass

GetVZVirtioGraphicsScanoutClass returns the class object for VZVirtioGraphicsScanout.

func (VZVirtioGraphicsScanoutClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioGraphicsScanoutClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioGraphicsScanoutConfiguration ¶

type VZVirtioGraphicsScanoutConfiguration struct {
	VZGraphicsDisplayConfiguration
}

func NewVZVirtioGraphicsScanoutConfiguration ¶

func NewVZVirtioGraphicsScanoutConfiguration() VZVirtioGraphicsScanoutConfiguration

NewVZVirtioGraphicsScanoutConfiguration creates a new VZVirtioGraphicsScanoutConfiguration instance.

func VZVirtioGraphicsScanoutConfigurationFromID ¶

func VZVirtioGraphicsScanoutConfigurationFromID(id objc.ID) VZVirtioGraphicsScanoutConfiguration

VZVirtioGraphicsScanoutConfigurationFromID constructs a VZVirtioGraphicsScanoutConfiguration from an objc.ID.

func (VZVirtioGraphicsScanoutConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioGraphicsScanoutConfiguration) Init ¶

Init initializes the instance.

type VZVirtioGraphicsScanoutConfigurationClass ¶

type VZVirtioGraphicsScanoutConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioGraphicsScanoutConfigurationClass ¶

func GetVZVirtioGraphicsScanoutConfigurationClass() VZVirtioGraphicsScanoutConfigurationClass

GetVZVirtioGraphicsScanoutConfigurationClass returns the class object for VZVirtioGraphicsScanoutConfiguration.

func (VZVirtioGraphicsScanoutConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioGraphicsScanoutConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioInputDeviceSpecificConfiguration ¶

type VZVirtioInputDeviceSpecificConfiguration struct {
	VZVirtioDeviceSpecificConfiguration
}

Methods ¶

func NewVZVirtioInputDeviceSpecificConfiguration ¶

func NewVZVirtioInputDeviceSpecificConfiguration() VZVirtioInputDeviceSpecificConfiguration

NewVZVirtioInputDeviceSpecificConfiguration creates a new VZVirtioInputDeviceSpecificConfiguration instance.

func NewVZVirtioInputDeviceSpecificConfigurationWithConfigurations ¶

func NewVZVirtioInputDeviceSpecificConfigurationWithConfigurations(configurations objectivec.IObject) VZVirtioInputDeviceSpecificConfiguration

func VZVirtioInputDeviceSpecificConfigurationFromID ¶

func VZVirtioInputDeviceSpecificConfigurationFromID(id objc.ID) VZVirtioInputDeviceSpecificConfiguration

VZVirtioInputDeviceSpecificConfigurationFromID constructs a VZVirtioInputDeviceSpecificConfiguration from an objc.ID.

func (VZVirtioInputDeviceSpecificConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioInputDeviceSpecificConfiguration) Configurations ¶

func (VZVirtioInputDeviceSpecificConfiguration) Init ¶

Init initializes the instance.

func (VZVirtioInputDeviceSpecificConfiguration) InitWithConfigurations ¶

type VZVirtioInputDeviceSpecificConfigurationClass ¶

type VZVirtioInputDeviceSpecificConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioInputDeviceSpecificConfigurationClass ¶

func GetVZVirtioInputDeviceSpecificConfigurationClass() VZVirtioInputDeviceSpecificConfigurationClass

GetVZVirtioInputDeviceSpecificConfigurationClass returns the class object for _VZVirtioInputDeviceSpecificConfiguration.

func (VZVirtioInputDeviceSpecificConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioInputDeviceSpecificConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioKeyboardInputDeviceConfiguration ¶

type VZVirtioKeyboardInputDeviceConfiguration struct {
	VZKeyboardConfiguration
}

func NewVZVirtioKeyboardInputDeviceConfiguration ¶

func NewVZVirtioKeyboardInputDeviceConfiguration() VZVirtioKeyboardInputDeviceConfiguration

NewVZVirtioKeyboardInputDeviceConfiguration creates a new VZVirtioKeyboardInputDeviceConfiguration instance.

func VZVirtioKeyboardInputDeviceConfigurationFromID ¶

func VZVirtioKeyboardInputDeviceConfigurationFromID(id objc.ID) VZVirtioKeyboardInputDeviceConfiguration

VZVirtioKeyboardInputDeviceConfigurationFromID constructs a VZVirtioKeyboardInputDeviceConfiguration from an objc.ID.

func (VZVirtioKeyboardInputDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioKeyboardInputDeviceConfiguration) Init ¶

Init initializes the instance.

type VZVirtioKeyboardInputDeviceConfigurationClass ¶

type VZVirtioKeyboardInputDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioKeyboardInputDeviceConfigurationClass ¶

func GetVZVirtioKeyboardInputDeviceConfigurationClass() VZVirtioKeyboardInputDeviceConfigurationClass

GetVZVirtioKeyboardInputDeviceConfigurationClass returns the class object for _VZVirtioKeyboardInputDeviceConfiguration.

func (VZVirtioKeyboardInputDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioKeyboardInputDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioMouseInputDeviceConfiguration ¶

type VZVirtioMouseInputDeviceConfiguration struct {
	VZPointingDeviceConfiguration
}

func NewVZVirtioMouseInputDeviceConfiguration ¶

func NewVZVirtioMouseInputDeviceConfiguration() VZVirtioMouseInputDeviceConfiguration

NewVZVirtioMouseInputDeviceConfiguration creates a new VZVirtioMouseInputDeviceConfiguration instance.

func VZVirtioMouseInputDeviceConfigurationFromID ¶

func VZVirtioMouseInputDeviceConfigurationFromID(id objc.ID) VZVirtioMouseInputDeviceConfiguration

VZVirtioMouseInputDeviceConfigurationFromID constructs a VZVirtioMouseInputDeviceConfiguration from an objc.ID.

func (VZVirtioMouseInputDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioMouseInputDeviceConfiguration) Init ¶

Init initializes the instance.

type VZVirtioMouseInputDeviceConfigurationClass ¶

type VZVirtioMouseInputDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioMouseInputDeviceConfigurationClass ¶

func GetVZVirtioMouseInputDeviceConfigurationClass() VZVirtioMouseInputDeviceConfigurationClass

GetVZVirtioMouseInputDeviceConfigurationClass returns the class object for _VZVirtioMouseInputDeviceConfiguration.

func (VZVirtioMouseInputDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioMouseInputDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioQueue ¶

type VZVirtioQueue struct {
	objectivec.Object
}

Methods ¶

func NewVZVirtioQueue ¶

func NewVZVirtioQueue() VZVirtioQueue

NewVZVirtioQueue creates a new VZVirtioQueue instance.

func VZVirtioQueueFromID ¶

func VZVirtioQueueFromID(id objc.ID) VZVirtioQueue

VZVirtioQueueFromID constructs a VZVirtioQueue from an objc.ID.

func (VZVirtioQueue) Autorelease ¶

func (v VZVirtioQueue) Autorelease() VZVirtioQueue

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioQueue) Init ¶

func (v VZVirtioQueue) Init() VZVirtioQueue

Init initializes the instance.

func (VZVirtioQueue) NextElement ¶

func (v VZVirtioQueue) NextElement() objectivec.IObject

func (VZVirtioQueue) QueueIndex ¶

func (v VZVirtioQueue) QueueIndex() uint16

type VZVirtioQueueClass ¶

type VZVirtioQueueClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioQueueClass ¶

func GetVZVirtioQueueClass() VZVirtioQueueClass

GetVZVirtioQueueClass returns the class object for _VZVirtioQueue.

func (VZVirtioQueueClass) Alloc ¶

func (vc VZVirtioQueueClass) Alloc() VZVirtioQueue

Alloc allocates memory for a new instance of the class.

func (VZVirtioQueueClass) Class ¶

func (vc VZVirtioQueueClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZVirtioQueueElement ¶

type VZVirtioQueueElement struct {
	objectivec.Object
}

Methods ¶

func NewVZVirtioQueueElement ¶

func NewVZVirtioQueueElement() VZVirtioQueueElement

NewVZVirtioQueueElement creates a new VZVirtioQueueElement instance.

func VZVirtioQueueElementFromID ¶

func VZVirtioQueueElementFromID(id objc.ID) VZVirtioQueueElement

VZVirtioQueueElementFromID constructs a VZVirtioQueueElement from an objc.ID.

func (VZVirtioQueueElement) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioQueueElement) Init ¶

Init initializes the instance.

func (VZVirtioQueueElement) PeekIntoReadBuffersError ¶

func (v VZVirtioQueueElement) PeekIntoReadBuffersError(buffers uint64) (objectivec.IObject, error)

func (VZVirtioQueueElement) ReadBuffers ¶

func (v VZVirtioQueueElement) ReadBuffers() objectivec.IObject

func (VZVirtioQueueElement) ReadBuffersAvailableByteCount ¶

func (v VZVirtioQueueElement) ReadBuffersAvailableByteCount() uint64

func (VZVirtioQueueElement) ReadBuffersByteCount ¶

func (v VZVirtioQueueElement) ReadBuffersByteCount() uint64

func (VZVirtioQueueElement) ReadBytesError ¶

func (v VZVirtioQueueElement) ReadBytesError(bytes uint64) (objectivec.IObject, error)

func (VZVirtioQueueElement) ReadBytesIntoLengthError ¶

func (v VZVirtioQueueElement) ReadBytesIntoLengthError(into unsafe.Pointer, length uint64) (bool, error)

func (VZVirtioQueueElement) ReturnToQueue ¶

func (v VZVirtioQueueElement) ReturnToQueue()

func (VZVirtioQueueElement) WriteBuffersAvailableByteCount ¶

func (v VZVirtioQueueElement) WriteBuffersAvailableByteCount() uint64

func (VZVirtioQueueElement) WriteBuffersByteCount ¶

func (v VZVirtioQueueElement) WriteBuffersByteCount() uint64

func (VZVirtioQueueElement) WriteDataLengthError ¶

func (v VZVirtioQueueElement) WriteDataLengthError(data unsafe.Pointer, length uint64) (bool, error)

func (VZVirtioQueueElement) WriteError ¶

func (v VZVirtioQueueElement) WriteError(write objectivec.IObject) (bool, error)

func (VZVirtioQueueElement) WrittenByteCount ¶

func (v VZVirtioQueueElement) WrittenByteCount() uint64

type VZVirtioQueueElementClass ¶

type VZVirtioQueueElementClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioQueueElementClass ¶

func GetVZVirtioQueueElementClass() VZVirtioQueueElementClass

GetVZVirtioQueueElementClass returns the class object for _VZVirtioQueueElement.

func (VZVirtioQueueElementClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioQueueElementClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioSocketDevice ¶

type VZVirtioSocketDevice struct {
	VZSocketDevice
}

Methods ¶

  • [VZVirtioSocketDevice._configurationOptions]
  • [VZVirtioSocketDevice._setDelegate]

func NewVZVirtioSocketDevice ¶

func NewVZVirtioSocketDevice() VZVirtioSocketDevice

NewVZVirtioSocketDevice creates a new VZVirtioSocketDevice instance.

func VZVirtioSocketDeviceFromID ¶

func VZVirtioSocketDeviceFromID(id objc.ID) VZVirtioSocketDevice

VZVirtioSocketDeviceFromID constructs a VZVirtioSocketDevice from an objc.ID.

func (VZVirtioSocketDevice) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioSocketDevice) CanConfigurationOptions ¶ added in v0.6.0

func (v VZVirtioSocketDevice) CanConfigurationOptions() bool

CanConfigurationOptions reports whether the receiver responds to the private selector _configurationOptions.

func (VZVirtioSocketDevice) CanSetDelegate ¶ added in v0.6.0

func (v VZVirtioSocketDevice) CanSetDelegate() bool

CanSetDelegate reports whether the receiver responds to the private selector _setDelegate:.

func (VZVirtioSocketDevice) ConfigurationOptions ¶

func (v VZVirtioSocketDevice) ConfigurationOptions() (objectivec.IObject, error)

ConfigurationOptions is an exported wrapper for the private method _configurationOptions.

func (VZVirtioSocketDevice) Init ¶

Init initializes the instance.

func (VZVirtioSocketDevice) SetDelegate ¶

func (v VZVirtioSocketDevice) SetDelegate(delegate objectivec.IObject) error

SetDelegate is an exported wrapper for the private method _setDelegate.

type VZVirtioSocketDeviceClass ¶

type VZVirtioSocketDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioSocketDeviceClass ¶

func GetVZVirtioSocketDeviceClass() VZVirtioSocketDeviceClass

GetVZVirtioSocketDeviceClass returns the class object for VZVirtioSocketDevice.

func (VZVirtioSocketDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioSocketDeviceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioSocketDeviceConfiguration ¶

type VZVirtioSocketDeviceConfiguration struct {
	VZSocketDeviceConfiguration
}

func NewVZVirtioSocketDeviceConfiguration ¶

func NewVZVirtioSocketDeviceConfiguration() VZVirtioSocketDeviceConfiguration

NewVZVirtioSocketDeviceConfiguration creates a new VZVirtioSocketDeviceConfiguration instance.

func VZVirtioSocketDeviceConfigurationFromID ¶

func VZVirtioSocketDeviceConfigurationFromID(id objc.ID) VZVirtioSocketDeviceConfiguration

VZVirtioSocketDeviceConfigurationFromID constructs a VZVirtioSocketDeviceConfiguration from an objc.ID.

func (VZVirtioSocketDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioSocketDeviceConfiguration) Init ¶

Init initializes the instance.

type VZVirtioSocketDeviceConfigurationClass ¶

type VZVirtioSocketDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioSocketDeviceConfigurationClass ¶

func GetVZVirtioSocketDeviceConfigurationClass() VZVirtioSocketDeviceConfigurationClass

GetVZVirtioSocketDeviceConfigurationClass returns the class object for VZVirtioSocketDeviceConfiguration.

func (VZVirtioSocketDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioSocketDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioSocketDeviceObserver ¶

type VZVirtioSocketDeviceObserver struct {
	objectivec.Object
}

Methods ¶

  • [VZVirtioSocketDeviceObserver._initWithConnectionQueueDelegate]

func NewVZVirtioSocketDeviceObserver ¶

func NewVZVirtioSocketDeviceObserver() VZVirtioSocketDeviceObserver

NewVZVirtioSocketDeviceObserver creates a new VZVirtioSocketDeviceObserver instance.

func VZVirtioSocketDeviceObserverFromID ¶

func VZVirtioSocketDeviceObserverFromID(id objc.ID) VZVirtioSocketDeviceObserver

VZVirtioSocketDeviceObserverFromID constructs a VZVirtioSocketDeviceObserver from an objc.ID.

func (VZVirtioSocketDeviceObserver) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioSocketDeviceObserver) CanInitWithConnectionQueueDelegate ¶ added in v0.6.0

func (v VZVirtioSocketDeviceObserver) CanInitWithConnectionQueueDelegate() bool

CanInitWithConnectionQueueDelegate reports whether the receiver responds to the private selector _initWithConnection:queue:delegate:.

func (VZVirtioSocketDeviceObserver) Init ¶

Init initializes the instance.

func (VZVirtioSocketDeviceObserver) InitWithConnectionQueueDelegate ¶

func (v VZVirtioSocketDeviceObserver) InitWithConnectionQueueDelegate(connection objectivec.IObject, queue objectivec.IObject, delegate objectivec.IObject) (objectivec.IObject, error)

InitWithConnectionQueueDelegate is an exported wrapper for the private method _initWithConnectionQueueDelegate.

type VZVirtioSocketDeviceObserverClass ¶

type VZVirtioSocketDeviceObserverClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioSocketDeviceObserverClass ¶

func GetVZVirtioSocketDeviceObserverClass() VZVirtioSocketDeviceObserverClass

GetVZVirtioSocketDeviceObserverClass returns the class object for _VZVirtioSocketDeviceObserver.

func (VZVirtioSocketDeviceObserverClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioSocketDeviceObserverClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioSoundDevice ¶

type VZVirtioSoundDevice struct {
	VZAudioDevice
}

func NewVZVirtioSoundDevice ¶

func NewVZVirtioSoundDevice() VZVirtioSoundDevice

NewVZVirtioSoundDevice creates a new VZVirtioSoundDevice instance.

func VZVirtioSoundDeviceFromID ¶

func VZVirtioSoundDeviceFromID(id objc.ID) VZVirtioSoundDevice

VZVirtioSoundDeviceFromID constructs a VZVirtioSoundDevice from an objc.ID.

func (VZVirtioSoundDevice) Autorelease ¶

func (v VZVirtioSoundDevice) Autorelease() VZVirtioSoundDevice

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioSoundDevice) Init ¶

Init initializes the instance.

type VZVirtioSoundDeviceClass ¶

type VZVirtioSoundDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioSoundDeviceClass ¶

func GetVZVirtioSoundDeviceClass() VZVirtioSoundDeviceClass

GetVZVirtioSoundDeviceClass returns the class object for _VZVirtioSoundDevice.

func (VZVirtioSoundDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioSoundDeviceClass) Class ¶

func (vc VZVirtioSoundDeviceClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZVirtioSoundDeviceConfiguration ¶

type VZVirtioSoundDeviceConfiguration struct {
	VZAudioDeviceConfiguration
}

func NewVZVirtioSoundDeviceConfiguration ¶

func NewVZVirtioSoundDeviceConfiguration() VZVirtioSoundDeviceConfiguration

NewVZVirtioSoundDeviceConfiguration creates a new VZVirtioSoundDeviceConfiguration instance.

func VZVirtioSoundDeviceConfigurationFromID ¶

func VZVirtioSoundDeviceConfigurationFromID(id objc.ID) VZVirtioSoundDeviceConfiguration

VZVirtioSoundDeviceConfigurationFromID constructs a VZVirtioSoundDeviceConfiguration from an objc.ID.

func (VZVirtioSoundDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioSoundDeviceConfiguration) Init ¶

Init initializes the instance.

type VZVirtioSoundDeviceConfigurationClass ¶

type VZVirtioSoundDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioSoundDeviceConfigurationClass ¶

func GetVZVirtioSoundDeviceConfigurationClass() VZVirtioSoundDeviceConfigurationClass

GetVZVirtioSoundDeviceConfigurationClass returns the class object for VZVirtioSoundDeviceConfiguration.

func (VZVirtioSoundDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioSoundDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioSoundDeviceStreamConfiguration ¶

type VZVirtioSoundDeviceStreamConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZVirtioSoundDeviceStreamConfiguration ¶

func NewVZVirtioSoundDeviceStreamConfiguration() VZVirtioSoundDeviceStreamConfiguration

NewVZVirtioSoundDeviceStreamConfiguration creates a new VZVirtioSoundDeviceStreamConfiguration instance.

func VZVirtioSoundDeviceStreamConfigurationFromID ¶

func VZVirtioSoundDeviceStreamConfigurationFromID(id objc.ID) VZVirtioSoundDeviceStreamConfiguration

VZVirtioSoundDeviceStreamConfigurationFromID constructs a VZVirtioSoundDeviceStreamConfiguration from an objc.ID.

func (VZVirtioSoundDeviceStreamConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioSoundDeviceStreamConfiguration) CanStream ¶ added in v0.6.0

CanStream reports whether the receiver responds to the private selector _stream.

func (VZVirtioSoundDeviceStreamConfiguration) DebugDescription ¶

func (v VZVirtioSoundDeviceStreamConfiguration) DebugDescription() string

func (VZVirtioSoundDeviceStreamConfiguration) Description ¶

func (VZVirtioSoundDeviceStreamConfiguration) Hash ¶

func (VZVirtioSoundDeviceStreamConfiguration) Init ¶

Init initializes the instance.

func (VZVirtioSoundDeviceStreamConfiguration) Stream ¶ added in v0.6.0

Stream is an exported wrapper for the private property _stream.

func (VZVirtioSoundDeviceStreamConfiguration) Superclass ¶

type VZVirtioSoundDeviceStreamConfigurationClass ¶

type VZVirtioSoundDeviceStreamConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioSoundDeviceStreamConfigurationClass ¶

func GetVZVirtioSoundDeviceStreamConfigurationClass() VZVirtioSoundDeviceStreamConfigurationClass

GetVZVirtioSoundDeviceStreamConfigurationClass returns the class object for VZVirtioSoundDeviceStreamConfiguration.

func (VZVirtioSoundDeviceStreamConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioSoundDeviceStreamConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioTraditionalMemoryBalloonDevice ¶

type VZVirtioTraditionalMemoryBalloonDevice struct {
	VZMemoryBalloonDevice
}

Methods ¶

  • [VZVirtioTraditionalMemoryBalloonDevice._maxTargetVirtualMachineMemorySize]

func NewVZVirtioTraditionalMemoryBalloonDevice ¶

func NewVZVirtioTraditionalMemoryBalloonDevice() VZVirtioTraditionalMemoryBalloonDevice

NewVZVirtioTraditionalMemoryBalloonDevice creates a new VZVirtioTraditionalMemoryBalloonDevice instance.

func VZVirtioTraditionalMemoryBalloonDeviceFromID ¶

func VZVirtioTraditionalMemoryBalloonDeviceFromID(id objc.ID) VZVirtioTraditionalMemoryBalloonDevice

VZVirtioTraditionalMemoryBalloonDeviceFromID constructs a VZVirtioTraditionalMemoryBalloonDevice from an objc.ID.

func (VZVirtioTraditionalMemoryBalloonDevice) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioTraditionalMemoryBalloonDevice) CanMaxTargetVirtualMachineMemorySize ¶ added in v0.6.0

func (v VZVirtioTraditionalMemoryBalloonDevice) CanMaxTargetVirtualMachineMemorySize() bool

CanMaxTargetVirtualMachineMemorySize reports whether the receiver responds to the private selector _maxTargetVirtualMachineMemorySize.

func (VZVirtioTraditionalMemoryBalloonDevice) Init ¶

Init initializes the instance.

func (VZVirtioTraditionalMemoryBalloonDevice) MaxTargetVirtualMachineMemorySize ¶ added in v0.6.0

func (v VZVirtioTraditionalMemoryBalloonDevice) MaxTargetVirtualMachineMemorySize() (uint64, error)

MaxTargetVirtualMachineMemorySize is an exported wrapper for the private property _maxTargetVirtualMachineMemorySize.

type VZVirtioTraditionalMemoryBalloonDeviceClass ¶

type VZVirtioTraditionalMemoryBalloonDeviceClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioTraditionalMemoryBalloonDeviceClass ¶

func GetVZVirtioTraditionalMemoryBalloonDeviceClass() VZVirtioTraditionalMemoryBalloonDeviceClass

GetVZVirtioTraditionalMemoryBalloonDeviceClass returns the class object for VZVirtioTraditionalMemoryBalloonDevice.

func (VZVirtioTraditionalMemoryBalloonDeviceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioTraditionalMemoryBalloonDeviceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtioTraditionalMemoryBalloonDeviceConfiguration ¶

type VZVirtioTraditionalMemoryBalloonDeviceConfiguration struct {
	VZMemoryBalloonDeviceConfiguration
}

func NewVZVirtioTraditionalMemoryBalloonDeviceConfiguration ¶

func NewVZVirtioTraditionalMemoryBalloonDeviceConfiguration() VZVirtioTraditionalMemoryBalloonDeviceConfiguration

NewVZVirtioTraditionalMemoryBalloonDeviceConfiguration creates a new VZVirtioTraditionalMemoryBalloonDeviceConfiguration instance.

func VZVirtioTraditionalMemoryBalloonDeviceConfigurationFromID ¶

func VZVirtioTraditionalMemoryBalloonDeviceConfigurationFromID(id objc.ID) VZVirtioTraditionalMemoryBalloonDeviceConfiguration

VZVirtioTraditionalMemoryBalloonDeviceConfigurationFromID constructs a VZVirtioTraditionalMemoryBalloonDeviceConfiguration from an objc.ID.

func (VZVirtioTraditionalMemoryBalloonDeviceConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtioTraditionalMemoryBalloonDeviceConfiguration) Init ¶

Init initializes the instance.

type VZVirtioTraditionalMemoryBalloonDeviceConfigurationClass ¶

type VZVirtioTraditionalMemoryBalloonDeviceConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtioTraditionalMemoryBalloonDeviceConfigurationClass ¶

func GetVZVirtioTraditionalMemoryBalloonDeviceConfigurationClass() VZVirtioTraditionalMemoryBalloonDeviceConfigurationClass

GetVZVirtioTraditionalMemoryBalloonDeviceConfigurationClass returns the class object for VZVirtioTraditionalMemoryBalloonDeviceConfiguration.

func (VZVirtioTraditionalMemoryBalloonDeviceConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtioTraditionalMemoryBalloonDeviceConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtualMachine ¶

type VZVirtualMachine struct {
	objectivec.Object
}

Methods ¶

func NewVZVirtualMachine ¶

func NewVZVirtualMachine() VZVirtualMachine

NewVZVirtualMachine creates a new VZVirtualMachine instance.

func VZVirtualMachineFromID ¶

func VZVirtualMachineFromID(id objc.ID) VZVirtualMachine

VZVirtualMachineFromID constructs a VZVirtualMachine from an objc.ID.

func (VZVirtualMachine) AudioDevices ¶ added in v0.6.0

func (v VZVirtualMachine) AudioDevices() (foundation.INSArray, error)

AudioDevices is an exported wrapper for the private property _audioDevices.

func (VZVirtualMachine) Autorelease ¶

func (v VZVirtualMachine) Autorelease() VZVirtualMachine

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtualMachine) CanAudioDevices ¶ added in v0.6.0

func (v VZVirtualMachine) CanAudioDevices() bool

CanAudioDevices reports whether the receiver responds to the private selector _audioDevices.

func (VZVirtualMachine) CanCanCreateCore ¶ added in v0.6.0

func (v VZVirtualMachine) CanCanCreateCore() bool

CanCanCreateCore reports whether the receiver responds to the private selector _canCreateCore.

func (VZVirtualMachine) CanCoprocessors ¶ added in v0.6.0

func (v VZVirtualMachine) CanCoprocessors() bool

CanCoprocessors reports whether the receiver responds to the private selector _coprocessors.

func (VZVirtualMachine) CanCrashContextMessage ¶ added in v0.6.0

func (v VZVirtualMachine) CanCrashContextMessage() bool

CanCrashContextMessage reports whether the receiver responds to the private selector _crashContextMessage.

func (VZVirtualMachine) CanCreateCore ¶ added in v0.6.0

func (v VZVirtualMachine) CanCreateCore() (bool, error)

CanCreateCore is an exported wrapper for the private property _canCreateCore.

func (VZVirtualMachine) CanCreateCoreWithCompletionHandler ¶ added in v0.6.0

func (v VZVirtualMachine) CanCreateCoreWithCompletionHandler() bool

CanCreateCoreWithCompletionHandler reports whether the receiver responds to the private selector _createCoreWithCompletionHandler:.

func (VZVirtualMachine) CanCreateCoresWithCompletionHandler ¶ added in v0.6.0

func (v VZVirtualMachine) CanCreateCoresWithCompletionHandler() bool

CanCreateCoresWithCompletionHandler reports whether the receiver responds to the private selector _createCoresWithCompletionHandler:.

func (VZVirtualMachine) CanCreateViewEndpointWithOptions ¶ added in v0.6.0

func (v VZVirtualMachine) CanCreateViewEndpointWithOptions() bool

CanCreateViewEndpointWithOptions reports whether the receiver responds to the private selector _createViewEndpointWithOptions:.

func (VZVirtualMachine) CanCurrentConfiguration ¶ added in v0.6.0

func (v VZVirtualMachine) CanCurrentConfiguration() bool

CanCurrentConfiguration reports whether the receiver responds to the private selector _currentConfiguration.

func (VZVirtualMachine) CanDebugStub ¶ added in v0.6.0

func (v VZVirtualMachine) CanDebugStub() bool

CanDebugStub reports whether the receiver responds to the private selector _debugStub.

func (VZVirtualMachine) CanEnterRestrictedModeWithCompletionHandler ¶ added in v0.6.0

func (v VZVirtualMachine) CanEnterRestrictedModeWithCompletionHandler() bool

CanEnterRestrictedModeWithCompletionHandler reports whether the receiver responds to the private selector _enterRestrictedModeWithCompletionHandler:.

func (VZVirtualMachine) CanGetUSBControllerLocationIDWithCompletionHandler ¶ added in v0.6.0

func (v VZVirtualMachine) CanGetUSBControllerLocationIDWithCompletionHandler() bool

CanGetUSBControllerLocationIDWithCompletionHandler reports whether the receiver responds to the private selector _getUSBControllerLocationIDWithCompletionHandler:.

func (VZVirtualMachine) CanHidDevices ¶ added in v0.6.0

func (v VZVirtualMachine) CanHidDevices() bool

CanHidDevices reports whether the receiver responds to the private selector _hidDevices.

func (VZVirtualMachine) CanHidEventMonitor ¶ added in v0.6.0

func (v VZVirtualMachine) CanHidEventMonitor() bool

CanHidEventMonitor reports whether the receiver responds to the private selector _hidEventMonitor.

func (VZVirtualMachine) CanKeyboards ¶ added in v0.6.0

func (v VZVirtualMachine) CanKeyboards() bool

CanKeyboards reports whether the receiver responds to the private selector _keyboards.

func (VZVirtualMachine) CanMultiTouchDevices ¶ added in v0.6.0

func (v VZVirtualMachine) CanMultiTouchDevices() bool

CanMultiTouchDevices reports whether the receiver responds to the private selector _multiTouchDevices.

func (VZVirtualMachine) CanName ¶ added in v0.6.0

func (v VZVirtualMachine) CanName() bool

CanName reports whether the receiver responds to the private selector _name.

func (VZVirtualMachine) CanOverrideConnectionForTesting ¶ added in v0.6.0

func (v VZVirtualMachine) CanOverrideConnectionForTesting() bool

CanOverrideConnectionForTesting reports whether the receiver responds to the private selector _overrideConnectionForTesting:.

func (VZVirtualMachine) CanPointingDevices ¶ added in v0.6.0

func (v VZVirtualMachine) CanPointingDevices() bool

CanPointingDevices reports whether the receiver responds to the private selector _pointingDevices.

func (VZVirtualMachine) CanPowerSourceDevices ¶ added in v0.6.0

func (v VZVirtualMachine) CanPowerSourceDevices() bool

CanPowerSourceDevices reports whether the receiver responds to the private selector _powerSourceDevices.

func (VZVirtualMachine) CanProcessHIDReportsForDeviceDeviceType ¶ added in v0.6.0

func (v VZVirtualMachine) CanProcessHIDReportsForDeviceDeviceType() bool

CanProcessHIDReportsForDeviceDeviceType reports whether the receiver responds to the private selector _processHIDReports:forDevice:deviceType:.

func (VZVirtualMachine) CanResetWithTypeCompletionHandler ¶ added in v0.6.0

func (v VZVirtualMachine) CanResetWithTypeCompletionHandler() bool

CanResetWithTypeCompletionHandler reports whether the receiver responds to the private selector _resetWithType:completionHandler:.

func (VZVirtualMachine) CanSaveMachineStateToURLOptionsCompletionHandler ¶ added in v0.6.0

func (v VZVirtualMachine) CanSaveMachineStateToURLOptionsCompletionHandler() bool

CanSaveMachineStateToURLOptionsCompletionHandler reports whether the receiver responds to the private selector _saveMachineStateToURL:options:completionHandler:.

func (VZVirtualMachine) CanSerialPorts ¶ added in v0.6.0

func (v VZVirtualMachine) CanSerialPorts() bool

CanSerialPorts reports whether the receiver responds to the private selector _serialPorts.

func (VZVirtualMachine) CanServiceProcessIdentifier ¶ added in v0.6.0

func (v VZVirtualMachine) CanServiceProcessIdentifier() bool

CanServiceProcessIdentifier reports whether the receiver responds to the private selector _serviceProcessIdentifier.

func (VZVirtualMachine) CanSetCrashContextMessage ¶ added in v0.6.0

func (v VZVirtualMachine) CanSetCrashContextMessage() bool

CanSetCrashContextMessage reports whether the receiver responds to the private selector _setCrashContextMessage:.

func (VZVirtualMachine) CanSetName ¶ added in v0.6.0

func (v VZVirtualMachine) CanSetName() bool

CanSetName reports whether the receiver responds to the private selector _setName:.

func (VZVirtualMachine) CanShouldSendHIDReports ¶ added in v0.6.0

func (v VZVirtualMachine) CanShouldSendHIDReports() bool

CanShouldSendHIDReports reports whether the receiver responds to the private selector _shouldSendHIDReports.

func (VZVirtualMachine) CanStateDescription ¶ added in v0.6.0

func (v VZVirtualMachine) CanStateDescription() bool

CanStateDescription reports whether the receiver responds to the private selector _stateDescription.

func (VZVirtualMachine) CanStorageDevices ¶ added in v0.6.0

func (v VZVirtualMachine) CanStorageDevices() bool

CanStorageDevices reports whether the receiver responds to the private selector _storageDevices.

func (VZVirtualMachine) CanValidateRestrictedModeSupportWithError ¶ added in v0.6.0

func (v VZVirtualMachine) CanValidateRestrictedModeSupportWithError() bool

CanValidateRestrictedModeSupportWithError reports whether the receiver responds to the private selector _validateRestrictedModeSupportWithError:.

func (VZVirtualMachine) Coprocessors ¶ added in v0.6.0

func (v VZVirtualMachine) Coprocessors() (foundation.INSArray, error)

Coprocessors is an exported wrapper for the private property _coprocessors.

func (VZVirtualMachine) CrashContextMessage ¶ added in v0.6.0

func (v VZVirtualMachine) CrashContextMessage() (string, error)

CrashContextMessage is an exported wrapper for the private property _crashContextMessage.

func (VZVirtualMachine) CreateCoreWithCompletionHandler ¶

func (v VZVirtualMachine) CreateCoreWithCompletionHandler(handler ErrorHandler) error

CreateCoreWithCompletionHandler is an exported wrapper for the private method _createCoreWithCompletionHandler.

func (VZVirtualMachine) CreateCoresWithCompletionHandler ¶

func (v VZVirtualMachine) CreateCoresWithCompletionHandler(handler ErrorHandler) error

CreateCoresWithCompletionHandler is an exported wrapper for the private method _createCoresWithCompletionHandler.

func (VZVirtualMachine) CreateViewEndpointWithOptions ¶

func (v VZVirtualMachine) CreateViewEndpointWithOptions(options uint64) (objectivec.IObject, error)

CreateViewEndpointWithOptions is an exported wrapper for the private method _createViewEndpointWithOptions.

func (VZVirtualMachine) CurrentConfiguration ¶ added in v0.6.0

func (v VZVirtualMachine) CurrentConfiguration() (IVZVirtualMachineConfiguration, error)

CurrentConfiguration is an exported wrapper for the private property _currentConfiguration.

func (VZVirtualMachine) DebugStub ¶ added in v0.6.0

func (v VZVirtualMachine) DebugStub() (IVZDebugStub, error)

DebugStub is an exported wrapper for the private property _debugStub.

func (VZVirtualMachine) EnterRestrictedModeWithCompletionHandler ¶

func (v VZVirtualMachine) EnterRestrictedModeWithCompletionHandler(handler ErrorHandler) error

EnterRestrictedModeWithCompletionHandler is an exported wrapper for the private method _enterRestrictedModeWithCompletionHandler.

func (VZVirtualMachine) GetUSBControllerLocationIDWithCompletionHandler ¶

func (v VZVirtualMachine) GetUSBControllerLocationIDWithCompletionHandler(handler ErrorHandler) error

GetUSBControllerLocationIDWithCompletionHandler is an exported wrapper for the private method _getUSBControllerLocationIDWithCompletionHandler.

func (VZVirtualMachine) HidDevices ¶ added in v0.6.0

func (v VZVirtualMachine) HidDevices() (foundation.INSArray, error)

HidDevices is an exported wrapper for the private property _hidDevices.

func (VZVirtualMachine) HidEventMonitor ¶ added in v0.6.0

func (v VZVirtualMachine) HidEventMonitor() (IVZHIDEventMonitor, error)

HidEventMonitor is an exported wrapper for the private property _hidEventMonitor.

func (VZVirtualMachine) Init ¶

Init initializes the instance.

func (VZVirtualMachine) Keyboards ¶ added in v0.6.0

func (v VZVirtualMachine) Keyboards() (foundation.INSArray, error)

Keyboards is an exported wrapper for the private property _keyboards.

func (VZVirtualMachine) MultiTouchDevices ¶ added in v0.6.0

func (v VZVirtualMachine) MultiTouchDevices() (foundation.INSArray, error)

MultiTouchDevices is an exported wrapper for the private property _multiTouchDevices.

func (VZVirtualMachine) Name ¶ added in v0.6.0

func (v VZVirtualMachine) Name() (string, error)

Name is an exported wrapper for the private property _name.

func (VZVirtualMachine) OverrideConnectionForTesting ¶

func (v VZVirtualMachine) OverrideConnectionForTesting(testing objectivec.IObject) error

OverrideConnectionForTesting is an exported wrapper for the private method _overrideConnectionForTesting.

func (VZVirtualMachine) PointingDevices ¶ added in v0.6.0

func (v VZVirtualMachine) PointingDevices() (foundation.INSArray, error)

PointingDevices is an exported wrapper for the private property _pointingDevices.

func (VZVirtualMachine) PowerSourceDevices ¶ added in v0.6.0

func (v VZVirtualMachine) PowerSourceDevices() (foundation.INSArray, error)

PowerSourceDevices is an exported wrapper for the private property _powerSourceDevices.

func (VZVirtualMachine) ProcessHIDReportsForDeviceDeviceType ¶

func (v VZVirtualMachine) ProcessHIDReportsForDeviceDeviceType(hIDReports VZOpaqueHIDReports, device uint32, type_ int32) error

ProcessHIDReportsForDeviceDeviceType is an exported wrapper for the private method _processHIDReportsForDeviceDeviceType.

func (VZVirtualMachine) ResetWithTypeCompletionHandler ¶

func (v VZVirtualMachine) ResetWithTypeCompletionHandler(type_ int64, handler ErrorHandler) error

ResetWithTypeCompletionHandler is an exported wrapper for the private method _resetWithTypeCompletionHandler.

func (VZVirtualMachine) SaveMachineStateToURLOptionsCompletionHandler ¶

func (v VZVirtualMachine) SaveMachineStateToURLOptionsCompletionHandler(url foundation.NSURL, options objectivec.IObject, handler ErrorHandler) error

SaveMachineStateToURLOptionsCompletionHandler is an exported wrapper for the private method _saveMachineStateToURLOptionsCompletionHandler.

func (VZVirtualMachine) SendDigitizerEventsPointingDeviceIndex ¶

func (v VZVirtualMachine) SendDigitizerEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

func (VZVirtualMachine) SendIOHIDEventsHidDeviceIndex ¶

func (v VZVirtualMachine) SendIOHIDEventsHidDeviceIndex(iOHIDEvents VZOpaqueIOHIDEvents, index uint32)

func (VZVirtualMachine) SendKeyboardEventsKeyboardID ¶

func (v VZVirtualMachine) SendKeyboardEventsKeyboardID(events VZOpaqueKeyboardEvents, id uint32)

func (VZVirtualMachine) SendMagnifyEventsPointingDeviceIndex ¶

func (v VZVirtualMachine) SendMagnifyEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

func (VZVirtualMachine) SendMouseEventsPointingDeviceIndex ¶

func (v VZVirtualMachine) SendMouseEventsPointingDeviceIndex(events VZOpaqueMouseEvents, index uint32)

func (VZVirtualMachine) SendMultiTouchEventsMultiTouchDeviceIndex ¶

func (v VZVirtualMachine) SendMultiTouchEventsMultiTouchDeviceIndex(events unsafe.Pointer, index uint32)

func (VZVirtualMachine) SendPointerNSEventPointingDeviceIndex ¶

func (v VZVirtualMachine) SendPointerNSEventPointingDeviceIndex(nSEvent objectivec.IObject, index uint32)

func (VZVirtualMachine) SendQuickLookEventsPointingDeviceIndex ¶

func (v VZVirtualMachine) SendQuickLookEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

func (VZVirtualMachine) SendRotationEventsPointingDeviceIndex ¶

func (v VZVirtualMachine) SendRotationEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

func (VZVirtualMachine) SendScrollWheelEventsPointingDeviceIndex ¶

func (v VZVirtualMachine) SendScrollWheelEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

func (VZVirtualMachine) SendSmartMagnifyEventsPointingDeviceIndex ¶

func (v VZVirtualMachine) SendSmartMagnifyEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

func (VZVirtualMachine) SerialPorts ¶ added in v0.6.0

func (v VZVirtualMachine) SerialPorts() (foundation.INSArray, error)

SerialPorts is an exported wrapper for the private property _serialPorts.

func (VZVirtualMachine) ServiceProcessIdentifier ¶ added in v0.6.0

func (v VZVirtualMachine) ServiceProcessIdentifier() (int, error)

ServiceProcessIdentifier is an exported wrapper for the private property _serviceProcessIdentifier.

func (VZVirtualMachine) SetCrashContextMessage ¶

func (v VZVirtualMachine) SetCrashContextMessage(message objectivec.IObject) error

SetCrashContextMessage is an exported wrapper for the private method _setCrashContextMessage.

func (VZVirtualMachine) SetName ¶

func (v VZVirtualMachine) SetName(name objectivec.IObject) error

SetName is an exported wrapper for the private method _setName.

func (VZVirtualMachine) SetState ¶

func (v VZVirtualMachine) SetState(value int64)

func (VZVirtualMachine) Set_crashContextMessage ¶

func (v VZVirtualMachine) Set_crashContextMessage(value string)

func (VZVirtualMachine) Set_name ¶

func (v VZVirtualMachine) Set_name(value string)

func (VZVirtualMachine) ShouldSendHIDReports ¶

func (v VZVirtualMachine) ShouldSendHIDReports() (bool, error)

ShouldSendHIDReports is an exported wrapper for the private method _shouldSendHIDReports.

func (VZVirtualMachine) State ¶

func (v VZVirtualMachine) State() int64

func (VZVirtualMachine) StateDescription ¶ added in v0.6.0

func (v VZVirtualMachine) StateDescription() (string, error)

StateDescription is an exported wrapper for the private property _stateDescription.

func (VZVirtualMachine) StorageDevices ¶ added in v0.6.0

func (v VZVirtualMachine) StorageDevices() (foundation.INSArray, error)

StorageDevices is an exported wrapper for the private property _storageDevices.

func (VZVirtualMachine) ValidateRestrictedModeSupportWithError ¶

func (v VZVirtualMachine) ValidateRestrictedModeSupportWithError() (bool, error)

ValidateRestrictedModeSupportWithError is an exported wrapper for the private method _validateRestrictedModeSupportWithError.

type VZVirtualMachineAccessor ¶

type VZVirtualMachineAccessor struct {
	objectivec.Object
}

Methods ¶

func NewVZVirtualMachineAccessor ¶

func NewVZVirtualMachineAccessor() VZVirtualMachineAccessor

NewVZVirtualMachineAccessor creates a new VZVirtualMachineAccessor instance.

func VZVirtualMachineAccessorFromID ¶

func VZVirtualMachineAccessorFromID(id objc.ID) VZVirtualMachineAccessor

VZVirtualMachineAccessorFromID constructs a VZVirtualMachineAccessor from an objc.ID.

func (VZVirtualMachineAccessor) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtualMachineAccessor) CanHidEventMonitor ¶ added in v0.6.0

func (v VZVirtualMachineAccessor) CanHidEventMonitor() bool

CanHidEventMonitor reports whether the receiver responds to the private selector _hidEventMonitor.

func (VZVirtualMachineAccessor) CanProcessHIDReportsForDeviceDeviceType ¶ added in v0.6.0

func (v VZVirtualMachineAccessor) CanProcessHIDReportsForDeviceDeviceType() bool

CanProcessHIDReportsForDeviceDeviceType reports whether the receiver responds to the private selector _processHIDReports:forDevice:deviceType:.

func (VZVirtualMachineAccessor) CanShouldSendHIDReports ¶ added in v0.6.0

func (v VZVirtualMachineAccessor) CanShouldSendHIDReports() bool

CanShouldSendHIDReports reports whether the receiver responds to the private selector _shouldSendHIDReports.

func (VZVirtualMachineAccessor) HidEventMonitor ¶ added in v0.6.0

func (v VZVirtualMachineAccessor) HidEventMonitor() (IVZHIDEventMonitor, error)

HidEventMonitor is an exported wrapper for the private property _hidEventMonitor.

func (VZVirtualMachineAccessor) Init ¶

Init initializes the instance.

func (VZVirtualMachineAccessor) ProcessHIDReportsForDeviceDeviceType ¶

func (v VZVirtualMachineAccessor) ProcessHIDReportsForDeviceDeviceType(hIDReports VZOpaqueHIDReports, device uint32, type_ int32) error

ProcessHIDReportsForDeviceDeviceType is an exported wrapper for the private method _processHIDReportsForDeviceDeviceType.

func (VZVirtualMachineAccessor) SendDigitizerEventsPointingDeviceIndex ¶

func (v VZVirtualMachineAccessor) SendDigitizerEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

func (VZVirtualMachineAccessor) SendIOHIDEventsHidDeviceIndex ¶

func (v VZVirtualMachineAccessor) SendIOHIDEventsHidDeviceIndex(iOHIDEvents VZOpaqueIOHIDEvents, index uint32)

func (VZVirtualMachineAccessor) SendKeyboardEventsKeyboardID ¶

func (v VZVirtualMachineAccessor) SendKeyboardEventsKeyboardID(events VZOpaqueKeyboardEvents, id uint32)

func (VZVirtualMachineAccessor) SendMagnifyEventsPointingDeviceIndex ¶

func (v VZVirtualMachineAccessor) SendMagnifyEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

func (VZVirtualMachineAccessor) SendMouseEventsPointingDeviceIndex ¶

func (v VZVirtualMachineAccessor) SendMouseEventsPointingDeviceIndex(events VZOpaqueMouseEvents, index uint32)

func (VZVirtualMachineAccessor) SendMultiTouchEventsMultiTouchDeviceIndex ¶

func (v VZVirtualMachineAccessor) SendMultiTouchEventsMultiTouchDeviceIndex(events unsafe.Pointer, index uint32)

func (VZVirtualMachineAccessor) SendPointerNSEventPointingDeviceIndex ¶

func (v VZVirtualMachineAccessor) SendPointerNSEventPointingDeviceIndex(nSEvent objectivec.IObject, index uint32)

func (VZVirtualMachineAccessor) SendQuickLookEventsPointingDeviceIndex ¶

func (v VZVirtualMachineAccessor) SendQuickLookEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

func (VZVirtualMachineAccessor) SendRotationEventsPointingDeviceIndex ¶

func (v VZVirtualMachineAccessor) SendRotationEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

func (VZVirtualMachineAccessor) SendScrollWheelEventsPointingDeviceIndex ¶

func (v VZVirtualMachineAccessor) SendScrollWheelEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

func (VZVirtualMachineAccessor) SendSmartMagnifyEventsPointingDeviceIndex ¶

func (v VZVirtualMachineAccessor) SendSmartMagnifyEventsPointingDeviceIndex(events unsafe.Pointer, index uint32)

func (VZVirtualMachineAccessor) ShouldSendHIDReports ¶

func (v VZVirtualMachineAccessor) ShouldSendHIDReports() (bool, error)

ShouldSendHIDReports is an exported wrapper for the private method _shouldSendHIDReports.

type VZVirtualMachineAccessorClass ¶

type VZVirtualMachineAccessorClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtualMachineAccessorClass ¶

func GetVZVirtualMachineAccessorClass() VZVirtualMachineAccessorClass

GetVZVirtualMachineAccessorClass returns the class object for _VZVirtualMachineAccessor.

func (VZVirtualMachineAccessorClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtualMachineAccessorClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtualMachineAccessorManager ¶

type VZVirtualMachineAccessorManager struct {
	objectivec.Object
}

func NewVZVirtualMachineAccessorManager ¶

func NewVZVirtualMachineAccessorManager() VZVirtualMachineAccessorManager

NewVZVirtualMachineAccessorManager creates a new VZVirtualMachineAccessorManager instance.

func VZVirtualMachineAccessorManagerFromID ¶

func VZVirtualMachineAccessorManagerFromID(id objc.ID) VZVirtualMachineAccessorManager

VZVirtualMachineAccessorManagerFromID constructs a VZVirtualMachineAccessorManager from an objc.ID.

func (VZVirtualMachineAccessorManager) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtualMachineAccessorManager) Init ¶

Init initializes the instance.

type VZVirtualMachineAccessorManagerClass ¶

type VZVirtualMachineAccessorManagerClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtualMachineAccessorManagerClass ¶

func GetVZVirtualMachineAccessorManagerClass() VZVirtualMachineAccessorManagerClass

GetVZVirtualMachineAccessorManagerClass returns the class object for _VZVirtualMachineAccessorManager.

func (VZVirtualMachineAccessorManagerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtualMachineAccessorManagerClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtualMachineClass ¶

type VZVirtualMachineClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtualMachineClass ¶

func GetVZVirtualMachineClass() VZVirtualMachineClass

GetVZVirtualMachineClass returns the class object for VZVirtualMachine.

func (VZVirtualMachineClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtualMachineClass) Class ¶

func (vc VZVirtualMachineClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZVirtualMachineConfiguration ¶

type VZVirtualMachineConfiguration struct {
	objectivec.Object
}

Methods ¶

func NewVZVirtualMachineConfiguration ¶

func NewVZVirtualMachineConfiguration() VZVirtualMachineConfiguration

NewVZVirtualMachineConfiguration creates a new VZVirtualMachineConfiguration instance.

func VZVirtualMachineConfigurationFromID ¶

func VZVirtualMachineConfigurationFromID(id objc.ID) VZVirtualMachineConfiguration

VZVirtualMachineConfigurationFromID constructs a VZVirtualMachineConfiguration from an objc.ID.

func (VZVirtualMachineConfiguration) AcceleratorDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) AcceleratorDevices() (foundation.INSArray, error)

AcceleratorDevices is an exported wrapper for the private property _acceleratorDevices.

func (VZVirtualMachineConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtualMachineConfiguration) BifrostDevices ¶ added in v0.6.0

BifrostDevices is an exported wrapper for the private property _bifrostDevices.

func (VZVirtualMachineConfiguration) BiometricDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) BiometricDevices() (foundation.INSArray, error)

BiometricDevices is an exported wrapper for the private property _biometricDevices.

func (VZVirtualMachineConfiguration) CPUCount ¶

func (v VZVirtualMachineConfiguration) CPUCount() uint

The number of CPUs for the virtual machine. Must be between minimumAllowedCPUCount and maximumAllowedCPUCount. [Full Topic]

func (VZVirtualMachineConfiguration) CanAcceleratorDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanAcceleratorDevices() bool

CanAcceleratorDevices reports whether the receiver responds to the private selector _acceleratorDevices.

func (VZVirtualMachineConfiguration) CanBifrostDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanBifrostDevices() bool

CanBifrostDevices reports whether the receiver responds to the private selector _bifrostDevices.

func (VZVirtualMachineConfiguration) CanBiometricDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanBiometricDevices() bool

CanBiometricDevices reports whether the receiver responds to the private selector _biometricDevices.

func (VZVirtualMachineConfiguration) CanCoprocessors ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanCoprocessors() bool

CanCoprocessors reports whether the receiver responds to the private selector _coprocessors.

func (VZVirtualMachineConfiguration) CanCpuEmulator ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanCpuEmulator() bool

CanCpuEmulator reports whether the receiver responds to the private selector _cpuEmulator.

func (VZVirtualMachineConfiguration) CanCustomMMIODevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanCustomMMIODevices() bool

CanCustomMMIODevices reports whether the receiver responds to the private selector _customMMIODevices.

func (VZVirtualMachineConfiguration) CanCustomVirtioDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanCustomVirtioDevices() bool

CanCustomVirtioDevices reports whether the receiver responds to the private selector _customVirtioDevices.

func (VZVirtualMachineConfiguration) CanDebugStub ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanDebugStub() bool

CanDebugStub reports whether the receiver responds to the private selector _debugStub.

func (VZVirtualMachineConfiguration) CanFatalErrorAction ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanFatalErrorAction() bool

CanFatalErrorAction reports whether the receiver responds to the private selector _fatalErrorAction.

func (VZVirtualMachineConfiguration) CanHidDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanHidDevices() bool

CanHidDevices reports whether the receiver responds to the private selector _hidDevices.

func (VZVirtualMachineConfiguration) CanIsDuplicateUSBDeviceConfigurationAtUsbDeviceIndex ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanIsDuplicateUSBDeviceConfigurationAtUsbDeviceIndex() bool

CanIsDuplicateUSBDeviceConfigurationAtUsbDeviceIndex reports whether the receiver responds to the private selector _isDuplicateUSBDeviceConfigurationAt:usbDeviceIndex:.

func (VZVirtualMachineConfiguration) CanMailboxDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanMailboxDevices() bool

CanMailboxDevices reports whether the receiver responds to the private selector _mailboxDevices.

func (VZVirtualMachineConfiguration) CanMemoryOvercommitmentAllowed ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanMemoryOvercommitmentAllowed() bool

CanMemoryOvercommitmentAllowed reports whether the receiver responds to the private selector _memoryOvercommitmentAllowed.

func (VZVirtualMachineConfiguration) CanMultiTouchDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanMultiTouchDevices() bool

CanMultiTouchDevices reports whether the receiver responds to the private selector _multiTouchDevices.

func (VZVirtualMachineConfiguration) CanPanicAction ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanPanicAction() bool

CanPanicAction reports whether the receiver responds to the private selector _panicAction.

func (VZVirtualMachineConfiguration) CanPanicDevice ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanPanicDevice() bool

CanPanicDevice reports whether the receiver responds to the private selector _panicDevice.

func (VZVirtualMachineConfiguration) CanPciPassthroughDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanPciPassthroughDevices() bool

CanPciPassthroughDevices reports whether the receiver responds to the private selector _pciPassthroughDevices.

func (VZVirtualMachineConfiguration) CanPowerSourceDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanPowerSourceDevices() bool

CanPowerSourceDevices reports whether the receiver responds to the private selector _powerSourceDevices.

func (VZVirtualMachineConfiguration) CanRestartAction ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanRestartAction() bool

CanRestartAction reports whether the receiver responds to the private selector _restartAction.

func (VZVirtualMachineConfiguration) CanSetAcceleratorDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetAcceleratorDevices() bool

CanSetAcceleratorDevices reports whether the receiver responds to the private selector _setAcceleratorDevices:.

func (VZVirtualMachineConfiguration) CanSetBifrostDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetBifrostDevices() bool

CanSetBifrostDevices reports whether the receiver responds to the private selector _setBifrostDevices:.

func (VZVirtualMachineConfiguration) CanSetBiometricDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetBiometricDevices() bool

CanSetBiometricDevices reports whether the receiver responds to the private selector _setBiometricDevices:.

func (VZVirtualMachineConfiguration) CanSetCPUEmulator ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetCPUEmulator() bool

CanSetCPUEmulator reports whether the receiver responds to the private selector _setCPUEmulator:.

func (VZVirtualMachineConfiguration) CanSetCoprocessors ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetCoprocessors() bool

CanSetCoprocessors reports whether the receiver responds to the private selector _setCoprocessors:.

func (VZVirtualMachineConfiguration) CanSetCustomMMIODevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetCustomMMIODevices() bool

CanSetCustomMMIODevices reports whether the receiver responds to the private selector _setCustomMMIODevices:.

func (VZVirtualMachineConfiguration) CanSetCustomVirtioDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetCustomVirtioDevices() bool

CanSetCustomVirtioDevices reports whether the receiver responds to the private selector _setCustomVirtioDevices:.

func (VZVirtualMachineConfiguration) CanSetDebugStub ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetDebugStub() bool

CanSetDebugStub reports whether the receiver responds to the private selector _setDebugStub:.

func (VZVirtualMachineConfiguration) CanSetFatalErrorAction ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetFatalErrorAction() bool

CanSetFatalErrorAction reports whether the receiver responds to the private selector _setFatalErrorAction:.

func (VZVirtualMachineConfiguration) CanSetHIDDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetHIDDevices() bool

CanSetHIDDevices reports whether the receiver responds to the private selector _setHIDDevices:.

func (VZVirtualMachineConfiguration) CanSetMailboxDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetMailboxDevices() bool

CanSetMailboxDevices reports whether the receiver responds to the private selector _setMailboxDevices:.

func (VZVirtualMachineConfiguration) CanSetMemoryOvercommitmentAllowed ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetMemoryOvercommitmentAllowed() bool

CanSetMemoryOvercommitmentAllowed reports whether the receiver responds to the private selector _setMemoryOvercommitmentAllowed:.

func (VZVirtualMachineConfiguration) CanSetMultiTouchDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetMultiTouchDevices() bool

CanSetMultiTouchDevices reports whether the receiver responds to the private selector _setMultiTouchDevices:.

func (VZVirtualMachineConfiguration) CanSetPCIPassthroughDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetPCIPassthroughDevices() bool

CanSetPCIPassthroughDevices reports whether the receiver responds to the private selector _setPCIPassthroughDevices:.

func (VZVirtualMachineConfiguration) CanSetPanicAction ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetPanicAction() bool

CanSetPanicAction reports whether the receiver responds to the private selector _setPanicAction:.

func (VZVirtualMachineConfiguration) CanSetPanicDevice ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetPanicDevice() bool

CanSetPanicDevice reports whether the receiver responds to the private selector _setPanicDevice:.

func (VZVirtualMachineConfiguration) CanSetPowerSourceDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetPowerSourceDevices() bool

CanSetPowerSourceDevices reports whether the receiver responds to the private selector _setPowerSourceDevices:.

func (VZVirtualMachineConfiguration) CanSetRestartAction ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetRestartAction() bool

CanSetRestartAction reports whether the receiver responds to the private selector _setRestartAction:.

func (VZVirtualMachineConfiguration) CanSetTerminationUnderMemoryPressureEnabled ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetTerminationUnderMemoryPressureEnabled() bool

CanSetTerminationUnderMemoryPressureEnabled reports whether the receiver responds to the private selector _setTerminationUnderMemoryPressureEnabled:.

func (VZVirtualMachineConfiguration) CanSetTestIgnoreEntitlementChecks ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSetTestIgnoreEntitlementChecks() bool

CanSetTestIgnoreEntitlementChecks reports whether the receiver responds to the private selector _setTestIgnoreEntitlementChecks:.

func (VZVirtualMachineConfiguration) CanSharedRamRegions ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanSharedRamRegions() bool

CanSharedRamRegions reports whether the receiver responds to the private selector _sharedRamRegions.

func (VZVirtualMachineConfiguration) CanTerminationUnderMemoryPressureEnabled ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanTerminationUnderMemoryPressureEnabled() bool

CanTerminationUnderMemoryPressureEnabled reports whether the receiver responds to the private selector _terminationUnderMemoryPressureEnabled.

func (VZVirtualMachineConfiguration) CanTestIgnoreEntitlementChecks ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CanTestIgnoreEntitlementChecks() bool

CanTestIgnoreEntitlementChecks reports whether the receiver responds to the private selector _testIgnoreEntitlementChecks.

func (VZVirtualMachineConfiguration) Coprocessors ¶ added in v0.6.0

Coprocessors is an exported wrapper for the private property _coprocessors.

func (VZVirtualMachineConfiguration) CpuEmulator ¶ added in v0.6.0

CpuEmulator is an exported wrapper for the private property _cpuEmulator.

func (VZVirtualMachineConfiguration) CustomMMIODevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CustomMMIODevices() (foundation.INSArray, error)

CustomMMIODevices is an exported wrapper for the private property _customMMIODevices.

func (VZVirtualMachineConfiguration) CustomVirtioDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) CustomVirtioDevices() (foundation.INSArray, error)

CustomVirtioDevices is an exported wrapper for the private property _customVirtioDevices.

func (VZVirtualMachineConfiguration) DebugStub ¶ added in v0.6.0

DebugStub is an exported wrapper for the private property _debugStub.

func (VZVirtualMachineConfiguration) FatalErrorAction ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) FatalErrorAction() (int64, error)

FatalErrorAction is an exported wrapper for the private property _fatalErrorAction.

func (VZVirtualMachineConfiguration) HidDevices ¶ added in v0.6.0

HidDevices is an exported wrapper for the private property _hidDevices.

func (VZVirtualMachineConfiguration) Init ¶

Init initializes the instance.

func (VZVirtualMachineConfiguration) IsDuplicateUSBDeviceConfigurationAtUsbDeviceIndex ¶

func (v VZVirtualMachineConfiguration) IsDuplicateUSBDeviceConfigurationAtUsbDeviceIndex(at uint64, index uint64) (bool, error)

IsDuplicateUSBDeviceConfigurationAtUsbDeviceIndex is an exported wrapper for the private method _isDuplicateUSBDeviceConfigurationAtUsbDeviceIndex.

func (VZVirtualMachineConfiguration) MailboxDevices ¶ added in v0.6.0

MailboxDevices is an exported wrapper for the private property _mailboxDevices.

func (VZVirtualMachineConfiguration) MemoryOvercommitmentAllowed ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) MemoryOvercommitmentAllowed() (bool, error)

MemoryOvercommitmentAllowed is an exported wrapper for the private property _memoryOvercommitmentAllowed.

func (VZVirtualMachineConfiguration) MemorySize ¶

func (v VZVirtualMachineConfiguration) MemorySize() uint64

The memory size in bytes for the virtual machine. Must be a multiple of 1MB and between minimumAllowedMemorySize and maximumAllowedMemorySize. [Full Topic]

func (VZVirtualMachineConfiguration) MultiTouchDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) MultiTouchDevices() (foundation.INSArray, error)

MultiTouchDevices is an exported wrapper for the private property _multiTouchDevices.

func (VZVirtualMachineConfiguration) PanicAction ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) PanicAction() (int64, error)

PanicAction is an exported wrapper for the private property _panicAction.

func (VZVirtualMachineConfiguration) PanicDevice ¶ added in v0.6.0

PanicDevice is an exported wrapper for the private property _panicDevice.

func (VZVirtualMachineConfiguration) PciPassthroughDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) PciPassthroughDevices() (foundation.INSArray, error)

PciPassthroughDevices is an exported wrapper for the private property _pciPassthroughDevices.

func (VZVirtualMachineConfiguration) PowerSourceDevices ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) PowerSourceDevices() (foundation.INSArray, error)

PowerSourceDevices is an exported wrapper for the private property _powerSourceDevices.

func (VZVirtualMachineConfiguration) RestartAction ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) RestartAction() (int64, error)

RestartAction is an exported wrapper for the private property _restartAction.

func (VZVirtualMachineConfiguration) SetAcceleratorDevices ¶

func (v VZVirtualMachineConfiguration) SetAcceleratorDevices(devices objectivec.IObject) error

SetAcceleratorDevices is an exported wrapper for the private method _setAcceleratorDevices.

func (VZVirtualMachineConfiguration) SetBifrostDevices ¶

func (v VZVirtualMachineConfiguration) SetBifrostDevices(devices objectivec.IObject) error

SetBifrostDevices is an exported wrapper for the private method _setBifrostDevices.

func (VZVirtualMachineConfiguration) SetBiometricDevices ¶

func (v VZVirtualMachineConfiguration) SetBiometricDevices(devices objectivec.IObject) error

SetBiometricDevices is an exported wrapper for the private method _setBiometricDevices.

func (VZVirtualMachineConfiguration) SetCPUCount ¶

func (v VZVirtualMachineConfiguration) SetCPUCount(value uint)

func (VZVirtualMachineConfiguration) SetCPUEmulator ¶

func (v VZVirtualMachineConfiguration) SetCPUEmulator(cPUEmulator objectivec.IObject) error

SetCPUEmulator is an exported wrapper for the private method _setCPUEmulator.

func (VZVirtualMachineConfiguration) SetCoprocessors ¶

func (v VZVirtualMachineConfiguration) SetCoprocessors(coprocessors objectivec.IObject) error

SetCoprocessors is an exported wrapper for the private method _setCoprocessors.

func (VZVirtualMachineConfiguration) SetCustomMMIODevices ¶

func (v VZVirtualMachineConfiguration) SetCustomMMIODevices(mMIODevices objectivec.IObject) error

SetCustomMMIODevices is an exported wrapper for the private method _setCustomMMIODevices.

func (VZVirtualMachineConfiguration) SetCustomVirtioDevices ¶

func (v VZVirtualMachineConfiguration) SetCustomVirtioDevices(devices objectivec.IObject) error

SetCustomVirtioDevices is an exported wrapper for the private method _setCustomVirtioDevices.

func (VZVirtualMachineConfiguration) SetDebugStub ¶

SetDebugStub is an exported wrapper for the private method _setDebugStub.

func (VZVirtualMachineConfiguration) SetFatalErrorAction ¶

func (v VZVirtualMachineConfiguration) SetFatalErrorAction(action int64) error

SetFatalErrorAction is an exported wrapper for the private method _setFatalErrorAction.

func (VZVirtualMachineConfiguration) SetHIDDevices ¶

func (v VZVirtualMachineConfiguration) SetHIDDevices(hIDDevices objectivec.IObject) error

SetHIDDevices is an exported wrapper for the private method _setHIDDevices.

func (VZVirtualMachineConfiguration) SetMailboxDevices ¶

func (v VZVirtualMachineConfiguration) SetMailboxDevices(devices objectivec.IObject) error

SetMailboxDevices is an exported wrapper for the private method _setMailboxDevices.

func (VZVirtualMachineConfiguration) SetMemoryOvercommitmentAllowed ¶

func (v VZVirtualMachineConfiguration) SetMemoryOvercommitmentAllowed(allowed bool) error

SetMemoryOvercommitmentAllowed is an exported wrapper for the private method _setMemoryOvercommitmentAllowed.

func (VZVirtualMachineConfiguration) SetMemorySize ¶

func (v VZVirtualMachineConfiguration) SetMemorySize(value uint64)

func (VZVirtualMachineConfiguration) SetMultiTouchDevices ¶

func (v VZVirtualMachineConfiguration) SetMultiTouchDevices(devices objectivec.IObject) error

SetMultiTouchDevices is an exported wrapper for the private method _setMultiTouchDevices.

func (VZVirtualMachineConfiguration) SetPCIPassthroughDevices ¶

func (v VZVirtualMachineConfiguration) SetPCIPassthroughDevices(devices objectivec.IObject) error

SetPCIPassthroughDevices is an exported wrapper for the private method _setPCIPassthroughDevices.

func (VZVirtualMachineConfiguration) SetPanicAction ¶

func (v VZVirtualMachineConfiguration) SetPanicAction(action int64) error

SetPanicAction is an exported wrapper for the private method _setPanicAction.

func (VZVirtualMachineConfiguration) SetPanicDevice ¶

func (v VZVirtualMachineConfiguration) SetPanicDevice(device objectivec.IObject) error

SetPanicDevice is an exported wrapper for the private method _setPanicDevice.

func (VZVirtualMachineConfiguration) SetPowerSourceDevices ¶

func (v VZVirtualMachineConfiguration) SetPowerSourceDevices(devices objectivec.IObject) error

SetPowerSourceDevices is an exported wrapper for the private method _setPowerSourceDevices.

func (VZVirtualMachineConfiguration) SetRestartAction ¶

func (v VZVirtualMachineConfiguration) SetRestartAction(action int64) error

SetRestartAction is an exported wrapper for the private method _setRestartAction.

func (VZVirtualMachineConfiguration) SetTerminationUnderMemoryPressureEnabled ¶

func (v VZVirtualMachineConfiguration) SetTerminationUnderMemoryPressureEnabled(enabled bool) error

SetTerminationUnderMemoryPressureEnabled is an exported wrapper for the private method _setTerminationUnderMemoryPressureEnabled.

func (VZVirtualMachineConfiguration) SetTestIgnoreEntitlementChecks ¶

func (v VZVirtualMachineConfiguration) SetTestIgnoreEntitlementChecks(checks bool) error

SetTestIgnoreEntitlementChecks is an exported wrapper for the private method _setTestIgnoreEntitlementChecks.

func (VZVirtualMachineConfiguration) Set_acceleratorDevices ¶

func (v VZVirtualMachineConfiguration) Set_acceleratorDevices(value foundation.INSArray)

func (VZVirtualMachineConfiguration) Set_bifrostDevices ¶

func (v VZVirtualMachineConfiguration) Set_bifrostDevices(value foundation.INSArray)

func (VZVirtualMachineConfiguration) Set_biometricDevices ¶

func (v VZVirtualMachineConfiguration) Set_biometricDevices(value foundation.INSArray)

func (VZVirtualMachineConfiguration) Set_coprocessors ¶

func (v VZVirtualMachineConfiguration) Set_coprocessors(value foundation.INSArray)

func (VZVirtualMachineConfiguration) Set_cpuEmulator ¶

func (VZVirtualMachineConfiguration) Set_customMMIODevices ¶

func (v VZVirtualMachineConfiguration) Set_customMMIODevices(value foundation.INSArray)

func (VZVirtualMachineConfiguration) Set_customVirtioDevices ¶

func (v VZVirtualMachineConfiguration) Set_customVirtioDevices(value foundation.INSArray)

func (VZVirtualMachineConfiguration) Set_debugStub ¶

func (VZVirtualMachineConfiguration) Set_fatalErrorAction ¶

func (v VZVirtualMachineConfiguration) Set_fatalErrorAction(value int64)

func (VZVirtualMachineConfiguration) Set_hidDevices ¶

func (v VZVirtualMachineConfiguration) Set_hidDevices(value foundation.INSArray)

func (VZVirtualMachineConfiguration) Set_mailboxDevices ¶

func (v VZVirtualMachineConfiguration) Set_mailboxDevices(value foundation.INSArray)

func (VZVirtualMachineConfiguration) Set_memoryOvercommitmentAllowed ¶

func (v VZVirtualMachineConfiguration) Set_memoryOvercommitmentAllowed(value bool)

func (VZVirtualMachineConfiguration) Set_multiTouchDevices ¶

func (v VZVirtualMachineConfiguration) Set_multiTouchDevices(value foundation.INSArray)

func (VZVirtualMachineConfiguration) Set_panicAction ¶

func (v VZVirtualMachineConfiguration) Set_panicAction(value int64)

func (VZVirtualMachineConfiguration) Set_panicDevice ¶

func (VZVirtualMachineConfiguration) Set_pciPassthroughDevices ¶

func (v VZVirtualMachineConfiguration) Set_pciPassthroughDevices(value foundation.INSArray)

func (VZVirtualMachineConfiguration) Set_powerSourceDevices ¶

func (v VZVirtualMachineConfiguration) Set_powerSourceDevices(value foundation.INSArray)

func (VZVirtualMachineConfiguration) Set_restartAction ¶

func (v VZVirtualMachineConfiguration) Set_restartAction(value int64)

func (VZVirtualMachineConfiguration) Set_sharedRamRegions ¶

func (v VZVirtualMachineConfiguration) Set_sharedRamRegions(value unsafe.Pointer)

func (VZVirtualMachineConfiguration) Set_terminationUnderMemoryPressureEnabled ¶

func (v VZVirtualMachineConfiguration) Set_terminationUnderMemoryPressureEnabled(value bool)

func (VZVirtualMachineConfiguration) Set_testIgnoreEntitlementChecks ¶

func (v VZVirtualMachineConfiguration) Set_testIgnoreEntitlementChecks(value bool)

func (VZVirtualMachineConfiguration) SharedRamRegions ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) SharedRamRegions() (unsafe.Pointer, error)

SharedRamRegions is an exported wrapper for the private property _sharedRamRegions.

func (VZVirtualMachineConfiguration) TerminationUnderMemoryPressureEnabled ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) TerminationUnderMemoryPressureEnabled() (bool, error)

TerminationUnderMemoryPressureEnabled is an exported wrapper for the private property _terminationUnderMemoryPressureEnabled.

func (VZVirtualMachineConfiguration) TestIgnoreEntitlementChecks ¶ added in v0.6.0

func (v VZVirtualMachineConfiguration) TestIgnoreEntitlementChecks() (bool, error)

TestIgnoreEntitlementChecks is an exported wrapper for the private property _testIgnoreEntitlementChecks.

type VZVirtualMachineConfigurationClass ¶

type VZVirtualMachineConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtualMachineConfigurationClass ¶

func GetVZVirtualMachineConfigurationClass() VZVirtualMachineConfigurationClass

GetVZVirtualMachineConfigurationClass returns the class object for VZVirtualMachineConfiguration.

func (VZVirtualMachineConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtualMachineConfigurationClass) CanMaximumAllowedOvercommittedMemorySize ¶ added in v0.6.0

func (_VZVirtualMachineConfigurationClass VZVirtualMachineConfigurationClass) CanMaximumAllowedOvercommittedMemorySize() bool

CanMaximumAllowedOvercommittedMemorySize reports whether the receiver responds to the private selector _maximumAllowedOvercommittedMemorySize.

func (VZVirtualMachineConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

func (VZVirtualMachineConfigurationClass) MaximumAllowedOvercommittedMemorySize ¶

func (_VZVirtualMachineConfigurationClass VZVirtualMachineConfigurationClass) MaximumAllowedOvercommittedMemorySize() (uint64, error)

MaximumAllowedOvercommittedMemorySize is an exported wrapper for the private method _maximumAllowedOvercommittedMemorySize.

type VZVirtualMachineConfigurationDecoder ¶

type VZVirtualMachineConfigurationDecoder struct {
	objectivec.Object
}

Methods ¶

func NewVZVirtualMachineConfigurationDecoder ¶

func NewVZVirtualMachineConfigurationDecoder() VZVirtualMachineConfigurationDecoder

NewVZVirtualMachineConfigurationDecoder creates a new VZVirtualMachineConfigurationDecoder instance.

func NewVZVirtualMachineConfigurationDecoderWithBaseURL ¶

func NewVZVirtualMachineConfigurationDecoderWithBaseURL(url foundation.NSURL) VZVirtualMachineConfigurationDecoder

func VZVirtualMachineConfigurationDecoderFromID ¶

func VZVirtualMachineConfigurationDecoderFromID(id objc.ID) VZVirtualMachineConfigurationDecoder

VZVirtualMachineConfigurationDecoderFromID constructs a VZVirtualMachineConfigurationDecoder from an objc.ID.

func (VZVirtualMachineConfigurationDecoder) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtualMachineConfigurationDecoder) ConfigurationFromDataFormatError ¶

func (v VZVirtualMachineConfigurationDecoder) ConfigurationFromDataFormatError(data objectivec.IObject, format *uint64) (objectivec.IObject, error)

func (VZVirtualMachineConfigurationDecoder) Delegate ¶

func (VZVirtualMachineConfigurationDecoder) Init ¶

Init initializes the instance.

func (VZVirtualMachineConfigurationDecoder) InitWithBaseURL ¶

func (VZVirtualMachineConfigurationDecoder) SetDelegate ¶

type VZVirtualMachineConfigurationDecoderClass ¶

type VZVirtualMachineConfigurationDecoderClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtualMachineConfigurationDecoderClass ¶

func GetVZVirtualMachineConfigurationDecoderClass() VZVirtualMachineConfigurationDecoderClass

GetVZVirtualMachineConfigurationDecoderClass returns the class object for _VZVirtualMachineConfigurationDecoder.

func (VZVirtualMachineConfigurationDecoderClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtualMachineConfigurationDecoderClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtualMachineConfigurationEncodable ¶

type VZVirtualMachineConfigurationEncodable interface {
	objectivec.IObject
}

_VZVirtualMachineConfigurationEncodable protocol.

type VZVirtualMachineConfigurationEncodableObject ¶

type VZVirtualMachineConfigurationEncodableObject struct {
	objectivec.Object
}

VZVirtualMachineConfigurationEncodableObject wraps an existing Objective-C object that conforms to the VZVirtualMachineConfigurationEncodable protocol.

func VZVirtualMachineConfigurationEncodableObjectFromID ¶

func VZVirtualMachineConfigurationEncodableObjectFromID(id objc.ID) VZVirtualMachineConfigurationEncodableObject

VZVirtualMachineConfigurationEncodableObjectFromID constructs a VZVirtualMachineConfigurationEncodableObject from an objc.ID. The object is determined to conform to the protocol at runtime.

func (VZVirtualMachineConfigurationEncodableObject) BaseObject ¶

func (VZVirtualMachineConfigurationEncodableObject) EncodeWithEncoder ¶

type VZVirtualMachineConfigurationEncoder ¶

type VZVirtualMachineConfigurationEncoder struct {
	objectivec.Object
}

Methods ¶

func NewVZVirtualMachineConfigurationEncoder ¶

func NewVZVirtualMachineConfigurationEncoder() VZVirtualMachineConfigurationEncoder

NewVZVirtualMachineConfigurationEncoder creates a new VZVirtualMachineConfigurationEncoder instance.

func NewVZVirtualMachineConfigurationEncoderWithBaseURL ¶

func NewVZVirtualMachineConfigurationEncoderWithBaseURL(url foundation.NSURL) VZVirtualMachineConfigurationEncoder

func VZVirtualMachineConfigurationEncoderFromID ¶

func VZVirtualMachineConfigurationEncoderFromID(id objc.ID) VZVirtualMachineConfigurationEncoder

VZVirtualMachineConfigurationEncoderFromID constructs a VZVirtualMachineConfigurationEncoder from an objc.ID.

func (VZVirtualMachineConfigurationEncoder) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtualMachineConfigurationEncoder) DataWithConfigurationFormatError ¶

func (v VZVirtualMachineConfigurationEncoder) DataWithConfigurationFormatError(configuration objectivec.IObject, format uint64) (objectivec.IObject, error)

func (VZVirtualMachineConfigurationEncoder) Init ¶

Init initializes the instance.

func (VZVirtualMachineConfigurationEncoder) InitWithBaseURL ¶

type VZVirtualMachineConfigurationEncoderClass ¶

type VZVirtualMachineConfigurationEncoderClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtualMachineConfigurationEncoderClass ¶

func GetVZVirtualMachineConfigurationEncoderClass() VZVirtualMachineConfigurationEncoderClass

GetVZVirtualMachineConfigurationEncoderClass returns the class object for _VZVirtualMachineConfigurationEncoder.

func (VZVirtualMachineConfigurationEncoderClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtualMachineConfigurationEncoderClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtualMachineProperties ¶ added in v0.5.5

type VZVirtualMachineProperties struct {
	Keyboard_properties                   unsafe.Pointer
	Multi_touch_device_id                 unsafe.Pointer
	Pointing_device_properties            unsafe.Pointer
	State                                 int64
	Usb_passthrough_pointing_device_count uint
	Graphics_devices                      unsafe.Pointer
}

VZVirtualMachineProperties

type VZVirtualMachineSaveOptions ¶

type VZVirtualMachineSaveOptions struct {
	objectivec.Object
}

Methods ¶

func NewVZVirtualMachineSaveOptions ¶

func NewVZVirtualMachineSaveOptions() VZVirtualMachineSaveOptions

NewVZVirtualMachineSaveOptions creates a new VZVirtualMachineSaveOptions instance.

func VZVirtualMachineSaveOptionsFromID ¶

func VZVirtualMachineSaveOptionsFromID(id objc.ID) VZVirtualMachineSaveOptions

VZVirtualMachineSaveOptionsFromID constructs a VZVirtualMachineSaveOptions from an objc.ID.

func (VZVirtualMachineSaveOptions) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtualMachineSaveOptions) Compress ¶

func (v VZVirtualMachineSaveOptions) Compress() bool

func (VZVirtualMachineSaveOptions) Encrypt ¶

func (v VZVirtualMachineSaveOptions) Encrypt() bool

func (VZVirtualMachineSaveOptions) Init ¶

Init initializes the instance.

func (VZVirtualMachineSaveOptions) SetCompress ¶

func (v VZVirtualMachineSaveOptions) SetCompress(value bool)

func (VZVirtualMachineSaveOptions) SetEncrypt ¶

func (v VZVirtualMachineSaveOptions) SetEncrypt(value bool)

type VZVirtualMachineSaveOptionsClass ¶

type VZVirtualMachineSaveOptionsClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtualMachineSaveOptionsClass ¶

func GetVZVirtualMachineSaveOptionsClass() VZVirtualMachineSaveOptionsClass

GetVZVirtualMachineSaveOptionsClass returns the class object for _VZVirtualMachineSaveOptions.

func (VZVirtualMachineSaveOptionsClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtualMachineSaveOptionsClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtualMachineStartOptions ¶

type VZVirtualMachineStartOptions struct {
	objectivec.Object
}

Methods ¶

func NewVZVirtualMachineStartOptions ¶

func NewVZVirtualMachineStartOptions() VZVirtualMachineStartOptions

NewVZVirtualMachineStartOptions creates a new VZVirtualMachineStartOptions instance.

func VZVirtualMachineStartOptionsFromID ¶

func VZVirtualMachineStartOptionsFromID(id objc.ID) VZVirtualMachineStartOptions

VZVirtualMachineStartOptionsFromID constructs a VZVirtualMachineStartOptions from an objc.ID.

func (VZVirtualMachineStartOptions) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtualMachineStartOptions) CanDelegatedExceptionClasses ¶ added in v0.6.0

func (v VZVirtualMachineStartOptions) CanDelegatedExceptionClasses() bool

CanDelegatedExceptionClasses reports whether the receiver responds to the private selector _delegatedExceptionClasses.

func (VZVirtualMachineStartOptions) CanSetDelegatedExceptionClasses ¶ added in v0.6.0

func (v VZVirtualMachineStartOptions) CanSetDelegatedExceptionClasses() bool

CanSetDelegatedExceptionClasses reports whether the receiver responds to the private selector _setDelegatedExceptionClasses:.

func (VZVirtualMachineStartOptions) DelegatedExceptionClasses ¶ added in v0.6.0

func (v VZVirtualMachineStartOptions) DelegatedExceptionClasses() (foundation.INSArray, error)

DelegatedExceptionClasses is an exported wrapper for the private property _delegatedExceptionClasses.

func (VZVirtualMachineStartOptions) Init ¶

Init initializes the instance.

func (VZVirtualMachineStartOptions) SetDelegatedExceptionClasses ¶

func (v VZVirtualMachineStartOptions) SetDelegatedExceptionClasses(classes objectivec.IObject) error

SetDelegatedExceptionClasses is an exported wrapper for the private method _setDelegatedExceptionClasses.

func (VZVirtualMachineStartOptions) Set_delegatedExceptionClasses ¶

func (v VZVirtualMachineStartOptions) Set_delegatedExceptionClasses(value foundation.INSArray)

type VZVirtualMachineStartOptionsClass ¶

type VZVirtualMachineStartOptionsClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtualMachineStartOptionsClass ¶

func GetVZVirtualMachineStartOptionsClass() VZVirtualMachineStartOptionsClass

GetVZVirtualMachineStartOptionsClass returns the class object for VZVirtualMachineStartOptions.

func (VZVirtualMachineStartOptionsClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtualMachineStartOptionsClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZVirtualMachineView ¶

type VZVirtualMachineView struct {
	appkit.NSView
}

Methods ¶

func NewVZVirtualMachineView ¶

func NewVZVirtualMachineView() VZVirtualMachineView

NewVZVirtualMachineView creates a new VZVirtualMachineView instance.

func NewVirtualMachineViewWithCoder ¶

func NewVirtualMachineViewWithCoder(coder objectivec.IObject) VZVirtualMachineView

func VZVirtualMachineViewFromID ¶

func VZVirtualMachineViewFromID(id objc.ID) VZVirtualMachineView

VZVirtualMachineViewFromID constructs a VZVirtualMachineView from an objc.ID.

func (VZVirtualMachineView) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZVirtualMachineView) CanDelegate ¶ added in v0.6.0

func (v VZVirtualMachineView) CanDelegate() bool

CanDelegate reports whether the receiver responds to the private selector _delegate.

func (VZVirtualMachineView) CanGrabMouseInput ¶ added in v0.6.0

func (v VZVirtualMachineView) CanGrabMouseInput() bool

CanGrabMouseInput reports whether the receiver responds to the private selector _grabMouseInput.

func (VZVirtualMachineView) CanGraphicsDisplay ¶ added in v0.6.0

func (v VZVirtualMachineView) CanGraphicsDisplay() bool

CanGraphicsDisplay reports whether the receiver responds to the private selector _graphicsDisplay.

func (VZVirtualMachineView) CanReleaseMouseInput ¶ added in v0.6.0

func (v VZVirtualMachineView) CanReleaseMouseInput() bool

CanReleaseMouseInput reports whether the receiver responds to the private selector _releaseMouseInput.

func (VZVirtualMachineView) CanScaleMode ¶ added in v0.6.0

func (v VZVirtualMachineView) CanScaleMode() bool

CanScaleMode reports whether the receiver responds to the private selector _scaleMode.

func (VZVirtualMachineView) CanSetDelegate ¶ added in v0.6.0

func (v VZVirtualMachineView) CanSetDelegate() bool

CanSetDelegate reports whether the receiver responds to the private selector _setDelegate:.

func (VZVirtualMachineView) CanSetGraphicsDisplay ¶ added in v0.6.0

func (v VZVirtualMachineView) CanSetGraphicsDisplay() bool

CanSetGraphicsDisplay reports whether the receiver responds to the private selector _setGraphicsDisplay:.

func (VZVirtualMachineView) CanSetScaleMode ¶ added in v0.6.0

func (v VZVirtualMachineView) CanSetScaleMode() bool

CanSetScaleMode reports whether the receiver responds to the private selector _setScaleMode:.

func (VZVirtualMachineView) DebugDescription ¶

func (v VZVirtualMachineView) DebugDescription() string

func (VZVirtualMachineView) Delegate ¶ added in v0.6.0

func (v VZVirtualMachineView) Delegate() (unsafe.Pointer, error)

Delegate is an exported wrapper for the private property _delegate.

func (VZVirtualMachineView) Description ¶

func (v VZVirtualMachineView) Description() string

func (VZVirtualMachineView) DisplayDidBeginReconfiguration ¶

func (v VZVirtualMachineView) DisplayDidBeginReconfiguration(reconfiguration objectivec.IObject)

func (VZVirtualMachineView) DisplayDidEndReconfiguration ¶

func (v VZVirtualMachineView) DisplayDidEndReconfiguration(reconfiguration objectivec.IObject)

func (VZVirtualMachineView) GrabMouseInput ¶

func (v VZVirtualMachineView) GrabMouseInput() (bool, error)

GrabMouseInput is an exported wrapper for the private method _grabMouseInput.

func (VZVirtualMachineView) GraphicsDisplay ¶ added in v0.6.0

func (v VZVirtualMachineView) GraphicsDisplay() (IVZGraphicsDisplay, error)

GraphicsDisplay is an exported wrapper for the private property _graphicsDisplay.

func (VZVirtualMachineView) Hash ¶

func (v VZVirtualMachineView) Hash() uint64

func (VZVirtualMachineView) Init ¶

Init initializes the instance.

func (VZVirtualMachineView) ReleaseMouseInput ¶

func (v VZVirtualMachineView) ReleaseMouseInput() (bool, error)

ReleaseMouseInput is an exported wrapper for the private method _releaseMouseInput.

func (VZVirtualMachineView) ScaleMode ¶ added in v0.6.0

func (v VZVirtualMachineView) ScaleMode() (int64, error)

ScaleMode is an exported wrapper for the private property _scaleMode.

func (VZVirtualMachineView) SetDelegate ¶

func (v VZVirtualMachineView) SetDelegate(delegate objectivec.IObject) error

SetDelegate is an exported wrapper for the private method _setDelegate.

func (VZVirtualMachineView) SetGraphicsDisplay ¶

func (v VZVirtualMachineView) SetGraphicsDisplay(display objectivec.IObject) error

SetGraphicsDisplay is an exported wrapper for the private method _setGraphicsDisplay.

func (VZVirtualMachineView) SetScaleMode ¶

func (v VZVirtualMachineView) SetScaleMode(mode int64) error

SetScaleMode is an exported wrapper for the private method _setScaleMode.

func (VZVirtualMachineView) Set_delegate ¶

func (v VZVirtualMachineView) Set_delegate(value unsafe.Pointer)

func (VZVirtualMachineView) Set_graphicsDisplay ¶

func (v VZVirtualMachineView) Set_graphicsDisplay(value IVZGraphicsDisplay)

func (VZVirtualMachineView) Set_scaleMode ¶

func (v VZVirtualMachineView) Set_scaleMode(value int64)

func (VZVirtualMachineView) Superclass ¶

func (v VZVirtualMachineView) Superclass() objectivec.Class

type VZVirtualMachineViewClass ¶

type VZVirtualMachineViewClass struct {
	// contains filtered or unexported fields
}

func GetVZVirtualMachineViewClass ¶

func GetVZVirtualMachineViewClass() VZVirtualMachineViewClass

GetVZVirtualMachineViewClass returns the class object for VZVirtualMachineView.

func (VZVirtualMachineViewClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZVirtualMachineViewClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZWrappingKey ¶

type VZWrappingKey struct {
	objectivec.Object
}

Methods ¶

func NewVZWrappingKey ¶

func NewVZWrappingKey() VZWrappingKey

NewVZWrappingKey creates a new VZWrappingKey instance.

func NewVZWrappingKeyWithAESKeyError ¶

func NewVZWrappingKeyWithAESKeyError(aESKey objectivec.IObject) (VZWrappingKey, error)

func NewVZWrappingKeyWithAsymmetricKeyError ¶

func NewVZWrappingKeyWithAsymmetricKeyError(key security.SecKeyRef) (VZWrappingKey, error)

func NewVZWrappingKeyWithPasswordError ¶

func NewVZWrappingKeyWithPasswordError(password objectivec.IObject) (VZWrappingKey, error)

func VZWrappingKeyFromID ¶

func VZWrappingKeyFromID(id objc.ID) VZWrappingKey

VZWrappingKeyFromID constructs a VZWrappingKey from an objc.ID.

func (VZWrappingKey) Autorelease ¶

func (v VZWrappingKey) Autorelease() VZWrappingKey

Autorelease adds the receiver to the current autorelease pool.

func (VZWrappingKey) Init ¶

func (v VZWrappingKey) Init() VZWrappingKey

Init initializes the instance.

func (VZWrappingKey) InitWithAESKeyError ¶

func (v VZWrappingKey) InitWithAESKeyError(aESKey objectivec.IObject) (VZWrappingKey, error)

func (VZWrappingKey) InitWithAsymmetricKeyError ¶

func (v VZWrappingKey) InitWithAsymmetricKeyError(key security.SecKeyRef) (VZWrappingKey, error)

func (VZWrappingKey) InitWithPasswordError ¶

func (v VZWrappingKey) InitWithPasswordError(password objectivec.IObject) (VZWrappingKey, error)

type VZWrappingKeyClass ¶

type VZWrappingKeyClass struct {
	// contains filtered or unexported fields
}

func GetVZWrappingKeyClass ¶

func GetVZWrappingKeyClass() VZWrappingKeyClass

GetVZWrappingKeyClass returns the class object for _VZWrappingKey.

func (VZWrappingKeyClass) Alloc ¶

func (vc VZWrappingKeyClass) Alloc() VZWrappingKey

Alloc allocates memory for a new instance of the class.

func (VZWrappingKeyClass) Class ¶

func (vc VZWrappingKeyClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZXHCIController ¶

type VZXHCIController struct {
	VZUSBController
}

Methods ¶

func NewVZXHCIController ¶

func NewVZXHCIController() VZXHCIController

NewVZXHCIController creates a new VZXHCIController instance.

func VZXHCIControllerFromID ¶

func VZXHCIControllerFromID(id objc.ID) VZXHCIController

VZXHCIControllerFromID constructs a VZXHCIController from an objc.ID.

func (VZXHCIController) AttachDevice ¶

func (v VZXHCIController) AttachDevice(ctx context.Context, device objectivec.IObject) error

AttachDevice is a synchronous wrapper around VZXHCIController.AttachDeviceCompletionHandler. It blocks until the completion handler fires or the context is cancelled.

func (VZXHCIController) AttachDeviceCompletionHandler ¶

func (v VZXHCIController) AttachDeviceCompletionHandler(device objectivec.IObject, handler ErrorHandler)

func (VZXHCIController) Autorelease ¶

func (v VZXHCIController) Autorelease() VZXHCIController

Autorelease adds the receiver to the current autorelease pool.

func (VZXHCIController) DetachDevice ¶

func (v VZXHCIController) DetachDevice(ctx context.Context, device objectivec.IObject) error

DetachDevice is a synchronous wrapper around VZXHCIController.DetachDeviceCompletionHandler. It blocks until the completion handler fires or the context is cancelled.

func (VZXHCIController) DetachDeviceCompletionHandler ¶

func (v VZXHCIController) DetachDeviceCompletionHandler(device objectivec.IObject, handler ErrorHandler)

func (VZXHCIController) Init ¶

Init initializes the instance.

type VZXHCIControllerClass ¶

type VZXHCIControllerClass struct {
	// contains filtered or unexported fields
}

func GetVZXHCIControllerClass ¶

func GetVZXHCIControllerClass() VZXHCIControllerClass

GetVZXHCIControllerClass returns the class object for VZXHCIController.

func (VZXHCIControllerClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZXHCIControllerClass) Class ¶

func (vc VZXHCIControllerClass) Class() objc.Class

Class returns the underlying Objective-C class pointer.

type VZXHCIControllerConfiguration ¶

type VZXHCIControllerConfiguration struct {
	VZUSBControllerConfiguration
}

func NewVZXHCIControllerConfiguration ¶

func NewVZXHCIControllerConfiguration() VZXHCIControllerConfiguration

NewVZXHCIControllerConfiguration creates a new VZXHCIControllerConfiguration instance.

func VZXHCIControllerConfigurationFromID ¶

func VZXHCIControllerConfigurationFromID(id objc.ID) VZXHCIControllerConfiguration

VZXHCIControllerConfigurationFromID constructs a VZXHCIControllerConfiguration from an objc.ID.

func (VZXHCIControllerConfiguration) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZXHCIControllerConfiguration) Init ¶

Init initializes the instance.

type VZXHCIControllerConfigurationClass ¶

type VZXHCIControllerConfigurationClass struct {
	// contains filtered or unexported fields
}

func GetVZXHCIControllerConfigurationClass ¶

func GetVZXHCIControllerConfigurationClass() VZXHCIControllerConfigurationClass

GetVZXHCIControllerConfigurationClass returns the class object for VZXHCIControllerConfiguration.

func (VZXHCIControllerConfigurationClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZXHCIControllerConfigurationClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZXPCBifrostAttachment ¶

type VZXPCBifrostAttachment struct {
	VZBifrostAttachment
}

func NewVZXPCBifrostAttachment ¶

func NewVZXPCBifrostAttachment() VZXPCBifrostAttachment

NewVZXPCBifrostAttachment creates a new VZXPCBifrostAttachment instance.

func VZXPCBifrostAttachmentFromID ¶

func VZXPCBifrostAttachmentFromID(id objc.ID) VZXPCBifrostAttachment

VZXPCBifrostAttachmentFromID constructs a VZXPCBifrostAttachment from an objc.ID.

func (VZXPCBifrostAttachment) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZXPCBifrostAttachment) Init ¶

Init initializes the instance.

type VZXPCBifrostAttachmentClass ¶

type VZXPCBifrostAttachmentClass struct {
	// contains filtered or unexported fields
}

func GetVZXPCBifrostAttachmentClass ¶

func GetVZXPCBifrostAttachmentClass() VZXPCBifrostAttachmentClass

GetVZXPCBifrostAttachmentClass returns the class object for _VZXPCBifrostAttachment.

func (VZXPCBifrostAttachmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZXPCBifrostAttachmentClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VZXPCClientMailboxDeviceAttachment ¶

type VZXPCClientMailboxDeviceAttachment struct {
	VZMailboxDeviceAttachment
}

Methods ¶

  • [VZXPCClientMailboxDeviceAttachment._initWithMailboxHandle]

func NewVZXPCClientMailboxDeviceAttachment ¶

func NewVZXPCClientMailboxDeviceAttachment() VZXPCClientMailboxDeviceAttachment

NewVZXPCClientMailboxDeviceAttachment creates a new VZXPCClientMailboxDeviceAttachment instance.

func VZXPCClientMailboxDeviceAttachmentFromID ¶

func VZXPCClientMailboxDeviceAttachmentFromID(id objc.ID) VZXPCClientMailboxDeviceAttachment

VZXPCClientMailboxDeviceAttachmentFromID constructs a VZXPCClientMailboxDeviceAttachment from an objc.ID.

func (VZXPCClientMailboxDeviceAttachment) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VZXPCClientMailboxDeviceAttachment) CanInitWithMailboxHandle ¶ added in v0.6.0

func (v VZXPCClientMailboxDeviceAttachment) CanInitWithMailboxHandle() bool

CanInitWithMailboxHandle reports whether the receiver responds to the private selector _initWithMailboxHandle:.

func (VZXPCClientMailboxDeviceAttachment) Init ¶

Init initializes the instance.

func (VZXPCClientMailboxDeviceAttachment) InitWithMailboxHandle ¶

func (v VZXPCClientMailboxDeviceAttachment) InitWithMailboxHandle(handle MailboxHandle) (objectivec.IObject, error)

InitWithMailboxHandle is an exported wrapper for the private method _initWithMailboxHandle.

type VZXPCClientMailboxDeviceAttachmentClass ¶

type VZXPCClientMailboxDeviceAttachmentClass struct {
	// contains filtered or unexported fields
}

func GetVZXPCClientMailboxDeviceAttachmentClass ¶

func GetVZXPCClientMailboxDeviceAttachmentClass() VZXPCClientMailboxDeviceAttachmentClass

GetVZXPCClientMailboxDeviceAttachmentClass returns the class object for _VZXPCClientMailboxDeviceAttachment.

func (VZXPCClientMailboxDeviceAttachmentClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VZXPCClientMailboxDeviceAttachmentClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VirtualizationMockEventService ¶

type VirtualizationMockEventService struct {
	objectivec.Object
}

func NewVirtualizationMockEventService ¶

func NewVirtualizationMockEventService() VirtualizationMockEventService

NewVirtualizationMockEventService creates a new VirtualizationMockEventService instance.

func VirtualizationMockEventServiceFromID ¶

func VirtualizationMockEventServiceFromID(id objc.ID) VirtualizationMockEventService

VirtualizationMockEventServiceFromID constructs a VirtualizationMockEventService from an objc.ID.

func (VirtualizationMockEventService) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VirtualizationMockEventService) Init ¶

Init initializes the instance.

type VirtualizationMockEventServiceClass ¶

type VirtualizationMockEventServiceClass struct {
	// contains filtered or unexported fields
}

func GetVirtualizationMockEventServiceClass ¶

func GetVirtualizationMockEventServiceClass() VirtualizationMockEventServiceClass

GetVirtualizationMockEventServiceClass returns the class object for Virtualization.MockEventService.

func (VirtualizationMockEventServiceClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VirtualizationMockEventServiceClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VirtualizationUniversalHIDFilters ¶

type VirtualizationUniversalHIDFilters struct {
	objectivec.Object
}

func NewVirtualizationUniversalHIDFilters ¶

func NewVirtualizationUniversalHIDFilters() VirtualizationUniversalHIDFilters

NewVirtualizationUniversalHIDFilters creates a new VirtualizationUniversalHIDFilters instance.

func VirtualizationUniversalHIDFiltersFromID ¶

func VirtualizationUniversalHIDFiltersFromID(id objc.ID) VirtualizationUniversalHIDFilters

VirtualizationUniversalHIDFiltersFromID constructs a VirtualizationUniversalHIDFilters from an objc.ID.

func (VirtualizationUniversalHIDFilters) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VirtualizationUniversalHIDFilters) Init ¶

Init initializes the instance.

type VirtualizationUniversalHIDFiltersClass ¶

type VirtualizationUniversalHIDFiltersClass struct {
	// contains filtered or unexported fields
}

func GetVirtualizationUniversalHIDFiltersClass ¶

func GetVirtualizationUniversalHIDFiltersClass() VirtualizationUniversalHIDFiltersClass

GetVirtualizationUniversalHIDFiltersClass returns the class object for Virtualization.UniversalHIDFilters.

func (VirtualizationUniversalHIDFiltersClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VirtualizationUniversalHIDFiltersClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VirtualizationUniversalHIDKitTranslators ¶

type VirtualizationUniversalHIDKitTranslators struct {
	objectivec.Object
}

func NewVirtualizationUniversalHIDKitTranslators ¶

func NewVirtualizationUniversalHIDKitTranslators() VirtualizationUniversalHIDKitTranslators

NewVirtualizationUniversalHIDKitTranslators creates a new VirtualizationUniversalHIDKitTranslators instance.

func VirtualizationUniversalHIDKitTranslatorsFromID ¶

func VirtualizationUniversalHIDKitTranslatorsFromID(id objc.ID) VirtualizationUniversalHIDKitTranslators

VirtualizationUniversalHIDKitTranslatorsFromID constructs a VirtualizationUniversalHIDKitTranslators from an objc.ID.

func (VirtualizationUniversalHIDKitTranslators) Autorelease ¶

Autorelease adds the receiver to the current autorelease pool.

func (VirtualizationUniversalHIDKitTranslators) Init ¶

Init initializes the instance.

type VirtualizationUniversalHIDKitTranslatorsClass ¶

type VirtualizationUniversalHIDKitTranslatorsClass struct {
	// contains filtered or unexported fields
}

func GetVirtualizationUniversalHIDKitTranslatorsClass ¶

func GetVirtualizationUniversalHIDKitTranslatorsClass() VirtualizationUniversalHIDKitTranslatorsClass

GetVirtualizationUniversalHIDKitTranslatorsClass returns the class object for Virtualization.UniversalHIDKitTranslators.

func (VirtualizationUniversalHIDKitTranslatorsClass) Alloc ¶

Alloc allocates memory for a new instance of the class.

func (VirtualizationUniversalHIDKitTranslatorsClass) Class ¶

Class returns the underlying Objective-C class pointer.

type VmnetNetworkRef ¶ added in v0.6.4

type VmnetNetworkRef uintptr

type VoidHandler ¶

type VoidHandler = func()

VoidHandler is the signature for a completion handler block.

Used by:

  • [VZFramebuffer._takeScreenshotWithCompletionHandlerImageConversionBlock]

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL