C# Class FluentBuild.ApplicationProperties.CommandLineProperties

Accesses properties passed in via the command line
Inheritance: ICommandLineProperties
ファイルを表示 Open project: SkightTeam/eLiteWeb

Private Properties

Property Type Description
CommandLineProperties System.Collections.Specialized

Public Methods

Method Description
Add ( string name, string value ) : void

Adds a property to the internal property collection

GetProperty ( string name ) : string

Gets a property from the command line /p:name=value

Private Methods

Method Description
CommandLineProperties ( ) : System.Collections.Specialized

Method Details

Add() public method

Adds a property to the internal property collection
public Add ( string name, string value ) : void
name string The name of the property
value string The value of the property
return void

GetProperty() public method

Gets a property from the command line /p:name=value
public GetProperty ( string name ) : string
name string find the property by its name
return string