Visual Guard Class Library Documentation

VGSecurityManager.AddRuntimeProvider Method 

Add a runtime provider to the list of runtime provider.

public static void AddRuntimeProvider(
   VGIRuntimeProvider runtimeProvider,
   Int32 priority
);

Parameters

runtimeProvider
The runtime provider to add to the list of runtime provider.
priority
the priority of the provider.

Remarks

This method supports the Visual Guard Framework infrastructure and is not intended to be used directly from your code.

See Also

VGSecurityManager Class | Novalys.VisualGuard.Security Namespace