Share via


DkmComponentManager.IsApiVersionSupported(DkmApiVersion) Method

Definition

API to test the installed version of the Dispatcher.

public:
 static bool IsApiVersionSupported(Microsoft::VisualStudio::Debugger::DkmApiVersion apiVersion);
public:
 static bool IsApiVersionSupported(Microsoft::VisualStudio::Debugger::DkmApiVersion apiVersion);
 static bool IsApiVersionSupported(Microsoft::VisualStudio::Debugger::DkmApiVersion apiVersion);
public static bool IsApiVersionSupported (Microsoft.VisualStudio.Debugger.DkmApiVersion apiVersion);
static member IsApiVersionSupported : Microsoft.VisualStudio.Debugger.DkmApiVersion -> bool
Public Shared Function IsApiVersionSupported (apiVersion As DkmApiVersion) As Boolean

Parameters

apiVersion
DkmApiVersion

Returns

Returns true if the version of the Dispatcher is greater than or equal to the specified API version.

Applies to