IDebugModuleLoadEvent2.GetModule(IDebugModule2, String, Int32) Method
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.
public:
int GetModule([Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugModule2 ^ % pModule, [Runtime::InteropServices::Out] System::String ^ % pbstrDebugMessage, [Runtime::InteropServices::Out] int % pbLoad);
public int GetModule(out Microsoft.VisualStudio.Debugger.Interop.IDebugModule2 pModule, out string pbstrDebugMessage, out int pbLoad);
abstract member GetModule : IDebugModule2 * string * int -> int
Public Function GetModule (ByRef pModule As IDebugModule2, ByRef pbstrDebugMessage As String, ByRef pbLoad As Integer) As Integer
Parameters
- pModule
- IDebugModule2
- pbstrDebugMessage
- String
- pbLoad
- Int32