Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / Diagnostics / PerfCounterSection.cs / 1305376 / PerfCounterSection.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
using System.Configuration;
namespace System.Diagnostics {
internal class PerfCounterSection : ConfigurationElement {
private static readonly ConfigurationPropertyCollection _properties;
private static readonly ConfigurationProperty _propFileMappingSize = new ConfigurationProperty("filemappingsize", typeof(int), 524288, ConfigurationPropertyOptions.None);
static PerfCounterSection(){
_properties = new ConfigurationPropertyCollection();
_properties.Add(_propFileMappingSize);
}
[ConfigurationProperty("filemappingsize", DefaultValue = 524288)]
public int FileMappingSize {
get {
return (int) this[_propFileMappingSize];
}
}
protected override ConfigurationPropertyCollection Properties {
get {
return _properties;
}
}
}
}
// 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
- COM2ExtendedBrowsingHandler.cs
- FrameworkElementFactory.cs
- SelectionHighlightInfo.cs
- ProfilePropertySettings.cs
- CssStyleCollection.cs
- controlskin.cs
- OLEDB_Util.cs
- Light.cs
- WebServicesSection.cs
- basemetadatamappingvisitor.cs
- AssemblyAssociatedContentFileAttribute.cs
- QuaternionIndependentAnimationStorage.cs
- PriorityBinding.cs
- EntryPointNotFoundException.cs
- InputBindingCollection.cs
- EmptyReadOnlyDictionaryInternal.cs
- OneWayBindingElementImporter.cs
- GACIdentityPermission.cs
- LayoutUtils.cs
- XmlWrappingReader.cs
- Vars.cs
- OracleCommand.cs
- DataTableTypeConverter.cs
- PassportPrincipal.cs
- DefaultShape.cs
- BackStopAuthenticationModule.cs
- ReaderContextStackData.cs
- RequestTimeoutManager.cs
- SessionIDManager.cs
- EncoderReplacementFallback.cs
- DBBindings.cs
- ReadOnlyHierarchicalDataSourceView.cs
- ValueType.cs
- Vector3DAnimation.cs
- PropertyGridView.cs
- SafeEventLogWriteHandle.cs
- TreeView.cs
- EntitySetBaseCollection.cs
- XmlAttributes.cs
- XhtmlBasicPhoneCallAdapter.cs
- ObjRef.cs
- ColorContextHelper.cs
- RemotingServices.cs
- ProxyElement.cs
- TextElement.cs
- AccessDataSourceView.cs
- BitHelper.cs
- SoapHelper.cs
- MarkupCompilePass2.cs
- SignedPkcs7.cs
- IntPtr.cs
- mediapermission.cs
- ToolStripPanelCell.cs
- DiagnosticTrace.cs
- DataShape.cs
- _AcceptOverlappedAsyncResult.cs
- DataGridRow.cs
- XmlSerializerSection.cs
- ping.cs
- StartUpEventArgs.cs
- ScriptResourceAttribute.cs
- CompressEmulationStream.cs
- MetricEntry.cs
- HuffmanTree.cs
- RtfToXamlReader.cs
- ListViewDataItem.cs
- PointAnimationUsingKeyFrames.cs
- DataBindingCollection.cs
- ObjectListCommandCollection.cs
- Block.cs
- FrameworkContentElement.cs
- BasicViewGenerator.cs
- XmlSchemaAnyAttribute.cs
- HwndProxyElementProvider.cs
- OleDbEnumerator.cs
- XmlValidatingReaderImpl.cs
- WpfWebRequestHelper.cs
- Soap.cs
- JapaneseCalendar.cs
- BevelBitmapEffect.cs
- FillRuleValidation.cs
- Point3DIndependentAnimationStorage.cs
- XmlKeywords.cs
- PerfProviderCollection.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- PermissionListSet.cs
- CacheMemory.cs
- FixedTextSelectionProcessor.cs
- DbConnectionInternal.cs
- BaseTreeIterator.cs
- CompiledQueryCacheEntry.cs
- ApplicationServicesHostFactory.cs
- GridViewCellAutomationPeer.cs
- RelationshipFixer.cs
- BaseDataListComponentEditor.cs
- SequentialWorkflowRootDesigner.cs
- ListManagerBindingsCollection.cs
- WebPartDisplayModeCollection.cs
- MatrixConverter.cs
- AttachedAnnotation.cs