Gets the VGIInformationManager object used to manage the specified type of information
Namespace:
Novalys.VisualGuard.Security.Deployment.RepositoryAssembly: vg_deployment (in vg_deployment.exe) Version: 3.2.912.1 (3.2.912.01)
Syntax
| C# |
|---|
public VGIInformationManager CreateInformationManager( Type informationType, VGCache cachedItems ) |
| Visual Basic (Declaration) |
|---|
Public Function CreateInformationManager ( _ informationType As Type, _ cachedItems As VGCache _ ) As VGIInformationManager |
Parameters
- informationType
- Type: System..::.Type
the type of information to return the manager for
- cachedItems
- Type: VGCache