C# 클래스 NAnt.Core.Types.EnvironmentVariable

상속: Element
파일 보기 프로젝트 열기: skolima/NAnt 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EnvironmentVariable ( ) : System

Initializes a EnvironmentVariable instance.

EnvironmentVariable ( string name, string value ) : System

Initializes a EnvironmentVariable instance with the specified name and value.

메소드 상세

EnvironmentVariable() 공개 메소드

Initializes a EnvironmentVariable instance.
public EnvironmentVariable ( ) : System
리턴 System

EnvironmentVariable() 공개 메소드

Initializes a EnvironmentVariable instance with the specified name and value.
public EnvironmentVariable ( string name, string value ) : System
name string The name of the environment variable.
value string The value of the environment variable.
리턴 System