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
- CheckBox.cs
- ContextMenuAutomationPeer.cs
- NullToBooleanConverter.cs
- Action.cs
- EntityAdapter.cs
- WSAddressing10ProblemHeaderQNameFault.cs
- SettingsBase.cs
- InvokeHandlers.cs
- BitmapEffectDrawingContent.cs
- DocumentOrderQuery.cs
- ExpressionBuilderContext.cs
- Misc.cs
- TextTreeRootTextBlock.cs
- QueryContinueDragEventArgs.cs
- Socket.cs
- MetadataItem.cs
- Pair.cs
- XslTransform.cs
- PersonalizableTypeEntry.cs
- XMLUtil.cs
- SiteMapProvider.cs
- Queue.cs
- NonParentingControl.cs
- LOSFormatter.cs
- HMACSHA256.cs
- _CommandStream.cs
- StateItem.cs
- IntegrationExceptionEventArgs.cs
- AffineTransform3D.cs
- DrawingGroupDrawingContext.cs
- SchemaElement.cs
- TextEffect.cs
- Matrix.cs
- FormViewModeEventArgs.cs
- _ListenerRequestStream.cs
- AvtEvent.cs
- CodeTypeReferenceCollection.cs
- FilterEventArgs.cs
- TimeStampChecker.cs
- IPAddressCollection.cs
- ActivitySurrogate.cs
- WorkflowRuntimeSection.cs
- UpWmlMobileTextWriter.cs
- BookmarkInfo.cs
- ParenthesizePropertyNameAttribute.cs
- StreamedFramingRequestChannel.cs
- DictionaryBase.cs
- DataPagerFieldCollection.cs
- DeclarativeConditionsCollection.cs
- SID.cs
- DataSourceListEditor.cs
- SchemaContext.cs
- SystemFonts.cs
- StringFormat.cs
- CorrelationHandle.cs
- Unit.cs
- RuntimeTrackingProfile.cs
- DesignerWithHeader.cs
- CategoryGridEntry.cs
- MissingManifestResourceException.cs
- SortableBindingList.cs
- DataListItemCollection.cs
- WebDescriptionAttribute.cs
- JsonDataContract.cs
- KeyValueInternalCollection.cs
- IPipelineRuntime.cs
- TableCellCollection.cs
- WebEventTraceProvider.cs
- BitVector32.cs
- RadioButtonList.cs
- Trace.cs
- BamlBinaryReader.cs
- CounterCreationData.cs
- CompModHelpers.cs
- MenuRendererStandards.cs
- DocumentViewerAutomationPeer.cs
- SafeFindHandle.cs
- TypeConverterAttribute.cs
- CalendarDataBindingHandler.cs
- GridViewCancelEditEventArgs.cs
- XamlFigureLengthSerializer.cs
- DataServiceEntityAttribute.cs
- PartitionResolver.cs
- XsltCompileContext.cs
- InkCanvasAutomationPeer.cs
- WebPartUserCapability.cs
- ServiceOperationParameter.cs
- XPathNodeInfoAtom.cs
- TerminatorSinks.cs
- CellTreeNode.cs
- MimeTypeMapper.cs
- TableColumnCollectionInternal.cs
- ImportedNamespaceContextItem.cs
- AudioSignalProblemOccurredEventArgs.cs
- CompilationLock.cs
- StickyNoteContentControl.cs
- SortFieldComparer.cs
- HtmlPhoneCallAdapter.cs
- DocumentEventArgs.cs
- MemberRelationshipService.cs