Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Base / MS / Internal / AvTraceFormat.cs / 1 / AvTraceFormat.cs
/****************************************************************************\ * * File: AvTraceFormat.cs * * Copyright (C) by Microsoft Corporation. All rights reserved. * \***************************************************************************/ namespace MS.Internal { // This class represents the details of a single trace (the ID, a formatted message string, and parameter labels). // This is used by the AvTrace class and callers. internal class AvTraceFormat : AvTraceDetails { public AvTraceFormat( AvTraceDetails details, object[] args ) : base(details.Id, details.Labels) { _message = string.Format(System.Globalization.CultureInfo.InvariantCulture, details.Labels[0], args); } // main message (formatted) public override string Message { get { return _message; } } string _message; } } // 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
- OdbcEnvironmentHandle.cs
- ResXResourceSet.cs
- Expressions.cs
- TypeLibraryHelper.cs
- AddressHeader.cs
- PointCollectionConverter.cs
- TextServicesLoader.cs
- StylusPlugin.cs
- SynchronizationLockException.cs
- PopupEventArgs.cs
- XmlSchemaAnnotation.cs
- XmlTextReaderImplHelpers.cs
- CryptoApi.cs
- SerialPort.cs
- StructuralType.cs
- ComplexType.cs
- DataControlFieldHeaderCell.cs
- ControlIdConverter.cs
- XmlKeywords.cs
- ColumnWidthChangingEvent.cs
- _DisconnectOverlappedAsyncResult.cs
- ClientApiGenerator.cs
- ResponseBodyWriter.cs
- TraceEventCache.cs
- ToolStripButton.cs
- IsolatedStorageFileStream.cs
- InputScopeNameConverter.cs
- PageRequestManager.cs
- SqlDataSourceView.cs
- ToolStripItemEventArgs.cs
- UnsafeNativeMethodsPenimc.cs
- WhiteSpaceTrimStringConverter.cs
- GenerateScriptTypeAttribute.cs
- SyndicationDeserializer.cs
- PrivateFontCollection.cs
- DataGridViewRowEventArgs.cs
- ObjectToModelValueConverter.cs
- DispatcherExceptionEventArgs.cs
- lengthconverter.cs
- TableRowCollection.cs
- ServiceDescription.cs
- XmlSchemaAny.cs
- JsonStringDataContract.cs
- WebConfigurationManager.cs
- ByteStack.cs
- Line.cs
- ClaimComparer.cs
- ObjectViewListener.cs
- BaseCodeDomTreeGenerator.cs
- DbgCompiler.cs
- AssemblyAttributesGoHere.cs
- OuterGlowBitmapEffect.cs
- TraceUtility.cs
- GridViewHeaderRowPresenter.cs
- UniqueIdentifierService.cs
- QueryContinueDragEvent.cs
- KnownTypeHelper.cs
- InputLanguageSource.cs
- ObjectDataSourceChooseMethodsPanel.cs
- DefaultValidator.cs
- UnsafeNativeMethods.cs
- DebugController.cs
- ConstructorNeedsTagAttribute.cs
- DynamicDiscoSearcher.cs
- XmlChildNodes.cs
- BinHexEncoder.cs
- X509Extension.cs
- DesignerRegionCollection.cs
- RootNamespaceAttribute.cs
- ResourceDictionaryCollection.cs
- SafeArrayTypeMismatchException.cs
- KeyConverter.cs
- WindowsFont.cs
- WindowsEditBoxRange.cs
- Descriptor.cs
- XmlSchemaComplexContentExtension.cs
- TaiwanCalendar.cs
- NavigationProperty.cs
- ConstNode.cs
- MSAAWinEventWrap.cs
- Logging.cs
- NetNamedPipeBindingElement.cs
- VisualProxy.cs
- AliasExpr.cs
- CalendarKeyboardHelper.cs
- HebrewCalendar.cs
- DocumentGridPage.cs
- InteropAutomationProvider.cs
- TypographyProperties.cs
- HtmlTableCell.cs
- StringFreezingAttribute.cs
- EnterpriseServicesHelper.cs
- PerfService.cs
- ClientSettingsStore.cs
- CallbackCorrelationInitializer.cs
- MaskPropertyEditor.cs
- EndpointAddressProcessor.cs
- MarkupExtensionParser.cs
- ToolboxComponentsCreatedEventArgs.cs
- ClientSettings.cs