MsieJavaScriptEngine.JsRt.JavaScriptContext.StopProfiling C# (CSharp) Méthode

StopProfiling() public static méthode

Stops profiling in the current context.

Will not return an error if profiling has not started.

Requires an active script context.

public static StopProfiling ( int reason ) : void
reason int /// The reason for stopping profiling to pass to the profiler callback. ///
Résultat void
        public static void StopProfiling(int reason)
        {
            Native.ThrowIfError(Native.JsStopProfiling(reason));
        }