Add a runtime provider to the list of runtime provider.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public static void AddRuntimeProvider(
	VGIRuntimeProvider runtimeProvider,
	int priority
)
Visual Basic (Declaration)
Public Shared Sub AddRuntimeProvider ( _
	runtimeProvider As VGIRuntimeProvider, _
	priority As Integer _
)

Parameters

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