Initializes a new instance of the VGDeploymentManager class

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

Syntax

C#
public VGDeploymentManager(
	VGSecurityRuntime runtimeSource,
	VGSecurityRuntime runtimeTarget,
	List<VGIDeploymentAction> deploymentActions,
	VGDeploymentOptions deployOptions
)
Visual Basic
Public Sub New ( 
	runtimeSource As VGSecurityRuntime,
	runtimeTarget As VGSecurityRuntime,
	deploymentActions As List(Of VGIDeploymentAction),
	deployOptions As VGDeploymentOptions
)

See Also