The C# API is a wrapper around the native API.
For all of these APIs see the native API for more details.
The C# API is provided as a source code svlMVAPI.cs file that you add to your application. The source file is in the API directory in the Memory Validator install directory.
The C# API does not add any dependencies to your application - if Memory Validator is present the API functions work, if Memory Validator is not present the API functions do nothing.
The C# API is implemented by the MemoryValidator class in the SoftwareVerify namespace.