Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BlockUIContainer.cs
- WebPartZoneBase.cs
- InternalRelationshipCollection.cs
- versioninfo.cs
- ScrollProperties.cs
- BindableAttribute.cs
- PipelineDeploymentState.cs
- ComponentChangedEvent.cs
- FixedTextView.cs
- DesignerObjectListAdapter.cs
- UnionQueryOperator.cs
- TextServicesCompartmentEventSink.cs
- StdRegProviderWrapper.cs
- ObjectDataSourceMethodEditor.cs
- _LocalDataStoreMgr.cs
- ProfilePropertySettingsCollection.cs
- PropertyContainer.cs
- FixedMaxHeap.cs
- RequestCachePolicyConverter.cs
- InputLangChangeEvent.cs
- StackBuilderSink.cs
- CellQuery.cs
- DynamicUpdateCommand.cs
- HtmlSelect.cs
- MetadataArtifactLoaderFile.cs
- IsolatedStorage.cs
- DrawingVisualDrawingContext.cs
- XmlTextReaderImplHelpers.cs
- DayRenderEvent.cs
- PerfCounters.cs
- ButtonFieldBase.cs
- RectangleHotSpot.cs
- IsolatedStorageException.cs
- SqlDataReader.cs
- SafeNativeMethodsCLR.cs
- CompiledWorkflowDefinitionContext.cs
- ClientScriptManager.cs
- UrlMappingsSection.cs
- DataRow.cs
- XmlCharCheckingWriter.cs
- IntPtr.cs
- SqlDependencyUtils.cs
- Form.cs
- CellLabel.cs
- ChannelBase.cs
- Exceptions.cs
- WrapPanel.cs
- ComplusEndpointConfigContainer.cs
- CatalogPartCollection.cs
- ApplicationServiceManager.cs
- Set.cs
- SqlExpander.cs
- ServiceNameElement.cs
- GeneralTransform.cs
- HostedHttpContext.cs
- Registry.cs
- AddInAttribute.cs
- InputProcessorProfilesLoader.cs
- BooleanStorage.cs
- TypedDataSetSchemaImporterExtensionFx35.cs
- StateFinalizationDesigner.cs
- LocalBuilder.cs
- NameValuePermission.cs
- ModifierKeysConverter.cs
- LoginUtil.cs
- AttributeCollection.cs
- BitArray.cs
- TripleDES.cs
- AnnotationService.cs
- RectValueSerializer.cs
- SqlDataSourceSelectingEventArgs.cs
- METAHEADER.cs
- ProtectedConfiguration.cs
- MultiBinding.cs
- ProgressBarAutomationPeer.cs
- CodeComment.cs
- XmlnsDefinitionAttribute.cs
- UdpReplyToBehavior.cs
- XmlSerializerNamespaces.cs
- DoubleAnimationClockResource.cs
- MailWriter.cs
- ToolstripProfessionalRenderer.cs
- SoapIncludeAttribute.cs
- ThrowHelper.cs
- Table.cs
- CachedTypeface.cs
- CommandField.cs
- WindowsSidIdentity.cs
- ImportOptions.cs
- Win32.cs
- OdbcFactory.cs
- CaseExpr.cs
- XmlSchemas.cs
- UriParserTemplates.cs
- RunWorkerCompletedEventArgs.cs
- FormViewDeletedEventArgs.cs
- TableStyle.cs
- PermissionRequestEvidence.cs
- HashCryptoHandle.cs
- SqlDependencyUtils.cs