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

PlatformFunctions Members

PlatformFunctions overview

Public Static (Shared) Methods

IsUnix Checks whether NAnt is running on unix.
IsWin32 Checks whether NAnt is running on the win32 platform.

Public Instance Constructors

PlatformFunctions Constructor Missing <summary> documentation for M:NAnt.Core.Functions.PlatformFunctions.#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) 
GetName Gets the name of the platform on which NAnt is running.
GetType (inherited from Object) 
ToString (inherited from Object) 

Protected Instance Methods

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

See Also

PlatformFunctions Class | NAnt.Core.Functions Namespace