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