NAnt SDK Documentation - v0.85-nightly-2005-11-09

EnvironmentFunctions Members

EnvironmentFunctions overview

Public Static (Shared) Methods

GetFolderPath Gets the path to the system special folder identified by the specified enumeration.
GetMachineName Gets the NetBIOS name of this local computer.
GetOperatingSystem Gets an OperatingSystem object that represents the current operating system.
GetUserName Gets the user name of the person who started the current thread.
GetVariable Returns the value of the specified environment variable.
GetVersion Gets a Version object that describes the major, minor, build, and revision numbers of the Common Language Runtime.
VariableExists Gets a value indicating whether the specified environment variable exists.

Public Instance Constructors

EnvironmentFunctions Constructor Missing <summary> documentation for M:NAnt.Core.Functions.EnvironmentFunctions.#ctor(NAnt.Core.Project,NAnt.Core.PropertyDictionary)

Public Instance Properties

Project (inherited from FunctionSetBase) Gets or sets the Project that this functionset will reference.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

EnvironmentFunctions Class | NAnt.Core.Functions Namespace