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
- elementinformation.cs
- oledbmetadatacollectionnames.cs
- Light.cs
- DesignTimeDataBinding.cs
- TableCell.cs
- RedistVersionInfo.cs
- MonitorWrapper.cs
- BufferBuilder.cs
- ExpandCollapseProviderWrapper.cs
- StorageMappingItemCollection.cs
- Rule.cs
- EnumUnknown.cs
- base64Transforms.cs
- TextEditorContextMenu.cs
- TableLayoutStyle.cs
- ExpressionTextBox.xaml.cs
- RangeValuePattern.cs
- HostExecutionContextManager.cs
- ListMarkerLine.cs
- ViewStateModeByIdAttribute.cs
- HwndKeyboardInputProvider.cs
- ComponentResourceManager.cs
- ScrollChrome.cs
- ExecutionPropertyManager.cs
- PageEventArgs.cs
- AddInActivator.cs
- MetadataProperty.cs
- TextElement.cs
- EmbeddedObject.cs
- Transform3DGroup.cs
- HttpWebResponse.cs
- _SSPISessionCache.cs
- ProcessModule.cs
- XmlQueryRuntime.cs
- HttpPostedFile.cs
- CodeMethodInvokeExpression.cs
- XmlSchemaDatatype.cs
- ScrollProperties.cs
- DataGridViewCellLinkedList.cs
- MessageQueueTransaction.cs
- MessageBox.cs
- DoubleLinkListEnumerator.cs
- Filter.cs
- AssemblyHelper.cs
- UIElement3D.cs
- Baml2006ReaderContext.cs
- SerializerWriterEventHandlers.cs
- ContentValidator.cs
- DebugView.cs
- TemplatedMailWebEventProvider.cs
- QueryContinueDragEvent.cs
- CompositionTarget.cs
- CurrentChangingEventArgs.cs
- AttributeSetAction.cs
- MemberPath.cs
- Repeater.cs
- SingleResultAttribute.cs
- IdentifierService.cs
- BaseServiceProvider.cs
- DictionaryBase.cs
- ScaleTransform3D.cs
- DropTarget.cs
- CharKeyFrameCollection.cs
- XmlSchemaException.cs
- DatatypeImplementation.cs
- ThreadExceptionDialog.cs
- CodeNamespace.cs
- XmlKeywords.cs
- IdleTimeoutMonitor.cs
- SafeUserTokenHandle.cs
- SingleAnimation.cs
- RequestResizeEvent.cs
- TextChangedEventArgs.cs
- HelpProvider.cs
- Point.cs
- Number.cs
- IRCollection.cs
- MostlySingletonList.cs
- MessagePartSpecification.cs
- CodeValidator.cs
- DataObjectAttribute.cs
- SmtpReplyReaderFactory.cs
- DynamicRenderer.cs
- WpfGeneratedKnownTypes.cs
- SqlCaseSimplifier.cs
- ControlPaint.cs
- StringAnimationUsingKeyFrames.cs
- MatcherBuilder.cs
- SqlConnectionHelper.cs
- CardSpacePolicyElement.cs
- EntityDataSourceColumn.cs
- SafeArchiveContext.cs
- ScrollBar.cs
- StoreContentChangedEventArgs.cs
- ObjectStateEntry.cs
- DoWorkEventArgs.cs
- TrustManagerPromptUI.cs
- Fault.cs
- NonValidatingSecurityTokenAuthenticator.cs
- XamlStyleSerializer.cs