C# Class ToolBelt.CommandLineCommandDescriptionAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: jlyonsmith/ToolBelt

Public Methods

Method Description
CommandLineCommandDescriptionAttribute ( string command ) : System

Initializes a new instance of the CommandLineCommandDescriptionAttribute.

Method Details

CommandLineCommandDescriptionAttribute() public method

Initializes a new instance of the CommandLineCommandDescriptionAttribute.
public CommandLineCommandDescriptionAttribute ( string command ) : System
command string Name of the command line program
return System