Method WriteToFile
WriteToFile(String)
Writes a bit-code module to a file
Declaration
public void WriteToFile(string path)
Parameters
public void WriteToFile(string path)
String | path | Path 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.