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

Namespace:  MbUnit.Core.Cons.CommandLine
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1502 (2.4.2.1502)

Syntax

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

Remarks

Command line parsing code from Peter Halam, http://www.gotdotnet.com/community/usersamples/details.aspx?sampleguid=62a0f27e-274e-4228-ba7f-bc0118ecc41e

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    MbUnit.Core.Cons.CommandLine..::.CommandLineArgumentAttribute
      MbUnit.Core.Cons.CommandLine..::.DefaultCommandLineArgumentAttribute

See Also