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
- Model3D.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- ToolStripContainer.cs
- SQLDecimal.cs
- RelationalExpressions.cs
- ReferenceEqualityComparer.cs
- indexingfiltermarshaler.cs
- ResizeBehavior.cs
- SmiRequestExecutor.cs
- EntityStoreSchemaGenerator.cs
- DependencyPropertyAttribute.cs
- WCFModelStrings.Designer.cs
- CapacityStreamGeometryContext.cs
- RowsCopiedEventArgs.cs
- QuaternionRotation3D.cs
- IntranetCredentialPolicy.cs
- RelationshipWrapper.cs
- XamlParser.cs
- TemplateBindingExtension.cs
- URLIdentityPermission.cs
- DbDataReader.cs
- ObjectDataSourceSelectingEventArgs.cs
- HttpModuleAction.cs
- SemanticTag.cs
- QuaternionRotation3D.cs
- FormViewInsertedEventArgs.cs
- SqlFacetAttribute.cs
- UTF8Encoding.cs
- NavigationWindow.cs
- CharConverter.cs
- DataGridTextBox.cs
- ColumnTypeConverter.cs
- DocumentViewer.cs
- UpdateCommand.cs
- CollectionChangeEventArgs.cs
- CompilerScopeManager.cs
- DesignRelation.cs
- CorrelationHandle.cs
- WithParamAction.cs
- WebPartVerb.cs
- DocumentSequenceHighlightLayer.cs
- XmlAttributeProperties.cs
- CachedFontFace.cs
- SettingsSavedEventArgs.cs
- WindowsEditBoxRange.cs
- GetIndexBinder.cs
- followingquery.cs
- Int64Converter.cs
- ProviderConnectionPointCollection.cs
- EFDataModelProvider.cs
- ContractNamespaceAttribute.cs
- SmtpSection.cs
- TypeInitializationException.cs
- FieldAccessException.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- ElementNotEnabledException.cs
- WebPartVerb.cs
- BitmapEffectGeneralTransform.cs
- RuleSetReference.cs
- SchemaImporterExtension.cs
- SecurityResources.cs
- EventLogPermissionAttribute.cs
- FormsAuthenticationCredentials.cs
- cache.cs
- WindowsEditBoxRange.cs
- CallInfo.cs
- WebConfigurationManager.cs
- IntSecurity.cs
- ClientConfigurationHost.cs
- ColorPalette.cs
- RequestBringIntoViewEventArgs.cs
- PipelineComponent.cs
- DriveNotFoundException.cs
- DeclaredTypeElementCollection.cs
- WorkItem.cs
- DiscoveryClientRequestChannel.cs
- HelpInfo.cs
- SecurityTokenValidationException.cs
- FileAuthorizationModule.cs
- HTMLTextWriter.cs
- TreePrinter.cs
- ObjectStateManager.cs
- Size.cs
- RenderOptions.cs
- TreeNodeConverter.cs
- WebBrowserProgressChangedEventHandler.cs
- HostProtectionPermission.cs
- InvokeHandlers.cs
- SynchronizedInputPattern.cs
- ISO2022Encoding.cs
- HtmlTitle.cs
- ProxyAttribute.cs
- SecureEnvironment.cs
- SizeLimitedCache.cs
- ResourceWriter.cs
- NumericUpDownAccelerationCollection.cs
- ReadOnlyCollectionBase.cs
- ProxyWebPart.cs
- ControlBuilder.cs
- XPathChildIterator.cs