Table of Contents

Constructor COMInvokeAttribute

Namespace
Innova.Prism.Library.Security
Assembly
Innova.Prism.Library.dll

COMInvokeAttribute(ApartmentState)

The COM service class requires the given apartment state.

public COMInvokeAttribute(ApartmentState value)

Parameters

value ApartmentState

COMInvokeAttribute()

The COM service class can run in any apartment state.

public COMInvokeAttribute()