NSMachPort.FromMachPort Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FromMachPort(UInt32) | |
FromMachPort(UInt32, NSMachPortRights) |
FromMachPort(UInt32)
[Foundation.Export("portWithMachPort:")]
public static Foundation.NSPort FromMachPort (uint port);
static member FromMachPort : uint32 -> Foundation.NSPort
Parameters
- port
- UInt32
Returns
- Attributes
Applies to
FromMachPort(UInt32, NSMachPortRights)
[Foundation.Export("portWithMachPort:options:")]
public static Foundation.NSPort FromMachPort (uint port, Foundation.NSMachPortRights options);
static member FromMachPort : uint32 * Foundation.NSMachPortRights -> Foundation.NSPort
Parameters
- port
- UInt32
- options
- NSMachPortRights
Returns
- Attributes