Click or drag to resize

VGPlatformPlugInsProviderType Enumeration

This enum Represents a list of PlugInsProvider Types, ex. .Netframework, .NetCore, etc.

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
[SerializableAttribute]
public enum VGPlatformPlugInsProviderType
Members
  Member nameValueDescription
None0 None
NetFramework1 PlatformPlugInProvider for .Net framework
NetCore2 PlatformPlugInProvider for Core .Net
See Also