Domain Options BaseWrite Domain Elements 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
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public abstract void WriteDomainElements(
AnswerFileGenerator generator,
bool offlineServicing
)VB
Public MustOverride Sub WriteDomainElements (
generator As AnswerFileGenerator,
offlineServicing As Boolean
)C++
public:
virtual void WriteDomainElements(
AnswerFileGenerator^ generator,
bool offlineServicing
) abstractF#
abstract WriteDomainElements :
generator : AnswerFileGenerator *
offlineServicing : bool -> unit 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
| ArgumentNullException | generator is . |
| NotSupportedException | The derived class does not support generating options for the specified pass. |