Constructor TargetMachineBuilder
TargetMachineBuilder(TargetMachine)
Initializes a new instance of the TargetMachineBuilder class
public TargetMachineBuilder(TargetMachine template)
Parameters
template
TargetMachineTargetMachine to use as a template
Remarks
Ownership of the template
is transferred to native code by this constructor.
It is no longer usable (Dispose() is a NOP) after this call.