Method WriteToFile
WriteToFile(string)
Writes a bit-code module to a file
void WriteToFile(string path)
Parameters
path
stringPath to write the bit-code into
Remarks
This is a blind write. (e.g. no verification is performed) So if an invalid module is saved it might not work with any later stage processing tools.