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,
	List<VGIDeploymentAction> deploymentActions,
	VGDeploymentOptions deployOptions
)
Visual Basic
Public Sub New ( 
	runtimeSource As VGSecurityRuntime,
	deploymentActions As List(Of VGIDeploymentAction),
	deployOptions As VGDeploymentOptions
)

Parameters

runtimeSource
Type: Novalys.VisualGuard.Security..::..VGSecurityRuntime
deploymentActions
Type: System.Collections.Generic..::..List<(Of <(<'VGIDeploymentAction>)>)>
deployOptions
Type: Novalys.VisualGuard.Security.Deployment..::..VGDeploymentOptions

See Also