 | NativeModuleWriteToFile Method |
[This is preliminary documentation and is subject to change.]
Writes a bit-code module to a file
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic void WriteToFile(
string path
)
Parameters
- path
- Type: SystemString
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.
See Also