Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-27Wed Feb 27 20:00:04 CET 2008 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* CounterSample.cs, CounterSampleCalculator.cs, PerformanceCounter.cs, PerformanceCounterCategory.cs, PerformanceCounterCategoryType.cs: beginning of the performance counter implementation. svn path=/trunk/mcs/; revision=96810
2007-08-012007-08-01 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* CounterSample.cs : implemented missing 2.0 equality stuff. * CounterSampleCalculator.cs : static in 2.0. svn path=/trunk/mcs/; revision=83222
2004-06-21Add MIT license to System.dllDuncan Mak
svn path=/trunk/mcs/; revision=30054
2003-07-052003-07-02 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* CounterCreationData.cs: Added missing attributes * CounterSample.cs: Implemented missing rest, fixed signature * CounterSampleCalculator.cs: Added private constructor, redirected function * Process.cs: Added attributes, added event mechanism * ProcessModule.cs: Added missing attributes * ProcessModuleCollection.cs: Redone using the already inherited-from ArrayList. Simplifies this a LOT * ProcessStartInfo.cs: Added missing attributes, moved internal fields to the begining of the file, restyling * ProcessThread.cs: Added missing attributes, added pseudo constructor * ProcessThreadCollection.cs: Implemented * PerformanceCounterPermission.cs: Fixed typo in class name * PerformanceCounterPermissionAccess.cs: Added attributes, fixed wrong member svn path=/trunk/mcs/; revision=15958
2002-07-13 * CounterCreationData.cs: ImplementedJonathan Pryor
* CounterCreationDataCollection.cs: Implemented * CounterSample.cs: Stubbed Out * CounterSampleCalculator.cs: Stubbed Out * InstanceData.cs: Implemented * InstanceDataCollection.cs: Implemented * InstanceDataCollectionCollection.cs: Implemented * MonitoringDescriptionAttribute.cs: Implemented * PerformanceCounter.cs: Stubbed Out * PerformanceCounterCategory.cs: Stubbed Out * PerformanceCounterInstaller.cs: Stubbed Out * PerformanceCounterManager.cs: Stubbed Out * PerformanceCounterPermission.cs: Stubbed Out * PerformanceCounterPermissionAccess.cs: Implemented * PerformanceCounterPermissionAttribute.cs: Stubbed Out * PerformanceCounterPermissionEntry.cs: Stubbed Out * PerformanceCounterPermissionEntryCollection.cs: Implemented * PerformanceCounterType.cs: Implemented svn path=/trunk/mcs/; revision=5770