| Value | Meaning |
|---|---|
| MONO_VERIFY_OK | |
| MONO_VERIFY_ERROR | |
| MONO_VERIFY_WARNING | |
| MONO_VERIFY_CLS4 | |
| MONO_VERIFY_ALL7 | |
| MONO_VERIFY_NOT_VERIFIABLE8 | Status signaling code that is not verifiable. |
| MONO_VERIFY_FAIL_FAST16 | Abort the verification if the code is not verifiable. The standard behavior is to abort if the code is not valid. |
| MONO_VERIFY_NON_STRICT32 | Perform less verification of the code. This flag should be used if one wants the verifier to be more compatible to the MS runtime. Mind that this is not to be more compatible with MS peverify, but with the runtime itself, that has a less strict verifier. |
| MONO_VERIFY_SKIP_VISIBILITY64 | Skip all visibility related checks |
| MONO_VERIFY_REPORT_ALL_ERRORS128 | Skip all visibility related checks |