# IExecutionConfigurationGathererContext Properties

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [IExecutionConfigurationGathererContext](/reference/api/csharp/aspire.hosting/iexecutionconfigurationgatherercontext.md)
- Kind: `Properties`
- Members: `2`

Resource configuration gatherer context.

## Arguments

- Name: `Arguments`
- Modifiers: `abstract` `get`
- Returns: `List<object>`

Collection of unprocessed resource command line arguments.

```csharp
public abstract List<object> Arguments { get; }
```

## EnvironmentVariables

- Name: `EnvironmentVariables`
- Modifiers: `abstract` `get`
- Returns: `Dictionary<string, object>`

Collection of unprocessed resource environment variables.

```csharp
public abstract Dictionary<string, object> EnvironmentVariables { get; }
```
