MonobjcMonobjc Documented Class Library
NSMachPort..::..HandleMachMessageEventHandler Delegate
NamespacesMonobjc.FoundationNSMachPortNSMachPort..::..HandleMachMessageEventHandler

Process an incoming Mach message.

Original signature is '- (void)handleMachMessage:(void *)machMessage'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate void HandleMachMessageEventHandler(
	IntPtr machMessage
)
Public Delegate Sub HandleMachMessageEventHandler ( _
	machMessage As IntPtr _
)
public delegate void HandleMachMessageEventHandler(
	IntPtr machMessage
)
Parameters
machMessage (IntPtr)
A pointer to a Mach message, cast as a pointer to void.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)