Delegate Classifier
A delegate which classifies a type according to its ABI.
public delegate TypeClassification Classifier(Type type, bool isReturn)
Parameters
type
Type- The type to classify.
isReturn
bool- true if this classification is being done for a return value; false otherwise.
Returns
- TypeClassification
- The TypeClassification for the type.
- Extension Methods
Remarks
Return values are never passed OnStack, and a classifier should never return OnStack for a return classification.