IDebugType Interfaccia

Definizione

Definisce i metodi che forniscono informazioni sugli oggetti debugger. Questa interfaccia viene implementata dagli oggetti debugger che rappresentano un tipo nella destinazione del debugger.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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
Attributi

Metodi

HasInstance(Object)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Se implementato in una classe, determina se l'oggetto specificato è un'istanza del tipo corrente.

Si applica a

Vedi anche