Delegate Classifier
A delegate which classifies a type according to its ABI.
public delegate TypeClassification Classifier(Type type, bool isReturn)
Parameters
typeType- The type to classify.
isReturnbool- 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.