Click or drag to resize
Llvm.NET LogoContextValidator Methods

[This is preliminary documentation and is subject to change.]

The ContextValidator type exposes the following members.

Methods
  NameDescription
Public methodStatic memberVerify
Execute a given action if the Context is or is disposed
Public methodStatic memberVerifyAsArg(Context, String)
Throw an ArgumentException if the Context is or is disposed
Public methodStatic memberVerifyAsArg(Context, String, String)
Throw an ArgumentException if the Context is or is disposed
Public methodStatic memberVerifyOperation(Context)
Throw an InvalidOperationException if the Context is or is disposed
Public methodStatic memberVerifyOperation(Context, String)
Throw an InvalidOperationException if the Context is or is disposed
Top
See Also