IDebugType 介面

定義

定義用來提供偵錯工具物件資訊的方法。 表示偵錯工具目標中之型別的偵錯工具物件會實作這個介面。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public interface class IDebugType
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("613CC05D-05F4-4969-B369-5AEEF56E32D0")]
public interface IDebugType
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("613CC05D-05F4-4969-B369-5AEEF56E32D0")>]
type IDebugType = interface
Public Interface IDebugType
屬性

方法

HasInstance(Object)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

在類別中實作時,判斷指定的物件是否為目前型別的執行個體。

適用於

另請參閱