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
- SqlStream.cs
- HtmlControlPersistable.cs
- PersonalizablePropertyEntry.cs
- XmlChildNodes.cs
- X500Name.cs
- SmtpDigestAuthenticationModule.cs
- TreeNodeCollection.cs
- ListParagraph.cs
- MultiAsyncResult.cs
- odbcmetadatafactory.cs
- WebControlsSection.cs
- ConfigDefinitionUpdates.cs
- NullRuntimeConfig.cs
- DispatcherHooks.cs
- IDQuery.cs
- FixedPageAutomationPeer.cs
- MultiSelectRootGridEntry.cs
- UriTemplateLiteralQueryValue.cs
- Parameter.cs
- TreeNodeBindingCollection.cs
- ZipFileInfo.cs
- Polygon.cs
- IntPtr.cs
- Pointer.cs
- TextDecorations.cs
- Privilege.cs
- DataControlFieldCell.cs
- BaseConfigurationRecord.cs
- SynchronousSendBindingElement.cs
- MsmqTransportSecurity.cs
- RegularExpressionValidator.cs
- TdsEnums.cs
- AuthenticatedStream.cs
- HostingEnvironment.cs
- TemplateControl.cs
- Main.cs
- ApplyTemplatesAction.cs
- DefaultClaimSet.cs
- AttachedAnnotation.cs
- LoadItemsEventArgs.cs
- cookie.cs
- RelOps.cs
- SqlStatistics.cs
- ScriptManagerProxy.cs
- RelationshipType.cs
- ItemTypeToolStripMenuItem.cs
- FileLogRecordHeader.cs
- HMACSHA1.cs
- PreviewPageInfo.cs
- HttpCapabilitiesBase.cs
- FamilyMapCollection.cs
- SBCSCodePageEncoding.cs
- StrokeRenderer.cs
- StringUtil.cs
- BooleanFacetDescriptionElement.cs
- DocumentGridPage.cs
- ExpressionBuilder.cs
- TerminatorSinks.cs
- XPathNodeInfoAtom.cs
- ExecutedRoutedEventArgs.cs
- WebPartDisplayModeEventArgs.cs
- TabControlAutomationPeer.cs
- DataGridViewSortCompareEventArgs.cs
- GPStream.cs
- TcpChannelHelper.cs
- Configuration.cs
- RegexFCD.cs
- InboundActivityHelper.cs
- UnsafeNativeMethodsMilCoreApi.cs
- WaitForChangedResult.cs
- TabletDevice.cs
- SqlUdtInfo.cs
- PatternMatchRules.cs
- ADRole.cs
- SqlBulkCopyColumnMappingCollection.cs
- mil_commands.cs
- SvcMapFile.cs
- Version.cs
- FixedSOMSemanticBox.cs
- FastPropertyAccessor.cs
- ServiceHostingEnvironmentSection.cs
- HandleScope.cs
- ObfuscateAssemblyAttribute.cs
- QuaternionAnimationBase.cs
- PtsContext.cs
- CacheOutputQuery.cs
- SelectionRangeConverter.cs
- ChannelManager.cs
- GcHandle.cs
- JavaScriptSerializer.cs
- IDispatchConstantAttribute.cs
- SpeakInfo.cs
- BaseValidatorDesigner.cs
- OutOfMemoryException.cs
- Int32Converter.cs
- WebPartCatalogAddVerb.cs
- OrthographicCamera.cs
- ChannelAcceptor.cs
- PackagePart.cs
- controlskin.cs