共用方式為


CFMachPort 類別

定義

基本存取基礎作業系統 Mach Port,並與 run 迴圈整合。

public class CFMachPort : IDisposable, ObjCRuntime.INativeObject
type CFMachPort = class
    interface INativeObject
    interface IDisposable
繼承
CFMachPort
實作

備註

主要用途是將 Mach 埠整合到 CFRunLoopCreateRunLoopSource()使用 來建立 CFRunLoopSource ,然後可以新增至 CFRunLoop

建構函式

CFMachPort(IntPtr, Boolean)

基本存取基礎作業系統 Mach Port,並與 run 迴圈整合。

CFMachPort(IntPtr)

基本存取基礎作業系統 Mach Port,並與 run 迴圈整合。

屬性

Handle

處理 unmanaged 物件標記法) (指標。

IsValid

取得值,這個值會指出埠是否可以傳送和接收訊息。

MachPort

取得包裝 Mach 埠實例的指標。

方法

CreateRunLoopSource()

建立 Mach 埠的執行迴圈來源。

Dispose()

釋放 CFMachPort 物件所使用的資源。

Dispose(Boolean)

釋放 CFMachPort 物件所使用的資源。

Finalize()

CFMachPort 物件的完成項

Invalidate()

停止 Mach 埠傳送或接收訊息,但不會終結它。

適用於