Share via


IDebugBinder3 Interface

Definition

public interface class IDebugBinder3 : Microsoft::VisualStudio::Debugger::Interop::IDebugBinder
[System.Runtime.InteropServices.Guid("BBCD7263-B415-40F6-942A-4A9A8599B708")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugBinder3 : Microsoft.VisualStudio.Debugger.Interop.IDebugBinder
[<System.Runtime.InteropServices.Guid("BBCD7263-B415-40F6-942A-4A9A8599B708")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugBinder3 = interface
    interface IDebugBinder
Public Interface IDebugBinder3
Implements IDebugBinder
Attributes
Implements

Methods

Bind(IDebugObject, IDebugField, IDebugObject)
FindAlias(String, IDebugAlias)
GetAllAliases(UInt32, IDebugAlias[], UInt32)
GetEEService(Guid, Guid, Guid, Object)
GetExceptionObjectAndType(IDebugObject, IDebugField)
GetFunctionObject(IDebugFunctionObject)
GetMemoryContext(IDebugField, UInt32, IDebugMemoryContext2)
GetMemoryContext64(IDebugField, UInt64, IDebugMemoryContext2)
GetMemoryObject(IDebugField, UInt64, IDebugObject)
GetTypeArgumentCount(UInt32)
GetTypeArguments(UInt32, UInt32, IDebugField[], UInt32)
ResolveDynamicType(IDebugDynamicField, IDebugField)
ResolveRuntimeType(IDebugObject, IDebugField)

Applies to