IDebugType Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |