QuickOPC User's Guide and Reference
ExecutionContext Property (_ComInstantiationParameters)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Runtime.InteropServices.ComTypes Namespace > _ComInstantiationParameters Interface : ExecutionContext Property
Indicates execution contexts in which the COM object is to be run.
Syntax
'Declaration
 
Property ExecutionContext As Integer
 
'Usage
 
Dim instance As _ComInstantiationParameters
Dim value As Integer
 
instance.ExecutionContext = value
 
value = instance.ExecutionContext

Property Value

Corresponds to COM CLSCTX.
Remarks

This property is used by following client implementations:

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also