SwiftSelf 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
表示 Swift 'self' 內容,表示自變數是自我內容。
public value class SwiftSelf
[System.CLSCompliant(false)]
public readonly struct SwiftSelf
[<System.CLSCompliant(false)>]
type SwiftSelf = struct
Public Structure SwiftSelf
- 繼承
- 屬性
備註
此結構是用來在 Interop 與 .NET 的內容中,將「自我」內容傳遞至 Swift 函式。
以下是如何宣告 SwiftSelf 內容的範例: [UnmanagedCallConv(CallConvs = [typeof(CallConvSwift)])] [DllImport("SwiftLibrary", EntryPoint = "export")] public static extern void swiftFunction(SwiftSelf self);
建構函式
SwiftSelf(Void*) |
使用指定的指標值,建立 SwiftSelf 結構的新實例。 |
屬性
Value |
取得自我內容的指標。 |