Gets the VGIInformationManager object used to manage the specified type of information

Namespace:  Novalys.VisualGuard.Security.Deployment.Repository
Assembly:  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

Return Value

the VGIInformationManager object used to manage the specified type of information

See Also