Method WriteToString
WriteToString()
Creates a string representation of the module
Declaration
public string WriteToString()
Returns
public string WriteToString()
String | LLVM textual representation of the module |
Remarks
This is intentionally NOT an override of ToString() as that is used by debuggers to show the value of a type and this can take an extremely long time (up to many seconds depending on complexity of the module) which is bad for the debugger.