AssemblyCSharp.PSProfiler.Stop C# (CSharp) Méthode

Stop() public static méthode

public static Stop ( string token ) : void
token string
Résultat void
        public static void Stop(string token)
        {
            Instance.DoStop(token);
        }