Click or drag to resize

VGICreationInterceptionSinkCreateInstance Method

Create the instance of an intercepted class by using the specified IConstructionCallMessage

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
Object CreateInstance(
	IConstructionCallMessage ctorCall
)

Parameters

ctorCall
Type: System.Runtime.Remoting.ActivationIConstructionCallMessage
an IConstructionCallMessage specifying the information about the object to instantiate.

Return Value

Type: Object
See Also