VSConstants.DebugEnginesGuids Class

Provides GUIDs for the debug engine.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.VSConstants.DebugEnginesGuids

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Public NotInheritable Class DebugEnginesGuids
public static class DebugEnginesGuids
public ref class DebugEnginesGuids abstract sealed
[<AbstractClass>]
[<Sealed>]
type DebugEnginesGuids =  class end
public final class DebugEnginesGuids

The VSConstants.DebugEnginesGuids type exposes the following members.

Fields

  Name Description
Public fieldStatic member ManagedAndNative The GUID of the managed and native debug engine.
Public fieldStatic member ManagedAndNative_guid The GUID of the debug engine for managed and native code.
Public fieldStatic member ManagedAndNative_string The GUID of the debug engine for managed and native code.
Public fieldStatic member ManagedOnly The GUID of the managed only debug engine.
Public fieldStatic member ManagedOnly_guid The GUID of the debug engine for managed code.
Public fieldStatic member ManagedOnly_string The GUID of the debug engine for managed code.
Public fieldStatic member NativeOnly The GUID of the native only debug engine.
Public fieldStatic member NativeOnly_guid The GUID of the debug engine for native code.
Public fieldStatic member NativeOnly_string The GUID of the debug engine for native code.
Public fieldStatic member Script The GUID of the scripting debug engine.
Public fieldStatic member Script_guid The GUID of the debug engine for scripting.
Public fieldStatic member Script_string The GUID of the debug engine for scripting.
Public fieldStatic member SqlDebugEngine2 The GUID of the SQL debug engine.
Public fieldStatic member SqlDebugEngine2_guid The GUID of the SQL debug engine.
Public fieldStatic member SqlDebugEngine2_string The GUID of the SQL debug engine.
Public fieldStatic member SqlDebugEngine3 The GUID of the SQL debug engine.
Public fieldStatic member SqlDebugEngine3_guid The GUID of the SQL debug engine.
Public fieldStatic member SqlDebugEngine3_string The GUID of the SQL debug engine.
Public fieldStatic member SQLLocalEngine The GUID of the SQL local debug engine.
Public fieldStatic member SQLLocalEngine_guid The GUID of the SQL local debug engine.
Public fieldStatic member SQLLocalEngine_string The GUID of the SQL debug engine.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio Namespace