Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Monitoring / system / Diagnosticts / ProcessThreadCollection.cs / 1305376 / ProcessThreadCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Diagnostics { using System.Collections; using System; using System.IO; using System.ComponentModel; using System.Diagnostics; ////// public class ProcessThreadCollection : ReadOnlyCollectionBase { ///[To be supplied.] ////// protected ProcessThreadCollection() { } ///[To be supplied.] ////// public ProcessThreadCollection(ProcessThread[] processThreads) { InnerList.AddRange(processThreads); } ///[To be supplied.] ////// public ProcessThread this[int index] { get { return (ProcessThread)InnerList[index]; } } ///[To be supplied.] ////// public int Add(ProcessThread thread) { return InnerList.Add(thread); } ///[To be supplied.] ////// public void Insert(int index, ProcessThread thread) { InnerList.Insert(index, thread); } ///[To be supplied.] ////// public int IndexOf(ProcessThread thread) { return InnerList.IndexOf(thread); } ///[To be supplied.] ////// public bool Contains(ProcessThread thread) { return InnerList.Contains(thread); } ///[To be supplied.] ////// public void Remove(ProcessThread thread) { InnerList.Remove(thread); } ///[To be supplied.] ////// public void CopyTo(ProcessThread[] array, int index) { InnerList.CopyTo(array, index); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Diagnostics { using System.Collections; using System; using System.IO; using System.ComponentModel; using System.Diagnostics; ////// public class ProcessThreadCollection : ReadOnlyCollectionBase { ///[To be supplied.] ////// protected ProcessThreadCollection() { } ///[To be supplied.] ////// public ProcessThreadCollection(ProcessThread[] processThreads) { InnerList.AddRange(processThreads); } ///[To be supplied.] ////// public ProcessThread this[int index] { get { return (ProcessThread)InnerList[index]; } } ///[To be supplied.] ////// public int Add(ProcessThread thread) { return InnerList.Add(thread); } ///[To be supplied.] ////// public void Insert(int index, ProcessThread thread) { InnerList.Insert(index, thread); } ///[To be supplied.] ////// public int IndexOf(ProcessThread thread) { return InnerList.IndexOf(thread); } ///[To be supplied.] ////// public bool Contains(ProcessThread thread) { return InnerList.Contains(thread); } ///[To be supplied.] ////// public void Remove(ProcessThread thread) { InnerList.Remove(thread); } ///[To be supplied.] ////// public void CopyTo(ProcessThread[] array, int index) { InnerList.CopyTo(array, index); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- KeyValuePairs.cs
- MetadataCollection.cs
- FrameworkContentElement.cs
- ChineseLunisolarCalendar.cs
- RecognitionEventArgs.cs
- CounterCreationDataCollection.cs
- SectionXmlInfo.cs
- DbException.cs
- CompressStream.cs
- DataGridColumnCollectionEditor.cs
- Calendar.cs
- Identifier.cs
- ServiceModelActivationSectionGroup.cs
- TypeUtils.cs
- Application.cs
- PageAdapter.cs
- BasicExpressionVisitor.cs
- Line.cs
- ObjectConverter.cs
- ContentElementAutomationPeer.cs
- ListChunk.cs
- QueryContinueDragEvent.cs
- Calendar.cs
- ListItemConverter.cs
- ModelItemCollectionImpl.cs
- MsmqIntegrationProcessProtocolHandler.cs
- ServiceProviders.cs
- HitTestParameters3D.cs
- NativeObjectSecurity.cs
- XmlSiteMapProvider.cs
- EventsTab.cs
- ArgumentOutOfRangeException.cs
- GuidelineCollection.cs
- AncestorChangedEventArgs.cs
- AndCondition.cs
- WinEventQueueItem.cs
- FocusChangedEventArgs.cs
- NetworkCredential.cs
- AdornedElementPlaceholder.cs
- DrawingAttributes.cs
- GuidelineCollection.cs
- FragmentNavigationEventArgs.cs
- SystemPens.cs
- TableCellCollection.cs
- NullableLongMinMaxAggregationOperator.cs
- GridViewSelectEventArgs.cs
- ComponentResourceManager.cs
- EntitySet.cs
- Dump.cs
- Group.cs
- ThemeConfigurationDialog.cs
- PropertyCondition.cs
- CreateDataSourceDialog.cs
- ProcessModuleCollection.cs
- RegexCompilationInfo.cs
- handlecollector.cs
- CodeCatchClauseCollection.cs
- XmlReturnWriter.cs
- PrimitiveXmlSerializers.cs
- Script.cs
- ConfigurationSectionGroup.cs
- SQLDecimal.cs
- XmlDataSource.cs
- SystemUdpStatistics.cs
- StdValidatorsAndConverters.cs
- CursorInteropHelper.cs
- CopyNamespacesAction.cs
- ImportCatalogPart.cs
- DataGridHeaderBorder.cs
- TypefaceMap.cs
- HttpDictionary.cs
- ListBindingHelper.cs
- ReservationCollection.cs
- TextDecorationCollectionConverter.cs
- AppDomainManager.cs
- Component.cs
- FlowDocumentPaginator.cs
- DataGridViewSelectedCellCollection.cs
- TouchPoint.cs
- SigningCredentials.cs
- ClientSideProviderDescription.cs
- MeasureData.cs
- VirtualizedItemPattern.cs
- DrawTreeNodeEventArgs.cs
- RightNameExpirationInfoPair.cs
- StringUtil.cs
- ProxyWebPartManager.cs
- ProfilePropertySettings.cs
- ConfigurationValue.cs
- PenCursorManager.cs
- BooleanConverter.cs
- InputScope.cs
- ErrorStyle.cs
- DataBoundControlHelper.cs
- AttributeTableBuilder.cs
- FieldAccessException.cs
- WebPartTransformerCollection.cs
- ImageDrawing.cs
- IBuiltInEvidence.cs
- QuaternionValueSerializer.cs