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
- DataSourceControlBuilder.cs
- Pair.cs
- ElapsedEventArgs.cs
- HtmlElementErrorEventArgs.cs
- SQLUtility.cs
- AssemblyAttributes.cs
- WebHttpSecurityElement.cs
- FtpRequestCacheValidator.cs
- XmlTextEncoder.cs
- WebPartConnectionsConnectVerb.cs
- DesignTimeXamlWriter.cs
- XmlSerializerAssemblyAttribute.cs
- ToolboxSnapDragDropEventArgs.cs
- ListBox.cs
- ProofTokenCryptoHandle.cs
- ResourceProperty.cs
- AlternationConverter.cs
- KnownTypesHelper.cs
- RootAction.cs
- InfoCardAsymmetricCrypto.cs
- BinaryReader.cs
- ScrollProperties.cs
- CursorConverter.cs
- NativeMethods.cs
- SplitContainer.cs
- XamlPathDataSerializer.cs
- FontStretches.cs
- WsatAdminException.cs
- PageAdapter.cs
- ContextStaticAttribute.cs
- WebPartPersonalization.cs
- FontFamilyIdentifier.cs
- InkCanvasFeedbackAdorner.cs
- ProgressBarHighlightConverter.cs
- MetadataPropertyvalue.cs
- ClrPerspective.cs
- NavigationWindowAutomationPeer.cs
- ToolBarButtonClickEvent.cs
- PersonalizationAdministration.cs
- DecoderFallback.cs
- ThousandthOfEmRealPoints.cs
- ProcessInfo.cs
- HtmlTableCell.cs
- ApplicationProxyInternal.cs
- ListViewGroupItemCollection.cs
- Validator.cs
- LookupBindingPropertiesAttribute.cs
- ImplicitInputBrush.cs
- WebBrowsableAttribute.cs
- DesignerCalendarAdapter.cs
- ChineseLunisolarCalendar.cs
- XmlSchema.cs
- IProvider.cs
- TdsValueSetter.cs
- DateTimeFormat.cs
- ListViewDeleteEventArgs.cs
- WpfWebRequestHelper.cs
- RectangleConverter.cs
- TreeNodeEventArgs.cs
- safex509handles.cs
- UIElement3DAutomationPeer.cs
- UserControl.cs
- ToolStripLabel.cs
- Permission.cs
- SimpleBitVector32.cs
- ClientRolePrincipal.cs
- ConfigurationValue.cs
- ConditionValidator.cs
- SubtreeProcessor.cs
- FlatButtonAppearance.cs
- KeyValuePair.cs
- XmlQueryOutput.cs
- DataBoundControl.cs
- ReflectTypeDescriptionProvider.cs
- SafeFileMappingHandle.cs
- URL.cs
- CombinedGeometry.cs
- DefaultParameterValueAttribute.cs
- CheckBox.cs
- LogAppendAsyncResult.cs
- COM2IProvidePropertyBuilderHandler.cs
- _FixedSizeReader.cs
- XmlEntity.cs
- ISAPIRuntime.cs
- CacheDependency.cs
- PlatformNotSupportedException.cs
- WebPermission.cs
- StorageEntitySetMapping.cs
- GridViewSortEventArgs.cs
- ScriptHandlerFactory.cs
- DataDocumentXPathNavigator.cs
- LayoutEvent.cs
- DocumentXPathNavigator.cs
- HostSecurityManager.cs
- DataGridViewRow.cs
- TextSegment.cs
- BufferedOutputAsyncStream.cs
- RelationshipEndMember.cs
- ActiveXContainer.cs
- Point4D.cs