NAnt SDK Documentation - v0.92

EnvironmentFunctions Class

Provide information about the current environment and platform.

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

System.Object
   NAnt.Core.FunctionSetBase
      NAnt.Core.Functions.EnvironmentFunctions

[Visual Basic]
<FunctionSet(Category:="Environment", Prefix:="environment")>
Public Class EnvironmentFunctions
    Inherits FunctionSetBase
[C#]
[FunctionSet(Category="Environment", Prefix="environment")]
public class EnvironmentFunctions : FunctionSetBase

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.Functions

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

See Also

EnvironmentFunctions Members | NAnt.Core.Functions Namespace