Click or drag to resize

VGApplicationProcessorProviderType Enumeration

Represents an enum for types of assembly processor providers. ex. .NetFramework, Java, .NetCore etc.

Namespace:  Novalys.VisualGuard.Security.AssemblySystem.ApplicationProcessor
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
[SerializableAttribute]
public enum VGApplicationProcessorProviderType
Members
  Member nameValueDescription
None0 None
NetFramework1 NetFramework Provider
NetCore2 NetCore Provider
See Also