Click or drag to resize

VGIPlatformPlugInsProvider Interface

Represents VG Platform Plugin Provider

Namespace:  Novalys.VisualGuard.Security.Common.PlatformPlugIns.Interfaces
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public interface VGIPlatformPlugInsProvider

The VGIPlatformPlugInsProvider type exposes the following members.

Properties
  NameDescription
Public propertyIdentityModules
Gets VGPlatformPlugIn for Identity Modules
Public propertyType
Gets Type of VGPlatformPlugInProvider. ex. NetFramework, NetCore etc.
Public propertyVGAppDomainHelper
Gets VGPlatformPlugIn for AppDomainHelper
Public propertyVGAssemblyHelper
Gets VGPlatformPlugIn for AssemblyHelper
Public propertyVGLikeOperatorHelper
Gets VGPlatformPlugIn for LikeOperator
Top
See Also