Please enable JavaScript to view this site.

Memory Validator Help

Navigation: C# API

Utility Functions

Scroll Prev Top Next More

 

isPresent()

 

Returns true if Memory Validator is loaded into the process.

 

public static bool isPresent();
 

 

shutdownMemoryValidator()

 

Shutdown Memory Validator. After this call completes Memory Validator's stub will do no work.

 
public static void shutdownMemoryValidator();
 

 

enableStubSymbols()

 

Enable symbols in the stub.

 
public static void enableStubSymbols();