NSMachPortDelegate_Extensions Class

Definition

Extension methods to the INSMachPortDelegate interface to support all the methods from the NSMachPortDelegate protocol.

public static class NSMachPortDelegate_Extensions
type NSMachPortDelegate_Extensions = class
Inheritance
NSMachPortDelegate_Extensions

Remarks

The extension methods for INSMachPortDelegate allow developers to treat instances of the interface as having all the optional methods of the original NSMachPortDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

MachMessageReceived(INSMachPortDelegate, IntPtr)

Applies to