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



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
int ExecutionContext {get; set;}
property int ExecutionContext {
   int get();
   void set (    int value);
}

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