Share via


IDebugModuleLoadEvent2.GetModule(IDebugModule2, String, Int32) Method

Definition

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

Returns

Applies to