# HostingTypeNames

- Kind: `class`
- Package: [Aspire.TypeSystem](/reference/api/csharp/aspire.typesystem.md)
- Version: `13.4.0`
- Namespace: `Aspire.TypeSystem`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/a3766e994fd2cba86c8ac60b8a80268cab7e6383/src/Aspire.TypeSystem/HostingTypeNames.cs)

Contains well-known full type names used by Aspire hosting infrastructure.

## Definition

```csharp
namespace Aspire.TypeSystem;

public static class HostingTypeNames
{
    // ...
}
```

## Fields

- [AspireDtoAttribute](/reference/api/csharp/aspire.typesystem/hostingtypenames/fields.md#aspiredtoattribute) : `string` `static` -- Full name of the AspireDtoAttribute type.
- [AspireExportAttribute](/reference/api/csharp/aspire.typesystem/hostingtypenames/fields.md#aspireexportattribute) : `string` `static` -- Full name of the AspireExportAttribute type.
- [AspireExportIgnoreAttribute](/reference/api/csharp/aspire.typesystem/hostingtypenames/fields.md#aspireexportignoreattribute) : `string` `static` -- Full name of the AspireExportIgnoreAttribute type.
- [AspireUnionAttribute](/reference/api/csharp/aspire.typesystem/hostingtypenames/fields.md#aspireunionattribute) : `string` `static` -- Full name of the AspireUnionAttribute type.
- [AspireValueAttribute](/reference/api/csharp/aspire.typesystem/hostingtypenames/fields.md#aspirevalueattribute) : `string` `static` -- Full name of the AspireValueAttribute type.
- [DistributedApplication](/reference/api/csharp/aspire.typesystem/hostingtypenames/fields.md#distributedapplication) : `string` `static` -- Full name of the DistributedApplication class.
- [DistributedApplicationBuilder](/reference/api/csharp/aspire.typesystem/hostingtypenames/fields.md#distributedapplicationbuilder) : `string` `static` -- Full name of the IDistributedApplicationBuilder interface.
- [ReferenceExpression](/reference/api/csharp/aspire.typesystem/hostingtypenames/fields.md#referenceexpression) : `string` `static` -- Full name of the ReferenceExpression class.
- [ReferenceExpressionBuilder](/reference/api/csharp/aspire.typesystem/hostingtypenames/fields.md#referenceexpressionbuilder) : `string` `static` -- Full name of the ReferenceExpressionBuilder class.
- [ResourceBuilderInterface](/reference/api/csharp/aspire.typesystem/hostingtypenames/fields.md#resourcebuilderinterface) : `string` `static` -- Full name of the generic IResourceBuilder interface.
- [ResourceInterface](/reference/api/csharp/aspire.typesystem/hostingtypenames/fields.md#resourceinterface) : `string` `static` -- Full name of the IResource interface.
- [ValueProviderInterface](/reference/api/csharp/aspire.typesystem/hostingtypenames/fields.md#valueproviderinterface) : `string` `static` -- Full name of the IValueProvider interface.
