Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Monitoring / system / Diagnosticts / ProcessModuleCollection.cs / 1305376 / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Context.cs
- DeferredElementTreeState.cs
- GregorianCalendarHelper.cs
- EntityViewGenerationAttribute.cs
- Shape.cs
- PropertyEntry.cs
- Visual3D.cs
- FormViewDeleteEventArgs.cs
- CorrelationService.cs
- SortKey.cs
- IntSecurity.cs
- Clipboard.cs
- LoginName.cs
- RelAssertionDirectKeyIdentifierClause.cs
- MSAAEventDispatcher.cs
- ContentPathSegment.cs
- DynamicDiscoSearcher.cs
- basecomparevalidator.cs
- StructuredProperty.cs
- PropertyGrid.cs
- SafeRightsManagementPubHandle.cs
- ButtonBaseAutomationPeer.cs
- CookieHandler.cs
- DataGridViewUtilities.cs
- UrlMappingsSection.cs
- EqualityComparer.cs
- Vector3DConverter.cs
- TextEditorParagraphs.cs
- Compiler.cs
- MergePropertyDescriptor.cs
- WindowsListViewItemStartMenu.cs
- FontDialog.cs
- DesignerOptionService.cs
- LinqDataSourceSelectEventArgs.cs
- MatrixAnimationBase.cs
- Soap.cs
- AspProxy.cs
- ToolbarAUtomationPeer.cs
- ActivityExecutorOperation.cs
- ImageCodecInfoPrivate.cs
- ToolStripSettings.cs
- AuthenticatedStream.cs
- TextServicesProperty.cs
- CodeTypeMemberCollection.cs
- RuntimeHelpers.cs
- SecurityCriticalDataForSet.cs
- Inline.cs
- AppDomainCompilerProxy.cs
- HtmlForm.cs
- DataView.cs
- Peer.cs
- TdsParser.cs
- DeclarativeCatalogPartDesigner.cs
- RestClientProxyHandler.cs
- IISUnsafeMethods.cs
- MappingSource.cs
- _Events.cs
- XPathDocument.cs
- RectangleConverter.cs
- WebPartPersonalization.cs
- DocumentPageView.cs
- StatusBarPanel.cs
- MLangCodePageEncoding.cs
- InvalidAsynchronousStateException.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- TransformerTypeCollection.cs
- Vector3DAnimation.cs
- ToolStripPanelRenderEventArgs.cs
- RenderingBiasValidation.cs
- ThemeDirectoryCompiler.cs
- CultureNotFoundException.cs
- WeakReferenceList.cs
- SmtpLoginAuthenticationModule.cs
- NameObjectCollectionBase.cs
- TitleStyle.cs
- objectresult_tresulttype.cs
- BaseDataBoundControl.cs
- XmlCompatibilityReader.cs
- FlowDocumentView.cs
- AssemblyResourceLoader.cs
- NavigationProgressEventArgs.cs
- InstanceHandleConflictException.cs
- AspNetSynchronizationContext.cs
- brushes.cs
- DataRelationCollection.cs
- PolyLineSegment.cs
- PeerService.cs
- SpecialNameAttribute.cs
- FileNotFoundException.cs
- OdbcFactory.cs
- DataReceivedEventArgs.cs
- Deserializer.cs
- ListViewInsertionMark.cs
- GradientBrush.cs
- WorkflowApplicationException.cs
- WinEventHandler.cs
- SecurityCredentialsManager.cs
- basevalidator.cs
- StandardToolWindows.cs
- MaskedTextBoxTextEditor.cs