C# Class FluentBuild.ApplicationProperties.CommandLineProperties

Accesses properties passed in via the command line
Inheritance: ICommandLineProperties
Afficher le fichier Open project: SkightTeam/eLiteWeb

Private Properties

Свойство Type Description
CommandLineProperties System.Collections.Specialized

Méthodes publiques

Méthode 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

Méthode Description
CommandLineProperties ( ) : System.Collections.Specialized

Method Details

Add() public méthode

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
Résultat void

GetProperty() public méthode

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