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

EnvironmentFunctions Methods

The methods of the EnvironmentFunctions class are listed below. For a complete list of EnvironmentFunctions class members, see the EnvironmentFunctions Members topic.

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