# ExecuteCommandContext Constructors

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [ExecuteCommandContext](/reference/api/csharp/aspire.hosting/executecommandcontext.md)
- Kind: `Constructors`
- Members: `1`

Context for [ResourceCommandAnnotation.ExecuteCommand](/reference/api/csharp/aspire.hosting/resourcecommandannotation/properties.md#executecommand).

## ExecuteCommandContext

- Name: `Constructor`

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