Add a runtime provider to the list of runtime provider.

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

Syntax

C#
public static void AddRuntimeProvider(
	VGIRuntimeProvider runtimeProvider,
	int priority
)
Visual Basic
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