Table of Contents

Method Verify

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

Verify(out string)

Verifies a bit-code module

bool Verify(out string errorMessage)

Parameters

errorMessage string

Error messages describing any issues found in the bit-code. Empty string if no error

Returns

bool

true if the verification succeeded and false if not.