ThreadHelper.Generic Property
Gets a generic ThreadHelper.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Generic As ThreadHelper
public static ThreadHelper Generic { get; }
public:
static property ThreadHelper^ Generic {
ThreadHelper^ get ();
}
static member Generic : ThreadHelper with get
static function get Generic () : ThreadHelper
Property Value
Type: Microsoft.VisualStudio.Shell.ThreadHelper
A generic ThreadHelper.
Remarks
If no generic thread helper exists, a new one is created.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.