Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Services / Monitoring / system / Diagnosticts / ProcessModuleCollection.cs / 1 / ProcessModuleCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Diagnostics { using System; using System.Collections; using System.Diagnostics; ////// public class ProcessModuleCollection : ReadOnlyCollectionBase { ///[To be supplied.] ////// protected ProcessModuleCollection() { } ///[To be supplied.] ////// public ProcessModuleCollection(ProcessModule[] processModules) { InnerList.AddRange(processModules); } ///[To be supplied.] ////// public ProcessModule this[int index] { get { return (ProcessModule)InnerList[index]; } } ///[To be supplied.] ////// public int IndexOf(ProcessModule module) { return InnerList.IndexOf(module); } ///[To be supplied.] ////// public bool Contains(ProcessModule module) { return InnerList.Contains(module); } ///[To be supplied.] ////// public void CopyTo(ProcessModule[] 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; using System.Collections; using System.Diagnostics; ////// public class ProcessModuleCollection : ReadOnlyCollectionBase { ///[To be supplied.] ////// protected ProcessModuleCollection() { } ///[To be supplied.] ////// public ProcessModuleCollection(ProcessModule[] processModules) { InnerList.AddRange(processModules); } ///[To be supplied.] ////// public ProcessModule this[int index] { get { return (ProcessModule)InnerList[index]; } } ///[To be supplied.] ////// public int IndexOf(ProcessModule module) { return InnerList.IndexOf(module); } ///[To be supplied.] ////// public bool Contains(ProcessModule module) { return InnerList.Contains(module); } ///[To be supplied.] ////// public void CopyTo(ProcessModule[] 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
- FacetDescriptionElement.cs
- MdiWindowListStrip.cs
- assemblycache.cs
- ConnectionStringSettings.cs
- Cloud.cs
- SignatureDescription.cs
- XD.cs
- RoleGroupCollection.cs
- NativeWindow.cs
- X509ClientCertificateAuthentication.cs
- Animatable.cs
- DispatcherEventArgs.cs
- PageHandlerFactory.cs
- URLString.cs
- DesignerSerializationManager.cs
- SelectionService.cs
- ValueProviderWrapper.cs
- XPathNavigatorKeyComparer.cs
- columnmapfactory.cs
- SqlProviderServices.cs
- HScrollBar.cs
- PointCollectionValueSerializer.cs
- TabItemAutomationPeer.cs
- WorkingDirectoryEditor.cs
- WorkingDirectoryEditor.cs
- ChannelPoolSettings.cs
- ProcessHostServerConfig.cs
- DateTimeFormat.cs
- ReferencedAssemblyResolver.cs
- FamilyTypefaceCollection.cs
- DocumentGridContextMenu.cs
- PropertyToken.cs
- PropertyNames.cs
- ListViewGroupConverter.cs
- AttachedAnnotationChangedEventArgs.cs
- RequiredFieldValidator.cs
- CallbackValidator.cs
- ILGenerator.cs
- ControlPropertyNameConverter.cs
- WebBrowserProgressChangedEventHandler.cs
- DoubleCollection.cs
- IProvider.cs
- AdornedElementPlaceholder.cs
- LineProperties.cs
- EndPoint.cs
- DateTimeValueSerializerContext.cs
- ScriptMethodAttribute.cs
- XmlElementElementCollection.cs
- Select.cs
- TCPListener.cs
- XPathException.cs
- TimeEnumHelper.cs
- TextAutomationPeer.cs
- Image.cs
- OdbcCommandBuilder.cs
- WorkflowViewStateService.cs
- MaskInputRejectedEventArgs.cs
- BroadcastEventHelper.cs
- CroppedBitmap.cs
- PanelDesigner.cs
- XmlILStorageConverter.cs
- _NtlmClient.cs
- X509Chain.cs
- thaishape.cs
- ItemsControl.cs
- _ChunkParse.cs
- DataGridViewDataConnection.cs
- TaskResultSetter.cs
- DispatcherExceptionEventArgs.cs
- HotSpotCollectionEditor.cs
- listitem.cs
- updateconfighost.cs
- RadioButtonFlatAdapter.cs
- BindToObject.cs
- CompositeControl.cs
- DoubleLinkListEnumerator.cs
- HttpCapabilitiesSectionHandler.cs
- CompositeDataBoundControl.cs
- TagNameToTypeMapper.cs
- XPathParser.cs
- SiteMapDataSource.cs
- SystemTcpStatistics.cs
- MSAAEventDispatcher.cs
- XmlCharCheckingReader.cs
- TemplateApplicationHelper.cs
- UserControlAutomationPeer.cs
- RoleGroupCollection.cs
- ResolveNameEventArgs.cs
- SolidColorBrush.cs
- SvcMapFileSerializer.cs
- OleAutBinder.cs
- RawStylusSystemGestureInputReport.cs
- DataServiceBuildProvider.cs
- BreakRecordTable.cs
- KeyTimeConverter.cs
- TransformerInfo.cs
- CompensatableTransactionScopeActivityDesigner.cs
- ServiceContractViewControl.cs
- ColumnWidthChangedEvent.cs
- DefaultValueConverter.cs