Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- MILUtilities.cs
- StringBuilder.cs
- GeneralTransform2DTo3DTo2D.cs
- X509SubjectKeyIdentifierClause.cs
- ExecutedRoutedEventArgs.cs
- DataQuery.cs
- MetadataAssemblyHelper.cs
- HttpWrapper.cs
- CircleHotSpot.cs
- TdsParserSafeHandles.cs
- RecipientInfo.cs
- ListViewSortEventArgs.cs
- CompressEmulationStream.cs
- XPathBinder.cs
- LateBoundBitmapDecoder.cs
- WebResponse.cs
- GridSplitter.cs
- BooleanFacetDescriptionElement.cs
- SolidColorBrush.cs
- WpfXamlType.cs
- ContentElement.cs
- InstanceDataCollectionCollection.cs
- ObjectDisposedException.cs
- CompilerLocalReference.cs
- FontWeights.cs
- ColumnResizeUndoUnit.cs
- DataColumnCollection.cs
- NamedElement.cs
- DateTimePicker.cs
- UIElementPropertyUndoUnit.cs
- KnownTypes.cs
- SqlParameter.cs
- JournalEntryListConverter.cs
- TriggerAction.cs
- ObjectHelper.cs
- ToolStripPanelDesigner.cs
- ApplicationActivator.cs
- CachedCompositeFamily.cs
- SAPICategories.cs
- PageVisual.cs
- CmsInterop.cs
- DataGridRow.cs
- InfoCardListRequest.cs
- ScriptServiceAttribute.cs
- StringFunctions.cs
- RequiredFieldValidator.cs
- UpdateProgress.cs
- DataGridViewBand.cs
- MaskedTextBox.cs
- ThreadSafeList.cs
- BindingExpressionUncommonField.cs
- OutputCacheModule.cs
- WebPartTransformerAttribute.cs
- HistoryEventArgs.cs
- StylusPoint.cs
- _NegoStream.cs
- SQLDecimalStorage.cs
- shaper.cs
- FileCodeGroup.cs
- PageCatalogPart.cs
- EventDescriptor.cs
- RectAnimationClockResource.cs
- ResourceAssociationSet.cs
- TextTreeRootTextBlock.cs
- GACIdentityPermission.cs
- PixelFormat.cs
- WebServiceMethodData.cs
- EntityCommandExecutionException.cs
- SqlInternalConnectionSmi.cs
- ArrayWithOffset.cs
- TimerTable.cs
- ConfigXmlDocument.cs
- SeverityFilter.cs
- PointAnimationUsingKeyFrames.cs
- EdmValidator.cs
- DataGridViewCellMouseEventArgs.cs
- IdnElement.cs
- AncestorChangedEventArgs.cs
- PropertyOverridesTypeEditor.cs
- InstanceCreationEditor.cs
- ItemsChangedEventArgs.cs
- HostingEnvironmentSection.cs
- EncoderParameter.cs
- XamlTreeBuilderBamlRecordWriter.cs
- HttpInputStream.cs
- BitStream.cs
- RangeBase.cs
- SingleObjectCollection.cs
- AssemblyCache.cs
- BindingCompleteEventArgs.cs
- OracleSqlParser.cs
- ItemChangedEventArgs.cs
- ConstNode.cs
- mansign.cs
- EarlyBoundInfo.cs
- TemplateGroupCollection.cs
- WindowsScrollBar.cs
- TableStyle.cs
- SAPIEngineTypes.cs
- CodeBinaryOperatorExpression.cs