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
- CollectionDataContractAttribute.cs
- SQLDecimalStorage.cs
- PingOptions.cs
- PropertyGeneratedEventArgs.cs
- TextChange.cs
- TextRange.cs
- SubpageParagraph.cs
- AuthenticatedStream.cs
- HttpWriter.cs
- Transactions.cs
- StylusPointPropertyUnit.cs
- Internal.cs
- TransformCollection.cs
- SharingService.cs
- Hash.cs
- CollectionContainer.cs
- UIPropertyMetadata.cs
- PropertiesTab.cs
- SendActivityEventArgs.cs
- CmsUtils.cs
- DLinqTableProvider.cs
- MethodBuilderInstantiation.cs
- BindingGroup.cs
- MetadataArtifactLoaderResource.cs
- MemberProjectedSlot.cs
- TypeHelpers.cs
- SerializationInfoEnumerator.cs
- ParameterCollection.cs
- StylusPointPropertyId.cs
- TableRowGroup.cs
- ExpandCollapseProviderWrapper.cs
- remotingproxy.cs
- CalendarDateChangedEventArgs.cs
- WindowsTokenRoleProvider.cs
- QuaternionValueSerializer.cs
- CommonDialog.cs
- TimeIntervalCollection.cs
- JapaneseLunisolarCalendar.cs
- ProviderSettings.cs
- UnsafeNativeMethods.cs
- FunctionParameter.cs
- PageClientProxyGenerator.cs
- UnsafeNativeMethods.cs
- WhiteSpaceTrimStringConverter.cs
- DataGridViewCellStyleConverter.cs
- EndpointConfigContainer.cs
- MouseEventArgs.cs
- WebPartUtil.cs
- ScriptingWebServicesSectionGroup.cs
- QuadraticBezierSegment.cs
- DeploymentSection.cs
- QuaternionAnimation.cs
- WebPartAddingEventArgs.cs
- ReferenceConverter.cs
- EditingMode.cs
- XamlTypeMapperSchemaContext.cs
- MetabaseReader.cs
- OdbcCommand.cs
- WebPartEditorApplyVerb.cs
- WebPartExportVerb.cs
- RangeEnumerable.cs
- MultipleCopiesCollection.cs
- WebRequest.cs
- TheQuery.cs
- BCryptHashAlgorithm.cs
- SlipBehavior.cs
- IEnumerable.cs
- ConfigXmlElement.cs
- BamlLocalizableResource.cs
- WrappedKeySecurityToken.cs
- IntPtr.cs
- ChangeNode.cs
- WarningException.cs
- TableAutomationPeer.cs
- TextRunProperties.cs
- ScrollProperties.cs
- ValueType.cs
- DefaultDialogButtons.cs
- DateTimeConverter.cs
- Schedule.cs
- XamlToRtfParser.cs
- RSACryptoServiceProvider.cs
- ColorAnimationBase.cs
- FilteredDataSetHelper.cs
- DoubleAnimation.cs
- formatter.cs
- regiisutil.cs
- DCSafeHandle.cs
- UniformGrid.cs
- StringUtil.cs
- AssemblyHash.cs
- TableSectionStyle.cs
- ObfuscateAssemblyAttribute.cs
- ToolStripDropDown.cs
- MsmqException.cs
- XsltInput.cs
- ListBox.cs
- SqlNamer.cs
- HyperLink.cs
- CodeAttributeDeclaration.cs