System.Runtime.InteropServices.Swift Namespace

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.