Skip to content
Docs Try Aspire

CommandLineArgsCallbackAnnotation

Class net10.0
📦 Aspire.Hosting v13.1.2
Represents an annotation that provides a callback to be executed with a list of command-line arguments when an executable resource is started.
namespace Aspire.Hosting.ApplicationModel;
public class CommandLineArgsCallbackAnnotation
: Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
// ...
}