IDebuggerObject 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 all IReflect objects that are implemented by the debugger. Currently, this interface serves only to flag these objects as such to the scripting engine.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IDebuggerObject
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("8E93D770-6168-4b68-B896-A71B74C7076A")]
public interface IDebuggerObject
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("8E93D770-6168-4b68-B896-A71B74C7076A")>]
type IDebuggerObject = interface
Public Interface IDebuggerObject
- Attributes
Methods
HasEnumerableMember(String) |
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 current object has a member that has the specified name and that is enumerable. |
IsCOMObject() |
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 current object is a true COM object or a proxy to a managed object. |
IsEqual(IDebuggerObject) |
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 current object is equal to the specified object. |
IsScriptFunction() |
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 current object is a proxy to a managed JScript function. |
IsScriptObject() |
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 current object is a proxy to a managed JScript object. |