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
- ReplyAdapterChannelListener.cs
- FixedSOMPageElement.cs
- DesignerAutoFormatCollection.cs
- RegisterInfo.cs
- TemplateXamlParser.cs
- EmptyReadOnlyDictionaryInternal.cs
- VSWCFServiceContractGenerator.cs
- ColumnTypeConverter.cs
- Win32Native.cs
- MdiWindowListItemConverter.cs
- CustomSignedXml.cs
- dtdvalidator.cs
- SoapObjectReader.cs
- ping.cs
- BuildResultCache.cs
- DataGridViewImageCell.cs
- ExitEventArgs.cs
- DataGridCell.cs
- OracleParameter.cs
- CodeCommentStatementCollection.cs
- FlowDocumentScrollViewer.cs
- ProgressBarHighlightConverter.cs
- Button.cs
- XhtmlBasicPanelAdapter.cs
- EmptyReadOnlyDictionaryInternal.cs
- DataGridTextColumn.cs
- ClientType.cs
- MultipartContentParser.cs
- ZipIOModeEnforcingStream.cs
- DoubleLinkList.cs
- SelectorAutomationPeer.cs
- XPathParser.cs
- PerspectiveCamera.cs
- PriorityRange.cs
- SubstitutionList.cs
- UnsafeCollabNativeMethods.cs
- RectangleGeometry.cs
- SynchronizedDispatch.cs
- CultureTableRecord.cs
- DataGridViewRowCollection.cs
- RefExpr.cs
- TryCatchDesigner.xaml.cs
- ProcessModuleCollection.cs
- DataRecordInternal.cs
- DataGridViewRowsRemovedEventArgs.cs
- SafeArrayRankMismatchException.cs
- CommonProperties.cs
- Module.cs
- IDictionary.cs
- EmptyCollection.cs
- Typography.cs
- ParagraphResult.cs
- AnnouncementInnerClientCD1.cs
- CompensateDesigner.cs
- RowToParametersTransformer.cs
- WindowInteractionStateTracker.cs
- Int32Animation.cs
- ListControlConvertEventArgs.cs
- ComplexTypeEmitter.cs
- DataGridViewRowsAddedEventArgs.cs
- CodeDomLoader.cs
- Mouse.cs
- SortKey.cs
- ComponentManagerBroker.cs
- MetadataItemCollectionFactory.cs
- Visual3D.cs
- infer.cs
- NumericUpDownAcceleration.cs
- XPathMultyIterator.cs
- SectionInput.cs
- LocalizableAttribute.cs
- FragmentNavigationEventArgs.cs
- DataGridViewSelectedRowCollection.cs
- DesignerVerbToolStripMenuItem.cs
- CodeGotoStatement.cs
- WebPartManagerInternals.cs
- SystemUnicastIPAddressInformation.cs
- CodeCompileUnit.cs
- XslNumber.cs
- RouteItem.cs
- Matrix.cs
- CachedPathData.cs
- RewritingValidator.cs
- ServiceModelExtensionElement.cs
- XamlPointCollectionSerializer.cs
- PauseStoryboard.cs
- Color.cs
- TableLayoutSettingsTypeConverter.cs
- PropagatorResult.cs
- GetWinFXPath.cs
- MarkupProperty.cs
- WorkflowPageSetupDialog.cs
- Style.cs
- SmiXetterAccessMap.cs
- ToolZone.cs
- UnsafeNativeMethods.cs
- UIElement3D.cs
- SqlPersonalizationProvider.cs
- WebServiceTypeData.cs
- AnnouncementSendsAsyncResult.cs