Click or drag to resize
Llvm.NET LogoNativeModuleWriteToTextFile Method

[This is preliminary documentation and is subject to change.]

Writes this module as LLVM IR source to a file

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public bool WriteToTextFile(
	string path,
	out string errMsg
)

Parameters

path
Type: SystemString
File to write the LLVM IR source to
errMsg
Type: SystemString
Error messages encountered, if any

Return Value

Type: Boolean
if successful or if not
See Also