Click or drag to resize

Novalys.VisualGuard.Security.AssemblySystem.ApplicationProcessor Namespace

 
Classes
  ClassDescription
Public classVGActionTransferMemberDetails
Represents a class for containing information about type's members like properties, fields, events, methods.
Public classVGActionTransferTypeDetails
Represents a class containing information about type. ex. Namespace, AssemblyName, typename
Public classVGApplicationProcessorProviderArgs
Represents a class containing arguments to transfer data about querying for information from processor provider. (This might be transferring data from one app domain to another appdomain)
Public classVGRuntimeInformationProvider
Represents a class for providing VGRuntimeInformation.
Interfaces
  InterfaceDescription
Public interfaceVGIApplicationProcessor
Represents an interface for assembly processor.
Public interfaceVGIApplicationProcessorProvider
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.
Enumerations
  EnumerationDescription
Public enumerationVGActionTransferMemberAccess
Enum to represent member access modifiers types ex. Private, Internal, Public
Public enumerationVGActionTransferMemberType
Enum to represent Member types of class. ex. Properties, Methods, Events etc.
Public enumerationVGApplicationProcessorProviderType
Represents an enum for types of assembly processor providers. ex. .NetFramework, Java, .NetCore etc.
Public enumerationVGAssemblyProcessorProviderParameterType
Enum for AssemblyProcessorProvider parameter type args.