Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / System.Runtime.DurableInstancing / System / Runtime / Diagnostics / PerformanceCounterNameAttribute.cs / 1305376 / PerformanceCounterNameAttribute.cs
//----------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//---------------------------------------------------------------
namespace System.Runtime.Diagnostics
{
using System;
[AttributeUsage(AttributeTargets.Field, Inherited = false)]
sealed class PerformanceCounterNameAttribute : Attribute
{
public PerformanceCounterNameAttribute(string name)
{
this.Name = name;
}
public string Name
{
get;
set;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//----------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//---------------------------------------------------------------
namespace System.Runtime.Diagnostics
{
using System;
[AttributeUsage(AttributeTargets.Field, Inherited = false)]
sealed class PerformanceCounterNameAttribute : Attribute
{
public PerformanceCounterNameAttribute(string name)
{
this.Name = name;
}
public string Name
{
get;
set;
}
}
}
// 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
- ProcessHostServerConfig.cs
- Brushes.cs
- IdentityValidationException.cs
- XmlILOptimizerVisitor.cs
- WebBrowserSiteBase.cs
- VisualBrush.cs
- ProfileServiceManager.cs
- HistoryEventArgs.cs
- DirectoryNotFoundException.cs
- DataGridViewColumnHeaderCell.cs
- Typography.cs
- ListCollectionView.cs
- WebProxyScriptElement.cs
- RuntimeArgumentHandle.cs
- IProvider.cs
- TextEncodedRawTextWriter.cs
- IList.cs
- CommandDevice.cs
- GridViewAutomationPeer.cs
- EntityDesignerDataSourceView.cs
- CharEnumerator.cs
- ClusterRegistryConfigurationProvider.cs
- HttpListenerContext.cs
- TextTreeDeleteContentUndoUnit.cs
- ExcludePathInfo.cs
- UserPersonalizationStateInfo.cs
- EventLogPermissionHolder.cs
- AccessorTable.cs
- ProjectionPruner.cs
- GlyphRun.cs
- HtmlLabelAdapter.cs
- SqlAliaser.cs
- Region.cs
- ReadOnlyHierarchicalDataSource.cs
- BaseCodeDomTreeGenerator.cs
- NativeActivityAbortContext.cs
- ToolBar.cs
- _ChunkParse.cs
- SqlUDTStorage.cs
- TemplateControlParser.cs
- XmlSignificantWhitespace.cs
- XmlBindingWorker.cs
- ExpressionHelper.cs
- UnionCodeGroup.cs
- ComplexType.cs
- DesignParameter.cs
- PerformanceCountersElement.cs
- FixedNode.cs
- GetReadStreamResult.cs
- TagMapCollection.cs
- TextRunTypographyProperties.cs
- X509ChainPolicy.cs
- SspiSecurityTokenProvider.cs
- FlowDocument.cs
- EntityDataSourceWizardForm.cs
- QueryGenerator.cs
- SByteStorage.cs
- KeyInstance.cs
- HorizontalAlignConverter.cs
- CompatibleComparer.cs
- XamlBuildProvider.cs
- EmptyStringExpandableObjectConverter.cs
- BinaryCommonClasses.cs
- InternalDispatchObject.cs
- SaveFileDialog.cs
- Camera.cs
- PageSetupDialog.cs
- BaseValidator.cs
- TextDpi.cs
- NavigationWindow.cs
- Size3D.cs
- EventLogConfiguration.cs
- XmlQueryRuntime.cs
- ValidatorCollection.cs
- Unit.cs
- GrammarBuilderRuleRef.cs
- SQLBinaryStorage.cs
- IntellisenseTextBox.cs
- ViewService.cs
- SyndicationSerializer.cs
- DBSqlParserColumn.cs
- SqlNodeAnnotation.cs
- InputBinding.cs
- XmlEncodedRawTextWriter.cs
- ImageCodecInfoPrivate.cs
- XamlToRtfWriter.cs
- ProfilePropertySettingsCollection.cs
- mediaclock.cs
- MDIControlStrip.cs
- Transform3DGroup.cs
- ListViewGroupConverter.cs
- SingleObjectCollection.cs
- OdbcConnectionFactory.cs
- DispatcherTimer.cs
- PropertyChangedEventArgs.cs
- ACE.cs
- Command.cs
- StylusPointCollection.cs
- NotSupportedException.cs
- IndexingContentUnit.cs