IDebugType Interfejs

Definicja

Definiuje metody, które zawierają informacje o obiektach debugera. Ten interfejs jest implementowany przez obiekty debugera, które reprezentują typ w obiekcie docelowym debugera.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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
Atrybuty

Metody

HasInstance(Object)

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

W przypadku zaimplementowania w klasie określa, czy określony obiekt jest wystąpieniem bieżącego typu.

Dotyczy

Zobacz też