Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Base / MS / Internal / AvTraceDetails.cs / 1 / AvTraceDetails.cs
/****************************************************************************\ * * File: AvTraceDetails.cs * * Copyright (C) by Microsoft Corporation. All rights reserved. * \***************************************************************************/ namespace MS.Internal { // This class represents the details of a single trace (the ID and message strings). // This is used by the AvTrace class and callers. internal class AvTraceDetails { public AvTraceDetails( int id, string[] labels ) { _id = id; _labels = labels; } // Each trace has a differnt ID public int Id { get { return _id; } } // base trace message/format-string public virtual string Message { get { return _labels[0]; } } // parameter labels (with base trace message/format-string at index 0) public string[] Labels { get { return _labels; } } int _id; string[] _labels; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TemplateParser.cs
- OwnerDrawPropertyBag.cs
- AssemblyNameProxy.cs
- RoutedEvent.cs
- AsyncResult.cs
- SafeHandles.cs
- MSHTMLHostUtil.cs
- SyndicationSerializer.cs
- RootProfilePropertySettingsCollection.cs
- ProvidePropertyAttribute.cs
- Stack.cs
- WindowsListBox.cs
- FrameworkTemplate.cs
- ObjectStorage.cs
- ProxyWebPartManager.cs
- SchemaReference.cs
- IChannel.cs
- ThemeDictionaryExtension.cs
- QueryConverter.cs
- PersonalizableTypeEntry.cs
- VectorKeyFrameCollection.cs
- BmpBitmapEncoder.cs
- XmlTextAttribute.cs
- SamlAuthorityBinding.cs
- SkewTransform.cs
- Code.cs
- UpdateProgress.cs
- PenContexts.cs
- ToolStripMenuItem.cs
- EastAsianLunisolarCalendar.cs
- Annotation.cs
- ScriptingScriptResourceHandlerSection.cs
- PassportAuthenticationModule.cs
- TextCharacters.cs
- PrintPreviewDialog.cs
- UnsafeCollabNativeMethods.cs
- WindowsSysHeader.cs
- XmlSchemaCollection.cs
- SpecialTypeDataContract.cs
- Token.cs
- CodeIterationStatement.cs
- ClientEventManager.cs
- Part.cs
- EventLogInformation.cs
- LinkButton.cs
- DateTimeOffset.cs
- NativeMethodsOther.cs
- OleDbFactory.cs
- QuotedPairReader.cs
- figurelength.cs
- Pair.cs
- BamlBinaryWriter.cs
- FixedElement.cs
- HealthMonitoringSectionHelper.cs
- SecurityPolicySection.cs
- RegexBoyerMoore.cs
- WebPartMenu.cs
- MouseActionConverter.cs
- KerberosSecurityTokenAuthenticator.cs
- FontUnit.cs
- InputLanguageCollection.cs
- IUnknownConstantAttribute.cs
- WorkflowServiceHost.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- StylusPointProperty.cs
- NameObjectCollectionBase.cs
- ProjectionRewriter.cs
- PasswordPropertyTextAttribute.cs
- UIElementParagraph.cs
- SystemWebCachingSectionGroup.cs
- StringConcat.cs
- X509SecurityToken.cs
- NavigationPropertySingletonExpression.cs
- StreamReader.cs
- SafeArrayTypeMismatchException.cs
- HwndSubclass.cs
- GridView.cs
- VirtualizingPanel.cs
- SendingRequestEventArgs.cs
- XPathDocumentIterator.cs
- VisualStyleTypesAndProperties.cs
- HtmlElementErrorEventArgs.cs
- ReflectionTypeLoadException.cs
- MemberDomainMap.cs
- DataGridTable.cs
- CheckBoxField.cs
- PassportAuthenticationModule.cs
- FileDialogCustomPlacesCollection.cs
- FixedTextBuilder.cs
- RepeatBehaviorConverter.cs
- CertificateReferenceElement.cs
- MessageDispatch.cs
- TreeNodeConverter.cs
- HttpWebRequest.cs
- FixedPosition.cs
- XmlSerializableReader.cs
- ComponentConverter.cs
- Debugger.cs
- SchemaImporterExtension.cs
- HwndMouseInputProvider.cs