Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- Debug.cs
- Choices.cs
- AutoGeneratedFieldProperties.cs
- NumberFormatter.cs
- CharConverter.cs
- ResourcePermissionBase.cs
- SelectionRangeConverter.cs
- DataObjectSettingDataEventArgs.cs
- WebServiceTypeData.cs
- CustomError.cs
- VarRemapper.cs
- XmlWrappingWriter.cs
- BasicViewGenerator.cs
- FilterQueryOptionExpression.cs
- DBCSCodePageEncoding.cs
- XmlILIndex.cs
- UITypeEditors.cs
- ExceptionAggregator.cs
- FixedLineResult.cs
- Binding.cs
- DesignTimeTemplateParser.cs
- ElementsClipboardData.cs
- Parsers.cs
- NativeMethods.cs
- GifBitmapDecoder.cs
- TextControlDesigner.cs
- BindableAttribute.cs
- PathFigureCollectionConverter.cs
- UniformGrid.cs
- TreeWalkHelper.cs
- WorkflowRuntimeServiceElementCollection.cs
- CodeGroup.cs
- versioninfo.cs
- DependencyPropertyChangedEventArgs.cs
- SpecialFolderEnumConverter.cs
- Schema.cs
- AnnotationHighlightLayer.cs
- ExpressionLexer.cs
- ClientUtils.cs
- CqlIdentifiers.cs
- NegationPusher.cs
- PropertyEmitterBase.cs
- LicFileLicenseProvider.cs
- GCHandleCookieTable.cs
- ObjectQueryExecutionPlan.cs
- JoinCqlBlock.cs
- ReferenceEqualityComparer.cs
- OrderedEnumerableRowCollection.cs
- WindowCollection.cs
- ReachPageContentSerializerAsync.cs
- MissingManifestResourceException.cs
- SessionStateModule.cs
- Trace.cs
- ModelProperty.cs
- LongMinMaxAggregationOperator.cs
- WindowsSolidBrush.cs
- RegexFCD.cs
- BuilderPropertyEntry.cs
- XmlName.cs
- WebControl.cs
- RuleSettings.cs
- ImportContext.cs
- ListView.cs
- WriterOutput.cs
- CorrelationRequestContext.cs
- ContentPlaceHolder.cs
- XmlSerializationWriter.cs
- CacheEntry.cs
- TranslateTransform3D.cs
- CustomDictionarySources.cs
- SqlConnectionPoolProviderInfo.cs
- BufferedGraphicsManager.cs
- AccessibleObject.cs
- TransformerInfoCollection.cs
- Latin1Encoding.cs
- SystemMulticastIPAddressInformation.cs
- FixUpCollection.cs
- InvalidateEvent.cs
- FrameworkPropertyMetadata.cs
- ExternalFile.cs
- SmiEventSink.cs
- ReadOnlyPermissionSet.cs
- XmlUnspecifiedAttribute.cs
- ConnectionPointGlyph.cs
- LightweightCodeGenerator.cs
- MultiViewDesigner.cs
- DBNull.cs
- CredentialCache.cs
- ExternalCalls.cs
- InternalCache.cs
- MenuItemStyleCollectionEditor.cs
- TextElement.cs
- HtmlInputImage.cs
- BindingSource.cs
- Exceptions.cs
- Processor.cs
- SoapHeaderException.cs
- DBConnection.cs
- ToolStripDropDownItem.cs
- Pointer.cs