Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- DataListDesigner.cs
- HotSpot.cs
- CodeNamespace.cs
- LockCookie.cs
- MasterPageCodeDomTreeGenerator.cs
- ClientType.cs
- DesignBindingValueUIHandler.cs
- BufferedGraphics.cs
- WizardSideBarListControlItemEventArgs.cs
- ImageAttributes.cs
- ExtensibleClassFactory.cs
- IndentedTextWriter.cs
- PageCodeDomTreeGenerator.cs
- ResizeGrip.cs
- DbProviderManifest.cs
- Point4D.cs
- BitmapCacheBrush.cs
- OperatorExpressions.cs
- ClusterSafeNativeMethods.cs
- MetadataUtilsSmi.cs
- Collection.cs
- BindingWorker.cs
- MetadataReference.cs
- XMLUtil.cs
- Panel.cs
- ContentElement.cs
- SourceChangedEventArgs.cs
- ValidatorCompatibilityHelper.cs
- TabPage.cs
- SignerInfo.cs
- GroupBoxRenderer.cs
- DataGridViewCheckBoxCell.cs
- EncoderParameter.cs
- UIElementAutomationPeer.cs
- RequestTimeoutManager.cs
- WindowsFormsLinkLabel.cs
- CurrentTimeZone.cs
- DesignColumnCollection.cs
- PagesSection.cs
- XmlTextReaderImpl.cs
- TextElementEnumerator.cs
- DataBoundControl.cs
- ImageDrawing.cs
- WebConfigurationHostFileChange.cs
- RuntimeIdentifierPropertyAttribute.cs
- MethodBody.cs
- HandlerMappingMemo.cs
- WebDisplayNameAttribute.cs
- MutexSecurity.cs
- ConditionalAttribute.cs
- TextAnchor.cs
- HttpModuleAction.cs
- Pair.cs
- CodeAccessPermission.cs
- ServiceParser.cs
- LocalTransaction.cs
- DrawListViewSubItemEventArgs.cs
- ViewManager.cs
- ProviderUtil.cs
- XmlValidatingReader.cs
- ModuleConfigurationInfo.cs
- FilteredAttributeCollection.cs
- SslStream.cs
- SHA256Managed.cs
- ObjectStateManagerMetadata.cs
- SqlWriter.cs
- HtmlTextArea.cs
- QueryableDataSource.cs
- __ComObject.cs
- InputLanguageProfileNotifySink.cs
- _CookieModule.cs
- CompilerErrorCollection.cs
- TransactionFlowBindingElementImporter.cs
- DocumentOrderComparer.cs
- Catch.cs
- BinaryObjectWriter.cs
- TimeSpanValidator.cs
- UnsafeNativeMethods.cs
- DesignerActionUI.cs
- PopupRoot.cs
- BrushValueSerializer.cs
- CodeCatchClause.cs
- PrivilegeNotHeldException.cs
- ClientRuntimeConfig.cs
- CharStorage.cs
- MILUtilities.cs
- HwndHost.cs
- TextTreeDeleteContentUndoUnit.cs
- RedirectionProxy.cs
- PageBreakRecord.cs
- GeometryGroup.cs
- EntityUtil.cs
- DynamicQueryableWrapper.cs
- NestPullup.cs
- EncoderNLS.cs
- DataStreamFromComStream.cs
- VirtualizedItemPattern.cs
- QueryResults.cs
- GridViewRow.cs
- DataColumnCollection.cs