Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Méthodes actuellement en cours d'exécution, avec un pool pour le perf counter
afin d'éviter d'en créer un nombre infini
Espace de nom : Developpez.Dotnet.DiagnosticsAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
protected virtual Dictionary<IMethodCallMessage, ParameterizedGenericPool<(Of <(<'T>)>)>..::..GenericPoolItem> RunningMethods { get; private set; } |
Visual Basic (Déclaration) |
---|
Protected Overridable Property RunningMethods As Dictionary(Of IMethodCallMessage, ParameterizedGenericPool<(Of <(<'T>)>)>..::..GenericPoolItem) Get Private Set |
Visual C++ |
---|
protected: virtual property Dictionary<IMethodCallMessage^, ParameterizedGenericPool<(Of <(<'T>)>)>..::..GenericPoolItem^>^ RunningMethods { Dictionary<IMethodCallMessage^, ParameterizedGenericPool<(Of <(<'T>)>)>..::..GenericPoolItem^>^ get (); private: void set (Dictionary<IMethodCallMessage^, ParameterizedGenericPool<(Of <(<'T>)>)>..::..GenericPoolItem^>^ value); } |