This documentation is archived and is not being maintained.
IDebuggerObject Interface
Visual Studio 2010
This API supports the .NET Framework 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 all IReflect objects that are implemented by the debugger. Currently, this interface serves only to flag these objects as such to the scripting engine.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
The IDebuggerObject type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | HasEnumerableMember | When implemented in a class, determines whether the current object has a member that has the specified name and that is enumerable. |
![]() | IsCOMObject | When implemented in a class, determines whether the current object is a true COM object or a proxy to a managed object. |
![]() | IsEqual | When implemented in a class, determines whether the current object is equal to the specified object. |
![]() | IsScriptFunction | Infrastructure. When implemented in a class, determines whether the current object is a proxy to a managed JScript function. |
![]() | IsScriptObject | When implemented in a class, determines whether the current object is a proxy to a managed JScript object. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
