EngineProvider Struct

Definition

Class used to provide a debugger engine.

public value class EngineProvider
[System.Runtime.InteropServices.Guid("84419DA3-ACCF-4DC8-96FD-530C637E751B")]
public struct EngineProvider
[<System.Runtime.InteropServices.Guid("84419DA3-ACCF-4DC8-96FD-530C637E751B")>]
type EngineProvider = struct
Public Structure EngineProvider
Inheritance
EngineProvider
Attributes

Constructors

EngineProvider(Guid, String)

Constructor for EngineProvider.

Properties

EngineGuid

Gets a GUID that uniquely identifies the debug engine from this provider.

EngineName

Gets the name of the debugger engine from this provider.

Applies to