WebViewLongRunningScriptDetectedEventArgs.ExecutionTime プロパティ

定義

WebView コントロールが実行時間の長いスクリプトを実行しているミリ秒数を取得します。

public:
 property TimeSpan ExecutionTime { TimeSpan get(); };
TimeSpan ExecutionTime();
public System.TimeSpan ExecutionTime { get; }
var timeSpan = webViewLongRunningScriptDetectedEventArgs.executionTime;
Public ReadOnly Property ExecutionTime As TimeSpan

プロパティ値

スクリプトが実行されているミリ秒数。

注釈

スクリプトが 5 秒後も実行されている場合、アプリはハングします。 スクリプトを停止するには、 StopPageScriptExecution プロパティを true に設定 します。 停止したスクリプトは、 WebView の有効期間中再開されません。

適用対象

こちらもご覧ください