NAnt SDK Documentation - v0.92

FileVersionInfoFunctions Class

Functions that provide version information for a physical file on disk.

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

System.Object
   NAnt.Core.FunctionSetBase
      NAnt.Core.Functions.FileVersionInfoFunctions

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

FileVersionInfoFunctions Members | NAnt.Core.Functions Namespace