IComThreadingInfo Interface

Provides information about the caller's execution thread, including thread and apartment type. For more information, see IComThreadingInfo.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000001CE-0000-0000-C000-000000000046")> _
Public Interface IComThreadingInfo
[InterfaceTypeAttribute()]
[GuidAttribute("000001CE-0000-0000-C000-000000000046")]
public interface IComThreadingInfo
[InterfaceTypeAttribute()]
[GuidAttribute(L"000001CE-0000-0000-C000-000000000046")]
public interface class IComThreadingInfo
[<InterfaceTypeAttribute()>]
[<GuidAttribute("000001CE-0000-0000-C000-000000000046")>]
type IComThreadingInfo =  interface end
public interface IComThreadingInfo

The IComThreadingInfo type exposes the following members.

Methods

  Name Description
Public method GetCurrentApartmentType
Public method GetCurrentLogicalThreadId
Public method GetCurrentThreadType
Public method SetCurrentLogicalThreadId

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace