NAnt SDK Documentation - v0.92

EnvironmentVariable Class

Represents an environment variable.

For a list of all members of this type, see EnvironmentVariable Members.

System.Object
   NAnt.Core.Element
      NAnt.Core.Types.EnvironmentVariable

[Visual Basic]
<Serializable, _  Serializable, _  ElementName(Name:="env")>
Public Class EnvironmentVariable
    Inherits Element
[C#]
[Serializable]
[Serializable]
[ElementName(Name="env")]
public class EnvironmentVariable : Element

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.Core.Types

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

EnvironmentVariable Members | NAnt.Core.Types Namespace