EngineProvider Structure

Class used to provide a debugger engine.

Namespace:  Microsoft.VisualStudio.Debugger.VsDebugPresentationExtension
Assembly:  Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)

Syntax

'Declaration
<GuidAttribute("84419DA3-ACCF-4DC8-96FD-530C637E751B")> _
Public Structure EngineProvider
[GuidAttribute("84419DA3-ACCF-4DC8-96FD-530C637E751B")]
public struct EngineProvider
[GuidAttribute(L"84419DA3-ACCF-4DC8-96FD-530C637E751B")]
public value class EngineProvider
[<Sealed>]
[<GuidAttribute("84419DA3-ACCF-4DC8-96FD-530C637E751B")>]
type EngineProvider =  struct end
JScript supports the use of structures, but not the declaration of new ones.

The EngineProvider type exposes the following members.

Constructors

  Name Description
Public method EngineProvider Constructor for EngineProvider.

Top

Properties

  Name Description
Public property EngineGuid Gets a GUID that uniquely identifies the debug engine from this provider.
Public property EngineName Gets the name of the debugger engine from this provider.

Top

Methods

  Name Description
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)

Top

Remarks

This class is part of the extensibility that allows third parties to make a custom debug engine available to the .Exe Project System and Dump Summary page.

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.Debugger.VsDebugPresentationExtension Namespace