Click or drag to resize

VGIApplicationProcessorProvider Interface

Represents an interface for AssemblyProcessor Provider, It is responsible for providing methods to explore all details of assembly. (Types,properties,events, etc) Ex. processor providers For - .net framework, .net core or other.

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
public interface VGIApplicationProcessorProvider

The VGIApplicationProcessorProvider type exposes the following members.

Properties
  NameDescription
Public propertyType
Type of AssemblyProcessor Provider
Top
Methods
  NameDescription
Public methodGetApplicationName
Gets application name via appDomainName
Public methodGetEvents
Gets events for given type.
Public methodGetFields
Gets fields for given type.
Public methodGetLanguageType
Get Language Type of the assembly
Public methodGetProperties
Gets properties for given type.
Public methodGetSecurityActionList
Gets security Actions available.
Public methodGetSelectedType
Gets Information about Type for give typeName
Public methodGetTypes
Gets types of assembly.
Top
See Also