C# Класс FluentBuild.ApplicationProperties.CommandLineProperties

Accesses properties passed in via the command line
Наследование: ICommandLineProperties
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CommandLineProperties System.Collections.Specialized

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
CommandLineProperties ( ) : System.Collections.Specialized

Описание методов

Add() публичный Метод

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
Результат void

GetProperty() публичный Метод

Gets a property from the command line /p:name=value
public GetProperty ( string name ) : string
name string find the property by its name
Результат string