Method Verify
Verify(out string)
Verifies a bit-code module
bool Verify(out string errorMessage)
Parameters
errorMessage
stringError 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.