Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- LeaseManager.cs
- RecognizerStateChangedEventArgs.cs
- UInt32Converter.cs
- ReliableOutputSessionChannel.cs
- ItemContainerProviderWrapper.cs
- ColorTranslator.cs
- ContentFilePart.cs
- ServerValidateEventArgs.cs
- AnnotationComponentChooser.cs
- ResXDataNode.cs
- Brush.cs
- JsonObjectDataContract.cs
- SerializerWriterEventHandlers.cs
- ConfigurationSection.cs
- _RequestCacheProtocol.cs
- HttpWriter.cs
- OdbcConnectionHandle.cs
- WebBrowserContainer.cs
- ReflectTypeDescriptionProvider.cs
- WorkflowDataContext.cs
- TextViewSelectionProcessor.cs
- BindableTemplateBuilder.cs
- ZipIOLocalFileBlock.cs
- ControlValuePropertyAttribute.cs
- FontStretch.cs
- CfgSemanticTag.cs
- Predicate.cs
- XmlSchemaSimpleTypeList.cs
- DesignerForm.cs
- TransformGroup.cs
- UrlPath.cs
- EmptyEnumerator.cs
- SpnEndpointIdentityExtension.cs
- TextFormatter.cs
- Missing.cs
- IdentityNotMappedException.cs
- AddDataControlFieldDialog.cs
- TextClipboardData.cs
- BitmapEffectGroup.cs
- AssemblyAttributes.cs
- HandledMouseEvent.cs
- xmlfixedPageInfo.cs
- CapabilitiesRule.cs
- CodeAccessSecurityEngine.cs
- Accessible.cs
- ComponentSerializationService.cs
- CaseInsensitiveComparer.cs
- HtmlElementErrorEventArgs.cs
- TriggerAction.cs
- SemaphoreFullException.cs
- SiteMapNode.cs
- BuildManager.cs
- ListCommandEventArgs.cs
- Cast.cs
- FreezableCollection.cs
- FixedHyperLink.cs
- ContextActivityUtils.cs
- EntityDataSourceDataSelectionPanel.cs
- CompilationRelaxations.cs
- HandlerBase.cs
- TextDpi.cs
- DbCommandTree.cs
- Keyboard.cs
- EmptyEnumerator.cs
- BindingContext.cs
- HiddenFieldPageStatePersister.cs
- ImageCollectionCodeDomSerializer.cs
- ReplyChannel.cs
- BaseTreeIterator.cs
- DataGridViewLinkColumn.cs
- UserPreferenceChangedEventArgs.cs
- QuadTree.cs
- HandlerFactoryWrapper.cs
- RepeatEnumerable.cs
- HttpHandlersSection.cs
- MessageQueueEnumerator.cs
- CheckBoxPopupAdapter.cs
- LocalBuilder.cs
- SqlServer2KCompatibilityAnnotation.cs
- RootBrowserWindowProxy.cs
- TcpStreams.cs
- WebPartConnection.cs
- TypeDescriptorFilterService.cs
- ExternalException.cs
- NetMsmqSecurity.cs
- Directory.cs
- GridItemCollection.cs
- GetIsBrowserClientRequest.cs
- StreamInfo.cs
- BrushConverter.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- NavigationCommands.cs
- PostBackTrigger.cs
- BinaryConverter.cs
- NamespaceExpr.cs
- EntitySetBaseCollection.cs
- SecurityCapabilities.cs
- AttributeCollection.cs
- RegexGroupCollection.cs
- NameSpaceExtractor.cs