Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- GenericWebPart.cs
- DoubleAnimation.cs
- AppDomainUnloadedException.cs
- TextEffectResolver.cs
- BinaryMessageFormatter.cs
- ParserStreamGeometryContext.cs
- RemotingConfigParser.cs
- RadioButton.cs
- RequestValidator.cs
- OpCodes.cs
- ConditionalDesigner.cs
- WorkflowRuntimeSection.cs
- HttpListenerRequestUriBuilder.cs
- SafeTimerHandle.cs
- FormatterServices.cs
- CrossAppDomainChannel.cs
- ManagementClass.cs
- KeySplineConverter.cs
- JsonSerializer.cs
- AllMembershipCondition.cs
- COM2AboutBoxPropertyDescriptor.cs
- ListViewItemMouseHoverEvent.cs
- ItemsControlAutomationPeer.cs
- PipelineModuleStepContainer.cs
- OleDbCommand.cs
- ItemsPanelTemplate.cs
- WebResourceAttribute.cs
- DoubleAverageAggregationOperator.cs
- InputLanguage.cs
- ToolStripControlHost.cs
- NameValueConfigurationCollection.cs
- Table.cs
- LineSegment.cs
- ErrorFormatter.cs
- GridViewRowEventArgs.cs
- ProcessModelSection.cs
- SqlMethodAttribute.cs
- SerializationSectionGroup.cs
- AttributeAction.cs
- SerializationObjectManager.cs
- elementinformation.cs
- ADMembershipUser.cs
- Splitter.cs
- EdmError.cs
- ImageListUtils.cs
- ClipboardData.cs
- PerformanceCounterPermission.cs
- DataSvcMapFile.cs
- LowerCaseStringConverter.cs
- QuaternionConverter.cs
- UInt16Storage.cs
- Timeline.cs
- WebPartHelpVerb.cs
- DataTableNameHandler.cs
- Pkcs9Attribute.cs
- MapPathBasedVirtualPathProvider.cs
- TableLayoutPanelCellPosition.cs
- XmlEntity.cs
- SqlLiftIndependentRowExpressions.cs
- Hash.cs
- NumberSubstitution.cs
- XmlEventCache.cs
- _CacheStreams.cs
- Registry.cs
- BufferModeSettings.cs
- AsmxEndpointPickerExtension.cs
- EntityCommand.cs
- GatewayIPAddressInformationCollection.cs
- DragAssistanceManager.cs
- HttpResponseHeader.cs
- VideoDrawing.cs
- SqlClientPermission.cs
- dsa.cs
- ZoneLinkButton.cs
- NonBatchDirectoryCompiler.cs
- SqlNodeAnnotations.cs
- ObjectListGeneralPage.cs
- SqlGatherConsumedAliases.cs
- AnnotationHelper.cs
- JsonEnumDataContract.cs
- DataGridViewCellFormattingEventArgs.cs
- StickyNoteContentControl.cs
- Enum.cs
- OracleConnectionString.cs
- BaseValidator.cs
- ColumnHeaderCollectionEditor.cs
- ProviderConnectionPoint.cs
- BrowsableAttribute.cs
- WorkflowOperationAsyncResult.cs
- ReadWriteControlDesigner.cs
- AsymmetricKeyExchangeDeformatter.cs
- TerminateDesigner.cs
- SQLGuidStorage.cs
- Hex.cs
- PropertyInfoSet.cs
- EntityDataSourceState.cs
- XPathNavigator.cs
- XmlDataSourceView.cs
- MultiViewDesigner.cs
- TimeSpan.cs