# AtsTypeInfo Constructors

- Package: [Aspire.TypeSystem](/reference/api/csharp/aspire.typesystem.md)
- Type: [AtsTypeInfo](/reference/api/csharp/aspire.typesystem/atstypeinfo.md)
- Kind: `Constructors`
- Members: `1`

Represents type information discovered from [AspireExport(AtsTypeId = "...")].

## AtsTypeInfo

- Name: `Constructor`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/a3766e994fd2cba86c8ac60b8a80268cab7e6383/src/Aspire.TypeSystem/AtsCapabilityInfo.cs#L464-L471)

```csharp
public sealed class AtsTypeInfo
{
    public AtsTypeInfo()
    {
        // ...
    }
}
```
