IDkmRuntimeHandleComparer.CompareHandleValuesThroughVil Yöntem

Tanım

Bu yöntem iki Ise Ghandlevalues alır, her bir üzerinde GetValue çağırır ve eşit olup olmadığını görmek için elde edilen değerleri karşılaştırır. Gerekirse, VıL yorumlayıcı için bir LocalContext ayarlar.

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

Parametreler

clrRuntimeInstance
DkmClrRuntimeInstance

'Ndaki Hedef işlemde çalışan bir CLR örneğini temsil eder.

handleValue1
ICorDebugHandleValue

'Ndaki İlk ıcorıınfo Ghandtavalue nesnesi.

handleValue2
ICorDebugHandleValue

'Ndaki İkinci ıcorıınfo Ghandlivalue nesnesi.

Döndürülenler

Boolean

Dışı Verilen iki Ise Ghandorvalue nesneleri aynı değere sahip ise true olarak, aksi takdirde false olarak ayarlayın.

Şunlara uygulanır