Allows control of command line parsing.

Namespace:  Gallio.Runtime.ConsoleSupport
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class CommandLineArgumentAttribute : Attribute
Visual Basic (Declaration)
Public Class CommandLineArgumentAttribute _
	Inherits Attribute

Remarks

Attach this attribute to instance fields of types used as the destination of command line argument parsing.

Command line parsing code from Peter Halam.

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Gallio.Runtime.ConsoleSupport..::.CommandLineArgumentAttribute
      Gallio.Runtime.ConsoleSupport..::.DefaultCommandLineArgumentAttribute

See Also