Constructor COMInvokeAttribute
COMInvokeAttribute(ApartmentState)
The COM service class requires the given apartment state.
public COMInvokeAttribute(ApartmentState value)
Parameters
valueApartmentState
COMInvokeAttribute()
The COM service class can run in any apartment state.
public COMInvokeAttribute()