IDebugType Interface

 

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

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

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

[GuidAttribute("613CC05D-05F4-4969-B369-5AEEF56E32D0")]
[ComVisibleAttribute(true)]
public interface class IDebugType

NameDescription
System_CAPS_pubmethodHasInstance(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.

.NET Framework
Available since 1.1
Return to top
Show: