Creates a new instance of VGRepositoryDeploymentOptions class.
Namespace:
Novalys.VisualGuard.Security.DeploymentAssembly: vg_deployment (in vg_deployment.exe) Version: 3.2.912.1 (3.2.912.01)
Syntax
| C# |
|---|
public VGRepositoryDeploymentOptions( VGIRepositoryItemCacheManager targetManager ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ targetManager As VGIRepositoryItemCacheManager _ ) |
Parameters
- targetManager
- Type: VGIRepositoryItemCacheManager
A VGIRepositoryItemCacheManager object representing the target repository
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | targetManager is null (Nothing in VB.Net) |
| System..::.InvalidOperationException | The deployment options are loaded from a deployment configuration file. |
| System..::.NotSupportedException | the type of targetManager is not supported. |