NAnt SDK Documentation - v0.92

OperatingSystemFunctions Class

Functions that return information about an operating system.

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

System.Object
   NAnt.Core.FunctionSetBase
      NAnt.Core.Functions.OperatingSystemFunctions

[Visual Basic]
<FunctionSet(Category:="Operating System", Prefix:="operating-system")>
Public Class OperatingSystemFunctions
    Inherits FunctionSetBase
[C#]
[FunctionSet(Category="Operating System", Prefix="operating-system")]
public class OperatingSystemFunctions : 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

OperatingSystemFunctions Members | NAnt.Core.Functions Namespace