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
- ObsoleteAttribute.cs
- DbConnectionStringCommon.cs
- SimpleRecyclingCache.cs
- SerialErrors.cs
- RayHitTestParameters.cs
- AutoGeneratedField.cs
- SocketAddress.cs
- SpecialTypeDataContract.cs
- SqlXml.cs
- SrgsSemanticInterpretationTag.cs
- XmlSchemas.cs
- OracleFactory.cs
- EditCommandColumn.cs
- ImageBrush.cs
- RelationshipSet.cs
- SendActivityEventArgs.cs
- ProcessModule.cs
- ContentType.cs
- SystemIcons.cs
- PropertyTabAttribute.cs
- DelimitedListTraceListener.cs
- DocobjHost.cs
- Int32Rect.cs
- TcpTransportElement.cs
- DbModificationClause.cs
- XPathAncestorIterator.cs
- PropertyEmitterBase.cs
- DriveInfo.cs
- BitmapDecoder.cs
- WSFederationHttpSecurityElement.cs
- BamlLocalizableResource.cs
- AsymmetricKeyExchangeDeformatter.cs
- DataSourceGroupCollection.cs
- FileAccessException.cs
- TableLayoutPanel.cs
- DirectionalLight.cs
- MsmqTransportElement.cs
- _CacheStreams.cs
- ThreadSafeList.cs
- VirtualizingStackPanel.cs
- ICollection.cs
- IndicFontClient.cs
- ComAdminWrapper.cs
- SafeSecurityHelper.cs
- NCryptNative.cs
- CompositeControl.cs
- BaseConfigurationRecord.cs
- GroupQuery.cs
- NumberSubstitution.cs
- WsatConfiguration.cs
- XmlParserContext.cs
- NetworkInformationException.cs
- Recipient.cs
- HtmlShim.cs
- TypeDelegator.cs
- UrlMappingCollection.cs
- ChineseLunisolarCalendar.cs
- MailDefinition.cs
- EntityProviderFactory.cs
- DbDeleteCommandTree.cs
- serverconfig.cs
- XmlChoiceIdentifierAttribute.cs
- TemplateParser.cs
- EncoderParameter.cs
- ClientConfigPaths.cs
- WindowProviderWrapper.cs
- FixedHighlight.cs
- HttpValueCollection.cs
- ActivitiesCollection.cs
- UnsafeNativeMethods.cs
- ExpanderAutomationPeer.cs
- QilFactory.cs
- EdgeProfileValidation.cs
- EntityConnection.cs
- GlyphingCache.cs
- TableLayoutPanelDesigner.cs
- PointConverter.cs
- Compiler.cs
- Currency.cs
- ExpandCollapsePattern.cs
- FilteredDataSetHelper.cs
- PeerResolver.cs
- LightweightCodeGenerator.cs
- HttpModuleAction.cs
- DataSvcMapFile.cs
- ToolStripItemImageRenderEventArgs.cs
- Comparer.cs
- LogSwitch.cs
- GPRECTF.cs
- TemplatedMailWebEventProvider.cs
- HandleCollector.cs
- NavigationProgressEventArgs.cs
- ClickablePoint.cs
- PropertyFilterAttribute.cs
- COSERVERINFO.cs
- RefExpr.cs
- ScrollProperties.cs
- ContentDefinition.cs
- DataGridViewHitTestInfo.cs
- EntityDesignerUtils.cs