NAnt SDK Documentation - v0.92

VersionFunctions Class

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

System.Object
   NAnt.Core.FunctionSetBase
      NAnt.Core.Functions.VersionFunctions

[Visual Basic]
<FunctionSet(Category:="Version", Prefix:="version")>
Public Class VersionFunctions
    Inherits FunctionSetBase
[C#]
[FunctionSet(Category="Version", Prefix="version")]
public class VersionFunctions : 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

VersionFunctions Members | NAnt.Core.Functions Namespace