Code:
/ 4.0 / 4.0 / 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;
///
/// [To be supplied.]
///
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.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Diagnostics {
using System;
using System.Collections;
using System.Diagnostics;
///
/// [To be supplied.]
///
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ISO2022Encoding.cs
- ConcurrentStack.cs
- Annotation.cs
- StrokeNodeOperations2.cs
- RequestSecurityTokenResponse.cs
- isolationinterop.cs
- GeometryCombineModeValidation.cs
- WebPartVerbsEventArgs.cs
- DBConcurrencyException.cs
- XmlElementCollection.cs
- TypeInitializationException.cs
- CharUnicodeInfo.cs
- FormsAuthenticationTicket.cs
- DeviceFilterEditorDialog.cs
- DictionaryEntry.cs
- UnicodeEncoding.cs
- ValidationRule.cs
- HTMLTextWriter.cs
- ToReply.cs
- UserPersonalizationStateInfo.cs
- AnnotationService.cs
- storepermission.cs
- TypeReference.cs
- WebPartExportVerb.cs
- CodePrimitiveExpression.cs
- ScriptReferenceBase.cs
- LineInfo.cs
- DynamicResourceExtension.cs
- RefExpr.cs
- CodeSnippetTypeMember.cs
- RijndaelCryptoServiceProvider.cs
- CachedPathData.cs
- BitmapEffectInput.cs
- Model3D.cs
- LowerCaseStringConverter.cs
- IgnoreFlushAndCloseStream.cs
- SdlChannelSink.cs
- TableLayoutCellPaintEventArgs.cs
- Parsers.cs
- AddInServer.cs
- RecognizerInfo.cs
- TraceInternal.cs
- RunWorkerCompletedEventArgs.cs
- ExtendedProtectionPolicy.cs
- UnsafeNativeMethods.cs
- DependencyObjectPropertyDescriptor.cs
- SemanticTag.cs
- DelegateTypeInfo.cs
- EntityContainerRelationshipSet.cs
- PropertyCondition.cs
- CodeAttributeArgumentCollection.cs
- DelegateTypeInfo.cs
- ToolStripDropTargetManager.cs
- NetPeerTcpBindingCollectionElement.cs
- ObservableDictionary.cs
- RangeValueProviderWrapper.cs
- UrlPath.cs
- SqlProviderServices.cs
- TargetConverter.cs
- BatchServiceHost.cs
- HttpSessionStateWrapper.cs
- CodeAttributeArgument.cs
- HitTestParameters.cs
- ScalarOps.cs
- ScriptResourceDefinition.cs
- InternalControlCollection.cs
- DispatchWrapper.cs
- DataGridViewControlCollection.cs
- SettingsAttributes.cs
- ColumnResult.cs
- MailWebEventProvider.cs
- ReadOnlyCollectionBase.cs
- ByteAnimationBase.cs
- BuildResultCache.cs
- HandoffBehavior.cs
- EventLogTraceListener.cs
- TextTrailingCharacterEllipsis.cs
- Crc32.cs
- PageBuildProvider.cs
- VisualCollection.cs
- HebrewNumber.cs
- ElementNotAvailableException.cs
- ServicePointManager.cs
- UnsafeNativeMethods.cs
- XmlNode.cs
- SqlConnectionHelper.cs
- TypeToken.cs
- UIHelper.cs
- PlainXmlDeserializer.cs
- WorkflowServiceBehavior.cs
- SafeNativeMethodsMilCoreApi.cs
- XsltOutput.cs
- AutomationProperties.cs
- HttpWebResponse.cs
- RoleManagerModule.cs
- SetterBaseCollection.cs
- LoginDesigner.cs
- SignedXmlDebugLog.cs
- DataBoundControl.cs
- Typography.cs