IDkmRuntimeHandleComparer.CompareHandleValuesThroughVil(DkmClrRuntimeInstance, ICorDebugHandleValue, ICorDebugHandleValue) Метод

Определение

Этот метод принимает два Икордебугхандлевалуес, вызывает метод GetValue для каждого и сравнивает результирующие значения, чтобы определить, равны ли они. При необходимости он настроит Локалконтекст для интерпретатора вил.

public:
 bool CompareHandleValuesThroughVil(Microsoft::VisualStudio::Debugger::Clr::DkmClrRuntimeInstance ^ clrRuntimeInstance, Microsoft::VisualStudio::CorDebugInterop::ICorDebugHandleValue ^ handleValue1, Microsoft::VisualStudio::CorDebugInterop::ICorDebugHandleValue ^ handleValue2);
public bool CompareHandleValuesThroughVil (Microsoft.VisualStudio.Debugger.Clr.DkmClrRuntimeInstance clrRuntimeInstance, Microsoft.VisualStudio.CorDebugInterop.ICorDebugHandleValue handleValue1, Microsoft.VisualStudio.CorDebugInterop.ICorDebugHandleValue handleValue2);
abstract member CompareHandleValuesThroughVil : Microsoft.VisualStudio.Debugger.Clr.DkmClrRuntimeInstance * Microsoft.VisualStudio.CorDebugInterop.ICorDebugHandleValue * Microsoft.VisualStudio.CorDebugInterop.ICorDebugHandleValue -> bool
Public Function CompareHandleValuesThroughVil (clrRuntimeInstance As DkmClrRuntimeInstance, handleValue1 As ICorDebugHandleValue, handleValue2 As ICorDebugHandleValue) As Boolean

Параметры

clrRuntimeInstance
DkmClrRuntimeInstance

Окне Представляет экземпляр среды CLR, выполняющийся в целевом процессе.

handleValue1
ICorDebugHandleValue

Окне Первый объект ICorDebugHandleValue.

handleValue2
ICorDebugHandleValue

Окне Второй объект ICorDebugHandleValue.

Возвращаемое значение

Boolean

Заполняет Задайте значение true, если два заданных объекта ICorDebugHandleValue имеют одинаковое значение, и false в противном случае.

Применяется к