AtsContext Methods
Class Methods 1 member
Contains all scanned types, capabilities, and metadata from ATS assembly scanning.
Gets the type category for a CLR type based on scanned data. Used at runtime for marshalling.
public sealed class AtsContext{ public AtsTypeCategory GetCategory( Type type) { // ... }}Parameters
type Type The CLR type to classify. Returns
AtsTypeCategory The type category.