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
2007-08-062007-08-06 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* PerformanceCounterInstanceLifetime.cs PerformanceCounterCategoryType.cs : new. * ICollectData.cs ProcessStartInfo.cs InstanceDataCollectionCollection.cs PerformanceCounter.cs InstanceDataCollection.cs Process.cs : cosmetic attributes cleanup. * System.dll.sources : added PerformanceCounterInstanceLifetime.cs and PerformanceCounterCategoryType.cs. svn path=/trunk/mcs/; revision=83517
2005-08-09* EventLog.cs: Fixed Designer attribute to match MS.NET.Gert Driesen
* ICollectData.cs: Added marshalling attribute to match MS.NET. * PerformanceCounter.cs: Fixed Designer attribute to match MS.NET. * Process.cs: Fixed Designer attribute to match MS.NET, modified * ProcessModule.cs: Fixed Designer attribute to match MS.NET. * ProcessThread.cs: Fixed Designer attribute to match MS.NET. DesignerSerializationVisibility on StartInfo to match MS.NET, changed Category attribute on Exited event to match MS.NET. svn path=/trunk/mcs/; revision=48151
2004-06-21Add MIT license to System.dllDuncan Mak
svn path=/trunk/mcs/; revision=30054
2003-11-132003-11-13 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* ICollectData.cs: Fixed signature svn path=/trunk/mcs/; revision=19955
2003-11-122003-11-12 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* ICollectData.cs: Added missing attribute svn path=/trunk/mcs/; revision=19908
2002-06-16 * ICollectData.cs: ImplementedJonathan Pryor
* TraceImpl.cs: Setting IndentLevel, IndentSize should change the corresponding properties on all current TraceListeners. Also, to answer the FIXME message: Yes, the properties in TraceListener need to be [ThreadStatic] as well. * TraceListenerCollection.cs: When adding a TraceListener, the TraceListener should have its properties set to the current TraceImpl property values. * TraceListener.cs: Make indentSize, lndentLevel [ThreadStatic]. svn path=/trunk/mcs/; revision=5291