NAnt SDK Documentation - v0.92

DnsFunctions Class

Functions for requesting information from DNS.

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

System.Object
   NAnt.Core.FunctionSetBase
      NAnt.Core.Functions.DnsFunctions

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

DnsFunctions Members | NAnt.Core.Functions Namespace