  | NativeModuleVerify Method  | 
 [This is preliminary documentation and is subject to change.]
Verifies a bit-code module
 
    Namespace: 
   Llvm.NET
    Assembly:
   Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic bool Verify(
	out string errmsg
)
Parameters
- errmsg
 - Type: SystemString
Error messages describing any issues found in the bit-code 
Return Value
Type: 
Booleantrue if the verification succeeded and false if not.
See Also