Table of Contents

Args Property

Definition

Namespace
Codebelt.Bootstrapper
Assemblies
Codebelt.Bootstrapper.dll
Source
src/Codebelt.Bootstrapper/CommandLineContext.cs

Args

Gets the command-line arguments associated with this context.

public string[] Args { get; }

Property Value

string[]

The array supplied to the constructor, or an empty array when the supplied value was null. The supplied array is retained without creating a copy.