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
- _TimerThread.cs
- AnnotationStore.cs
- XmlEventCache.cs
- TextDocumentView.cs
- DateBoldEvent.cs
- EditorZoneBase.cs
- PageBuildProvider.cs
- DisplayMemberTemplateSelector.cs
- BooleanConverter.cs
- IDReferencePropertyAttribute.cs
- SyndicationSerializer.cs
- SemanticBasicElement.cs
- SettingsPropertyNotFoundException.cs
- NonParentingControl.cs
- CompilerError.cs
- InertiaRotationBehavior.cs
- Converter.cs
- ContentDesigner.cs
- NestPullup.cs
- DBConcurrencyException.cs
- LocationChangedEventArgs.cs
- ScrollContentPresenter.cs
- FixedFindEngine.cs
- CallbackHandler.cs
- DrawListViewColumnHeaderEventArgs.cs
- ReadOnlyHierarchicalDataSource.cs
- DesignRelation.cs
- EmptyStringExpandableObjectConverter.cs
- SqlDataSourceCommandEventArgs.cs
- _NestedMultipleAsyncResult.cs
- SslStreamSecurityElement.cs
- PageAsyncTaskManager.cs
- Menu.cs
- WebPartConnectionCollection.cs
- NumericUpDownAccelerationCollection.cs
- EntityDataSourceSelectingEventArgs.cs
- CacheOutputQuery.cs
- WindowsFont.cs
- WindowsRebar.cs
- MachineKeySection.cs
- WebPartEventArgs.cs
- DataReaderContainer.cs
- HebrewNumber.cs
- RequiredFieldValidator.cs
- Literal.cs
- SqlMethodAttribute.cs
- ApplicationFileCodeDomTreeGenerator.cs
- CodeObject.cs
- DelegatingConfigHost.cs
- ProcessStartInfo.cs
- SortDescriptionCollection.cs
- LineGeometry.cs
- SystemTcpConnection.cs
- ClockController.cs
- translator.cs
- TextServicesDisplayAttributePropertyRanges.cs
- ByteAnimationUsingKeyFrames.cs
- NativeActivityTransactionContext.cs
- GenericAuthenticationEventArgs.cs
- ProfileService.cs
- ModelFactory.cs
- TextBox.cs
- Parameter.cs
- FormsAuthenticationCredentials.cs
- ListBox.cs
- ScrollContentPresenter.cs
- PropertyManager.cs
- ScopelessEnumAttribute.cs
- UIElementParaClient.cs
- Schema.cs
- MorphHelpers.cs
- OletxEnlistment.cs
- UdpContractFilterBehavior.cs
- HttpBrowserCapabilitiesWrapper.cs
- OledbConnectionStringbuilder.cs
- ToolStripRenderEventArgs.cs
- WorkflowMarkupElementEventArgs.cs
- SignatureResourceHelper.cs
- WindowClosedEventArgs.cs
- DbExpressionBuilder.cs
- HTTPNotFoundHandler.cs
- InvokeFunc.cs
- ObjectMemberMapping.cs
- WebServiceReceive.cs
- QuaternionAnimationUsingKeyFrames.cs
- Buffer.cs
- TreeViewAutomationPeer.cs
- UnionExpr.cs
- RijndaelManagedTransform.cs
- XDRSchema.cs
- ObservableCollectionDefaultValueFactory.cs
- Line.cs
- ObjectDisposedException.cs
- WindowsContainer.cs
- VectorConverter.cs
- DefinitionUpdate.cs
- GridViewSortEventArgs.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- IndicCharClassifier.cs
- FileFormatException.cs