Class ComWrapperSettings
Global settings for COM wrapper
Inheritance
object
ComWrapperSettings
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class ComWrapperSettings : Object
Properties
ApplicationApartmentState
Value of apartment state for COM objects. Default is MTA, because providing STA adds some specific logic. However, in WPF using STA is required, so it should be set to STA
Declaration
public static ApartmentState ApplicationApartmentState { get; set; }
Property Value
Type | Description |
---|---|
System.Threading.ApartmentState |