DomainOptionsBaseWriteDomainElements Method

When implemented in a derived class, writes options to join the domain.

Definition

Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public abstract void WriteDomainElements(
	AnswerFileGenerator generator,
	bool offlineServicing
)

Parameters

generator  AnswerFileGenerator
The generator creating the answer file.
offlineServicing  Boolean
if the options are for the offlineServicing pass; if they are for the specialize pass.

Remarks

This method is called when generating the Microsoft-Windows-JoinDomain component of the specialize or offlineServicing pass.

Exceptions

ArgumentNullExceptiongenerator is .
NotSupportedException The derived class does not support generating options for the specified pass.

See Also