Click or drag to resize

VGSecurityManagerAddRuntimeProvider Method

Add a runtime provider to the list of runtime provider.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public static void AddRuntimeProvider(
	VGIRuntimeProvider runtimeProvider,
	int priority
)

Parameters

runtimeProvider
Type: VGIRuntimeProvider
The runtime provider to add to the list of runtime provider.
priority
Type: SystemInt32
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