Skip to content
Docs Try Aspire

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)
{
// ...
}
}
type Type The CLR type to classify.
AtsTypeCategory The type category.