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
- PropertyNames.cs
- graph.cs
- BitmapSizeOptions.cs
- IntegrationExceptionEventArgs.cs
- ContainsSearchOperator.cs
- TypeLibConverter.cs
- ControlPaint.cs
- RSACryptoServiceProvider.cs
- HGlobalSafeHandle.cs
- SelfIssuedAuthRSAPKCS1SignatureFormatter.cs
- ChtmlTextWriter.cs
- RadioButton.cs
- TextDecorationUnitValidation.cs
- FormViewInsertEventArgs.cs
- PropertyEmitter.cs
- SyndicationCategory.cs
- ExpandCollapseProviderWrapper.cs
- SelectedGridItemChangedEvent.cs
- ProviderBase.cs
- SBCSCodePageEncoding.cs
- GeneralTransform2DTo3D.cs
- DependencyProperty.cs
- DataGridViewRowPostPaintEventArgs.cs
- GeneratedView.cs
- JournalEntryStack.cs
- ProxyWebPartConnectionCollection.cs
- DocumentEventArgs.cs
- XmlSecureResolver.cs
- RoutingExtension.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- StatusBarAutomationPeer.cs
- XPathScanner.cs
- HttpCapabilitiesEvaluator.cs
- ByteAnimationUsingKeyFrames.cs
- WebHttpEndpoint.cs
- UdpSocket.cs
- ContentTypeSettingClientMessageFormatter.cs
- StateMachineSubscriptionManager.cs
- SpellCheck.cs
- StandardRuntimeEnumValidatorAttribute.cs
- EntityDataSourceContextDisposingEventArgs.cs
- SpeechAudioFormatInfo.cs
- Matrix.cs
- ExtendedPropertiesHandler.cs
- LinkButton.cs
- ParameterModifier.cs
- DeobfuscatingStream.cs
- WorkflowApplicationIdleEventArgs.cs
- mongolianshape.cs
- NextPreviousPagerField.cs
- ReadWriteSpinLock.cs
- DescendentsWalkerBase.cs
- CacheOutputQuery.cs
- CodeTypeParameterCollection.cs
- GZipStream.cs
- SolidColorBrush.cs
- WhiteSpaceTrimStringConverter.cs
- VerificationException.cs
- TextPointer.cs
- RangeContentEnumerator.cs
- PassportAuthenticationModule.cs
- HtmlTableRow.cs
- DoubleAnimationUsingKeyFrames.cs
- URLBuilder.cs
- ExpressionBindings.cs
- SByte.cs
- InternalBase.cs
- HandleScope.cs
- SponsorHelper.cs
- DiscoveryServerProtocol.cs
- JsonMessageEncoderFactory.cs
- IOException.cs
- RemotingSurrogateSelector.cs
- Comparer.cs
- ProxyWebPartManager.cs
- UncommonField.cs
- BindingContext.cs
- OrderedDictionary.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- FlowDocument.cs
- ContractUtils.cs
- ProfileSettings.cs
- RadioButtonList.cs
- SharedStatics.cs
- SqlDesignerDataSourceView.cs
- StatusBarItemAutomationPeer.cs
- Int32Animation.cs
- MaterialGroup.cs
- PersistenceProviderFactory.cs
- MdiWindowListStrip.cs
- BinaryOperationBinder.cs
- SqlWebEventProvider.cs
- ModelItemImpl.cs
- WebPartMovingEventArgs.cs
- ReflectPropertyDescriptor.cs
- DataShape.cs
- MachineKeySection.cs
- DirectoryNotFoundException.cs
- LinqDataSourceDisposeEventArgs.cs
- Privilege.cs