Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Monitoring / system / Diagnosticts / ProcessThreadCollection.cs / 1305376 / 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
- FormsAuthenticationModule.cs
- ArraySortHelper.cs
- DataGridCaption.cs
- PolyLineSegment.cs
- SecureStringHasher.cs
- SamlAttributeStatement.cs
- ConnectionPoint.cs
- parserscommon.cs
- CustomActivityDesigner.cs
- TrustLevelCollection.cs
- StorageAssociationSetMapping.cs
- ToolStripContentPanelRenderEventArgs.cs
- Parallel.cs
- ToolboxService.cs
- NameSpaceEvent.cs
- ConnectionOrientedTransportChannelFactory.cs
- LassoSelectionBehavior.cs
- PropertyMappingExceptionEventArgs.cs
- TransformerInfoCollection.cs
- COMException.cs
- ToolStripItemCollection.cs
- Variant.cs
- DataRowComparer.cs
- PngBitmapEncoder.cs
- SystemUnicastIPAddressInformation.cs
- ClientUtils.cs
- nulltextcontainer.cs
- QuaternionConverter.cs
- ButtonPopupAdapter.cs
- CompositeFontFamily.cs
- UserValidatedEventArgs.cs
- TextServicesCompartmentEventSink.cs
- XmlSchemaInclude.cs
- ToolStripItemRenderEventArgs.cs
- PeerTransportSecuritySettings.cs
- HierarchicalDataSourceControl.cs
- Icon.cs
- CanExecuteRoutedEventArgs.cs
- ObfuscateAssemblyAttribute.cs
- _OSSOCK.cs
- CultureTableRecord.cs
- VBCodeProvider.cs
- DataGridViewDataErrorEventArgs.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- PropertyIdentifier.cs
- DesignTimeDataBinding.cs
- IntSumAggregationOperator.cs
- SimpleExpression.cs
- OnOperation.cs
- RelationshipSet.cs
- WindowsProgressbar.cs
- _LoggingObject.cs
- ToolStripItemClickedEventArgs.cs
- ExpandSegment.cs
- COAUTHIDENTITY.cs
- InlineCollection.cs
- TableColumn.cs
- XmlStreamStore.cs
- BulletedListEventArgs.cs
- XmlException.cs
- FixedDSBuilder.cs
- ActivationServices.cs
- RenderOptions.cs
- SplashScreen.cs
- JournalNavigationScope.cs
- GlobalEventManager.cs
- GroupStyle.cs
- DPCustomTypeDescriptor.cs
- LinqDataSourceDisposeEventArgs.cs
- DbReferenceCollection.cs
- WsdlParser.cs
- PeerNameRecordCollection.cs
- Literal.cs
- ReflectionUtil.cs
- Stackframe.cs
- TileBrush.cs
- ContextProperty.cs
- ObjectRef.cs
- SafeNativeMethods.cs
- XmlDictionaryReaderQuotas.cs
- XPathLexer.cs
- HWStack.cs
- XmlWellformedWriter.cs
- UserInitiatedNavigationPermission.cs
- ListViewInsertEventArgs.cs
- UIElement3D.cs
- MruCache.cs
- RequestedSignatureDialog.cs
- SaveFileDialogDesigner.cs
- BitmapCodecInfoInternal.cs
- LineSegment.cs
- CodeStatementCollection.cs
- TransactionBridgeSection.cs
- C14NUtil.cs
- GlobalEventManager.cs
- FixedDocumentPaginator.cs
- SamlSerializer.cs
- SchemaName.cs
- Message.cs
- StateItem.cs