Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / 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. /****************************************************************************\ * * 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
- DataViewManager.cs
- WindowsStartMenu.cs
- ByteKeyFrameCollection.cs
- LogPolicy.cs
- BitmapMetadata.cs
- isolationinterop.cs
- InertiaRotationBehavior.cs
- IncrementalHitTester.cs
- Int32RectConverter.cs
- TimeZone.cs
- DrawListViewItemEventArgs.cs
- MessageBox.cs
- DelayDesigner.cs
- HeaderUtility.cs
- DbConnectionPool.cs
- XmlConverter.cs
- Debug.cs
- TextServicesContext.cs
- AssemblyFilter.cs
- QilUnary.cs
- MenuItemCollection.cs
- Substitution.cs
- GC.cs
- DispatcherOperation.cs
- SQLInt32Storage.cs
- XmlWrappingReader.cs
- ServicePointManagerElement.cs
- ResourcePermissionBaseEntry.cs
- SiteMapDataSourceView.cs
- FixedDocumentPaginator.cs
- XomlCompilerError.cs
- ToolStripGripRenderEventArgs.cs
- SQLDecimal.cs
- RawTextInputReport.cs
- NetworkInformationException.cs
- GridToolTip.cs
- AnnotationResourceCollection.cs
- OLEDB_Util.cs
- DesignBinding.cs
- SemanticKeyElement.cs
- TypedRowHandler.cs
- XmlNamespaceManager.cs
- HtmlInputHidden.cs
- ConnectionConsumerAttribute.cs
- HttpClientCertificate.cs
- LazyInitializer.cs
- CompatibleComparer.cs
- EventLogException.cs
- IndicShape.cs
- AttributeConverter.cs
- DataGridViewTopLeftHeaderCell.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- XmlSchemaInfo.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- TextTreeInsertElementUndoUnit.cs
- MinimizableAttributeTypeConverter.cs
- DataGridViewCellValidatingEventArgs.cs
- UpDownEvent.cs
- OleDbDataAdapter.cs
- ConnectionDemuxer.cs
- KeysConverter.cs
- FileClassifier.cs
- LocalValueEnumerator.cs
- IDQuery.cs
- JumpPath.cs
- WebPermission.cs
- ChangesetResponse.cs
- MemoryStream.cs
- XmlExtensionFunction.cs
- UpdateTracker.cs
- HttpRuntimeSection.cs
- EventSinkHelperWriter.cs
- FrameworkEventSource.cs
- ManagedWndProcTracker.cs
- CharacterMetricsDictionary.cs
- CellPartitioner.cs
- RepeatBehaviorConverter.cs
- AssemblyCollection.cs
- EntitySetDataBindingList.cs
- ServiceModelEnhancedConfigurationElementCollection.cs
- GatewayIPAddressInformationCollection.cs
- TraceXPathNavigator.cs
- BinaryWriter.cs
- ReadOnlyCollectionBase.cs
- CodeRegionDirective.cs
- TimeEnumHelper.cs
- ServerValidateEventArgs.cs
- DocumentationServerProtocol.cs
- ToolbarAUtomationPeer.cs
- TraceSource.cs
- TemplateBamlTreeBuilder.cs
- SiteMapNodeItem.cs
- isolationinterop.cs
- ConstNode.cs
- ITextView.cs
- XmlILConstructAnalyzer.cs
- ShortcutKeysEditor.cs
- ApplicationCommands.cs
- GrammarBuilderRuleRef.cs
- ShimAsPublicXamlType.cs