Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Pool de chronomètres à utiliser pour l'observation des méthodes

Espace de nom : Developpez.Dotnet.Diagnostics
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

C#
protected virtual GenericPool<Stopwatch> PerfCounterPool { get; private set; }
Visual Basic (Déclaration)
Protected Overridable Property PerfCounterPool As GenericPool(Of Stopwatch)
	Get
	Private Set
Visual C++
protected:
virtual property GenericPool<Stopwatch^>^ PerfCounterPool {
	GenericPool<Stopwatch^>^ get ();
	private: void set (GenericPool<Stopwatch^>^ value);
}

Voir aussi