DkmModuleInstance.OnBinaryLoaded(String) Method

Definition

Raise a BinaryLoaded event. Components which implement the event sink interface will receive the event notification. Control will return once all components have been notified.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public:
 void OnBinaryLoaded(System::String ^ Path);
public:
 void OnBinaryLoaded(Platform::String ^ Path);
void OnBinaryLoaded(std::wstring const & Path);
public void OnBinaryLoaded (string Path);
member this.OnBinaryLoaded : string -> unit
Public Sub OnBinaryLoaded (Path As String)

Parameters

Path
String

[In] The full path, relative to the computer running Visual Studio to open the minidump, of the matching binary we were able to find.

Applies to