IDebugType Interface

Definition

Defines methods that provide information about debugger objects. This interface is implemented by debugger objects that represent a type in the debugger target.

This API supports the product infrastructure and is not intended to be used directly from your code.

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
Attributes

Methods

HasInstance(Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

When implemented in a class, determines whether the specified object is an instance of the current type.

Applies to

See also