Skip to content
DocsTry Aspire
DocsTry

IExecutionConfigurationGathererContext Properties

InterfaceProperties2 members
Resource configuration gatherer context.
ArgumentsSection titled ArgumentsabstractList<object>
Collection of unprocessed resource command line arguments.
public abstract List<object> Arguments { get; }
EnvironmentVariablesSection titled EnvironmentVariablesabstractDictionary<string, object>
Collection of unprocessed resource environment variables.
public abstract Dictionary<string, object> EnvironmentVariables { get; }