Compartilhar via


CoreWebView2ProcessFailedEventArgs.FailureSourceModulePath Property

Definition

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

Property Value

Applies to