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.
public string FailureSourceModulePath { get; }
member this.FailureSourceModulePath : string
Public ReadOnly Property FailureSourceModulePath As String