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
- GenericTypeParameterConverter.cs
- JsonDataContract.cs
- Pen.cs
- FilterEventArgs.cs
- EncoderNLS.cs
- ThemeDirectoryCompiler.cs
- XpsException.cs
- GeneralTransformGroup.cs
- SystemIPInterfaceStatistics.cs
- WinCategoryAttribute.cs
- WorkflowServiceNamespace.cs
- DiscoveryDocumentSearchPattern.cs
- WmlListAdapter.cs
- ConfigXmlText.cs
- ConfigurationElementProperty.cs
- MD5.cs
- PieceNameHelper.cs
- NameTable.cs
- MaterialCollection.cs
- AssemblyNameProxy.cs
- DragStartedEventArgs.cs
- ConstraintManager.cs
- ELinqQueryState.cs
- DataGridViewHeaderCell.cs
- SwitchExpression.cs
- ContainerParaClient.cs
- InvalidOperationException.cs
- CodeDirectiveCollection.cs
- Substitution.cs
- TypeConstant.cs
- PropertyGroupDescription.cs
- BamlReader.cs
- File.cs
- CodeArrayIndexerExpression.cs
- DataGridViewControlCollection.cs
- PageBuildProvider.cs
- ColorInterpolationModeValidation.cs
- ContainerActivationHelper.cs
- XhtmlBasicListAdapter.cs
- ConfigsHelper.cs
- DefaultBindingPropertyAttribute.cs
- CodeGeneratorOptions.cs
- Pool.cs
- DataGridViewHitTestInfo.cs
- EntityClientCacheKey.cs
- Scripts.cs
- WebPartCatalogCloseVerb.cs
- MenuBase.cs
- ScriptBehaviorDescriptor.cs
- ResourceManager.cs
- ReferencedCollectionType.cs
- OutKeywords.cs
- Listen.cs
- TextFindEngine.cs
- ValueType.cs
- GcSettings.cs
- ZipIOLocalFileHeader.cs
- EdmItemCollection.cs
- SocketPermission.cs
- ObjectSecurityT.cs
- FrameworkRichTextComposition.cs
- TreeNodeClickEventArgs.cs
- ValidatorCompatibilityHelper.cs
- PeerResolverElement.cs
- TraceSection.cs
- PathFigureCollection.cs
- DefaultAsyncDataDispatcher.cs
- DoubleLinkList.cs
- MoveSizeWinEventHandler.cs
- ArglessEventHandlerProxy.cs
- UmAlQuraCalendar.cs
- DecoderNLS.cs
- WizardStepBase.cs
- ComplexLine.cs
- DataBoundControl.cs
- ScriptComponentDescriptor.cs
- XXXInfos.cs
- WebPartConnectionsCloseVerb.cs
- IfJoinedCondition.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- ProfessionalColors.cs
- AccessedThroughPropertyAttribute.cs
- TransformerInfo.cs
- TimeoutException.cs
- DiscriminatorMap.cs
- RemotingConfiguration.cs
- HttpClientCertificate.cs
- SQLMoneyStorage.cs
- X509CertificateValidator.cs
- ButtonAutomationPeer.cs
- DbConnectionPoolGroupProviderInfo.cs
- InvokeSchedule.cs
- Pair.cs
- RemoteHelper.cs
- SessionEndingEventArgs.cs
- InvalidDataContractException.cs
- mongolianshape.cs
- X509PeerCertificateAuthenticationElement.cs
- StrokeFIndices.cs
- DeflateStream.cs