Skip to content
Docs Try Aspire

IExecutionConfigurationGathererContext Properties

Interface Properties 2 members
Resource configuration gatherer context.
Arguments Section titled Arguments abstract List<object>
Collection of unprocessed resource command line arguments.
public abstract List<object> Arguments { get; }
EnvironmentVariables Section titled EnvironmentVariables abstract Dictionary<string, object>
Collection of unprocessed resource environment variables.
public abstract Dictionary<string, object> EnvironmentVariables { get; }