CoreWebView2ProcessFailedEventArgs.FailureSourceModulePath Property
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.
When ProcessFailed occurred due to a failed Code Integrity check, this property returns the full path of the file that was prevented from loading on the system. The webview2 process which tried to load the DLL will fail with exit code STATUS_INVALID_IMAGE_HASH(-1073740760).
public string FailureSourceModulePath { get; }
member this.FailureSourceModulePath : string
Public ReadOnly Property FailureSourceModulePath As String