System.Runtime.InteropServices.Swift Namespace
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.
Support types for .NET interop with Swift code.
Structs
SwiftError |
Represents the Swift error context, indicating that the argument is the error context. |
SwiftIndirectResult |
Represents the Swift return buffer context. |
SwiftSelf |
Represents the Swift 'self' context, indicating that the argument is the self context. |
SwiftSelf<T> |
Represents the Swift 'self' context when the argument is Swift frozen struct T, which is either enregistered into multiple registers, or passed by reference in the 'self' register. |
Remarks
These types are used by low level interop and code-generation tools to enable interop between .NET code and Swift code.