Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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); } } }[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataServiceQueryOfT.cs
- SymmetricAlgorithm.cs
- PreviewPageInfo.cs
- Stylesheet.cs
- XmlSchemaDocumentation.cs
- XmlDataSource.cs
- ParseHttpDate.cs
- BaseProcessor.cs
- DictionaryContent.cs
- CompilationSection.cs
- Normalization.cs
- SafePointer.cs
- ClientSideProviderDescription.cs
- CodeTypeParameter.cs
- ProtocolsConfigurationEntry.cs
- MediaContextNotificationWindow.cs
- OleDbInfoMessageEvent.cs
- GenericAuthenticationEventArgs.cs
- HeaderPanel.cs
- MeshGeometry3D.cs
- HMACSHA256.cs
- objectquery_tresulttype.cs
- RequestQueue.cs
- embossbitmapeffect.cs
- TdsValueSetter.cs
- Int32.cs
- FontUnit.cs
- GeneralTransform3DTo2D.cs
- HttpHeaderCollection.cs
- ValidationRuleCollection.cs
- XmlIlGenerator.cs
- HostVisual.cs
- QuaternionRotation3D.cs
- XpsResourceDictionary.cs
- WasEndpointConfigContainer.cs
- COAUTHINFO.cs
- RowTypePropertyElement.cs
- WebControl.cs
- MeasurementDCInfo.cs
- CalculatedColumn.cs
- TextRunProperties.cs
- ObjectDataSourceView.cs
- WinEventHandler.cs
- ExtractorMetadata.cs
- NumberFormatInfo.cs
- StringKeyFrameCollection.cs
- PageEventArgs.cs
- HMACSHA1.cs
- ListViewDesigner.cs
- EventRouteFactory.cs
- SelfIssuedAuthProofToken.cs
- CommandEventArgs.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- PropertyGrid.cs
- Queue.cs
- RijndaelCryptoServiceProvider.cs
- StringUtil.cs
- LocalIdKeyIdentifierClause.cs
- Matrix3DConverter.cs
- DateTimeValueSerializerContext.cs
- DialogBaseForm.cs
- RelationshipEndCollection.cs
- Metafile.cs
- DependencyPropertyChangedEventArgs.cs
- WebScriptServiceHost.cs
- TableCell.cs
- QuotaExceededException.cs
- GridViewItemAutomationPeer.cs
- ResolveInfo.cs
- UserUseLicenseDictionaryLoader.cs
- WorkflowDurableInstance.cs
- EntitySetRetriever.cs
- DefaultValueAttribute.cs
- ButtonFieldBase.cs
- SecurityDocument.cs
- RSACryptoServiceProvider.cs
- Closure.cs
- TextDecorationCollection.cs
- xmlfixedPageInfo.cs
- PeerToPeerException.cs
- StorageSetMapping.cs
- StringStorage.cs
- jithelpers.cs
- InvalidComObjectException.cs
- EllipseGeometry.cs
- Unit.cs
- FormatException.cs
- XmlEntityReference.cs
- ParamArrayAttribute.cs
- DataContractAttribute.cs
- SafeBitVector32.cs
- ValidationHelpers.cs
- StorageSetMapping.cs
- SerTrace.cs
- FileRecordSequence.cs
- RelationshipDetailsRow.cs
- METAHEADER.cs
- SqlUtils.cs
- SafeLocalMemHandle.cs
- thaishape.cs