C# 클래스 FluentBuild.ApplicationProperties.CommandLineProperties

Accesses properties passed in via the command line
상속: ICommandLineProperties
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb

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