ZoneParseMasterFile(DomainName, String) Method
Loads a Zone from a master file
Namespace: ARSoft.Tools.Net.DnsAssembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
public static Zone ParseMasterFile(
DomainName name,
string zoneFile
)
Public Shared Function ParseMasterFile (
name As DomainName,
zoneFile As String
) As Zone
public:
static Zone^ ParseMasterFile(
DomainName^ name,
String^ zoneFile
)
static member ParseMasterFile :
name : DomainName *
zoneFile : string -> Zone
- name DomainName
- The name of the zone
- zoneFile String
- Path to the Zone master file
ZoneA new instance of the Zone class