IDebugDumpModule100 Interface

Namespace:  Microsoft.VisualStudio.Debugger.Interop
Assembly:  Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("12E0C541-6479-4C3C-A48D-8FFA223208C2")> _
Public Interface IDebugDumpModule100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("12E0C541-6479-4C3C-A48D-8FFA223208C2")]
public interface IDebugDumpModule100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"12E0C541-6479-4C3C-A48D-8FFA223208C2")]
public interface class IDebugDumpModule100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("12E0C541-6479-4C3C-A48D-8FFA223208C2")>]
type IDebugDumpModule100 =  interface end
public interface IDebugDumpModule100

The IDebugDumpModule100 type exposes the following members.

Methods

  Name Description
Public method IsBinaryLoaded
Public method LoadBinary

Top

See Also

Reference

Microsoft.VisualStudio.Debugger.Interop Namespace