Constructor Abi
Abi(ReadOnlyMemory<SpecialArgumentKind>, Classifier, bool)
An ABI descriptor.
public Abi(ReadOnlyMemory<SpecialArgumentKind> ArgumentOrder, Classifier Classifier, bool ReturnsReturnBuffer)
Parameters
ArgumentOrder
ReadOnlyMemory<SpecialArgumentKind>- A sequence of SpecialArgumentKind indicating the ABI's argument order.
Classifier
Classifier- A Classifier which classifies value types according to the ABI.
ReturnsReturnBuffer
bool- true if functions are expected to return the return buffer pointer they are passed; false otherwise.