Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Services / Monitoring / system / Diagnosticts / ProcessThreadCollection.cs / 1 / 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
- TagPrefixInfo.cs
- IApplicationTrustManager.cs
- MSG.cs
- CanExecuteRoutedEventArgs.cs
- ListViewCancelEventArgs.cs
- Material.cs
- TabControlToolboxItem.cs
- DetailsView.cs
- Content.cs
- CalendarButton.cs
- RuntimeCompatibilityAttribute.cs
- SafeRightsManagementEnvironmentHandle.cs
- InkPresenter.cs
- StylusSystemGestureEventArgs.cs
- WindowsClaimSet.cs
- ToolStripSplitButton.cs
- DataGridViewRowConverter.cs
- FormClosingEvent.cs
- PageCanvasSize.cs
- SignedXml.cs
- AutomationPatternInfo.cs
- LinkButton.cs
- PolyBezierSegment.cs
- FillRuleValidation.cs
- SizeConverter.cs
- CreateUserErrorEventArgs.cs
- SchemaSetCompiler.cs
- StringCollection.cs
- RestHandler.cs
- SqlTransaction.cs
- ColorBlend.cs
- KeyInstance.cs
- StylusLogic.cs
- AppDomainProtocolHandler.cs
- CaseDesigner.xaml.cs
- LoadedEvent.cs
- TcpChannelHelper.cs
- ItemCheckEvent.cs
- DataMisalignedException.cs
- SurrogateSelector.cs
- HttpCapabilitiesBase.cs
- ResourceReferenceExpression.cs
- HttpCapabilitiesSectionHandler.cs
- RemotingAttributes.cs
- DesignOnlyAttribute.cs
- dbdatarecord.cs
- CheckBoxAutomationPeer.cs
- ControlPaint.cs
- Hashtable.cs
- AnnotationDocumentPaginator.cs
- UnsafeNativeMethods.cs
- SelectedGridItemChangedEvent.cs
- XmlArrayItemAttribute.cs
- SessionMode.cs
- Baml6Assembly.cs
- NativeRecognizer.cs
- XamlToRtfParser.cs
- DataControlFieldTypeEditor.cs
- ReferenceEqualityComparer.cs
- ScrollViewer.cs
- SchemaImporterExtensionsSection.cs
- WebPartMenu.cs
- AddIn.cs
- QueryStringParameter.cs
- DelegatedStream.cs
- StyleSheetDesigner.cs
- BezierSegment.cs
- MissingSatelliteAssemblyException.cs
- XmlRootAttribute.cs
- NegotiateStream.cs
- WriteableBitmap.cs
- WebPartCollection.cs
- CompilationRelaxations.cs
- ToolStripSeparator.cs
- PropertyBuilder.cs
- CustomErrorCollection.cs
- AutomationPatternInfo.cs
- DefaultProxySection.cs
- XmlSortKeyAccumulator.cs
- CipherData.cs
- SelectionItemProviderWrapper.cs
- RoutedEventConverter.cs
- LogSwitch.cs
- TextRunCacheImp.cs
- SqlReorderer.cs
- ConvertEvent.cs
- DefaultBinder.cs
- ExtensionFile.cs
- ContextMenuStripGroupCollection.cs
- TypeToken.cs
- BreadCrumbTextConverter.cs
- StructuredTypeEmitter.cs
- StylusCaptureWithinProperty.cs
- GridViewRowEventArgs.cs
- MapPathBasedVirtualPathProvider.cs
- ListChangedEventArgs.cs
- WinCategoryAttribute.cs
- DiscreteKeyFrames.cs
- DataGridViewCellPaintingEventArgs.cs
- TextEmbeddedObject.cs