共用方式為


IDebugBinder3

這個介面會提供存取權類型、 別名及自訂的視覺化檢視的服務。

IDebugBinder3 : IDebugBinder

實作器注意事項

偵錯引擎會實作這個介面以支援別名、 自訂的視覺化檢視服務和物件型別資訊的存取權。

呼叫者的備忘稿

IDebugBinder介面取得這個介面,藉由使用QueryInterface

方法 Vtable 順序

除了提供的方法IDebugBinder介面,這個介面會實作下列:

方法

描述

IDebugBinder3::GetMemoryObject

擷取記憶體物件,表示這個物件所繫結的記憶體。

IDebugBinder3::GetExceptionObjectAndType

擷取與這個物件 (如果有的話),相關的例外狀況

IDebugBinder3::FindAlias

擷取指定其名稱、 別名

IDebugBinder3::GetAllAliases

擷取所有的別名,對此物件的陣列

IDebugBinder3::GetTypeArgumentCount

取得與這個物件相關聯的引數型別數目

IDebugBinder3::GetTypeArguments

擷取一份此物件相關聯的引數型別

IDebugBinder3::GetEEService

取得視覺化檢視服務的介面

IDebugBinder3::GetMemoryContext64

將記憶體內容的 [物件位置] 或 [64 位元記憶體位址。

需求

標頭: ee.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

組件: Microsoft.VisualStudio.Debugger.Interop.dll

請參閱

參考

IDebugBinder

概念

運算式評估介面