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
- Trigger.cs
- Enum.cs
- WindowsIdentity.cs
- EditorAttribute.cs
- SqlInternalConnectionSmi.cs
- OutOfProcStateClientManager.cs
- RequestSecurityTokenResponseCollection.cs
- DataSourceExpression.cs
- SQLBinary.cs
- XmlName.cs
- CollectionConverter.cs
- COM2Enum.cs
- TextComposition.cs
- WmlPageAdapter.cs
- DeclarativeExpressionConditionDeclaration.cs
- StylusButton.cs
- WizardSideBarListControlItemEventArgs.cs
- SubMenuStyle.cs
- PropertyGridCommands.cs
- PartialCachingAttribute.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- Padding.cs
- InplaceBitmapMetadataWriter.cs
- Point4D.cs
- ProofTokenCryptoHandle.cs
- SplitterCancelEvent.cs
- _DisconnectOverlappedAsyncResult.cs
- ResourceManager.cs
- OrderingExpression.cs
- ColumnTypeConverter.cs
- NumberSubstitution.cs
- CatalogZone.cs
- WorkerRequest.cs
- CompositeCollection.cs
- ObjectToIdCache.cs
- AutoGeneratedField.cs
- ReadWriteSpinLock.cs
- ScriptIgnoreAttribute.cs
- TdsParserHelperClasses.cs
- ProxyAttribute.cs
- FormViewUpdateEventArgs.cs
- CommentEmitter.cs
- LinkedResourceCollection.cs
- ThousandthOfEmRealDoubles.cs
- ToolStripSeparatorRenderEventArgs.cs
- ParentQuery.cs
- AsyncSerializedWorker.cs
- OleDbCommandBuilder.cs
- XmlDataCollection.cs
- WindowsSolidBrush.cs
- __Filters.cs
- PropertyIDSet.cs
- AuthenticationSection.cs
- TokenFactoryBase.cs
- OleDbWrapper.cs
- LayoutSettings.cs
- InvalidCastException.cs
- DisplayNameAttribute.cs
- BitmapFrameDecode.cs
- EmbeddedObject.cs
- OutputChannelBinder.cs
- AttachedPropertyBrowsableAttribute.cs
- KerberosTicketHashIdentifierClause.cs
- ActivationServices.cs
- LabelExpression.cs
- XmlArrayAttribute.cs
- COM2FontConverter.cs
- DoubleUtil.cs
- ObjectView.cs
- SqlClientWrapperSmiStream.cs
- TextServicesCompartmentContext.cs
- StandardOleMarshalObject.cs
- HebrewNumber.cs
- DataGridSortingEventArgs.cs
- TableAdapterManagerGenerator.cs
- ClientSideProviderDescription.cs
- RequiredAttributeAttribute.cs
- XmlNullResolver.cs
- lengthconverter.cs
- MaskInputRejectedEventArgs.cs
- StatusStrip.cs
- DataColumnMapping.cs
- ChannelDispatcherCollection.cs
- serverconfig.cs
- Script.cs
- SchemaObjectWriter.cs
- ScriptHandlerFactory.cs
- PostBackOptions.cs
- SamlAuthenticationClaimResource.cs
- EntityContainerEmitter.cs
- SqlRetyper.cs
- MessageQueueException.cs
- MutexSecurity.cs
- UIElementParaClient.cs
- StrokeCollectionDefaultValueFactory.cs
- FixedSOMTextRun.cs
- ListViewItemMouseHoverEvent.cs
- QuarticEase.cs
- StreamWriter.cs
- DTCTransactionManager.cs