Share via


IDebugModule3 Interface

Definition

public interface class IDebugModule3 : Microsoft::VisualStudio::Debugger::Interop::IDebugModule2
[System.Runtime.InteropServices.Guid("245F9D6A-E550-404D-82F1-FDB68281607A")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugModule3 : Microsoft.VisualStudio.Debugger.Interop.IDebugModule2
[<System.Runtime.InteropServices.Guid("245F9D6A-E550-404D-82F1-FDB68281607A")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugModule3 = interface
    interface IDebugModule2
Public Interface IDebugModule3
Implements IDebugModule2
Attributes
Implements

Methods

GetInfo(enum_MODULE_INFO_FIELDS, MODULE_INFO[])
GetInfo(UInt32, MODULE_INFO[])
GetSymbolInfo(enum_SYMBOL_SEARCH_INFO_FIELDS, MODULE_SYMBOL_SEARCH_INFO[])
GetSymbolInfo(UInt32, MODULE_SYMBOL_SEARCH_INFO[])
IsUserCode(Int32)
LoadSymbols()
ReloadSymbols_Deprecated(String, String)
SetJustMyCodeState(Int32)

Applies to