Click or drag to resize

VGICreationInterceptionSink Interface

Sink for intercepting the creation of objects

Namespace:  Novalys.VisualGuard.Security.NetFramework.ExecutionEngine
Assembly:  Novalys.VisualGuard.Security.NetFramework (in Novalys.VisualGuard.Security.NetFramework.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public interface VGICreationInterceptionSink : VGIInterceptionSink

The VGICreationInterceptionSink type exposes the following members.

Properties
  NameDescription
Public propertyNext
Gets or sets the next interception sink
(Inherited from VGIInterceptionSink.)
Top
Methods
  NameDescription
Public methodCreateInstance
Create the instance of an intercepted class by using the specified IConstructionCallMessage
Top
See Also