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
- FieldMetadata.cs
- QuinticEase.cs
- Accessors.cs
- StringFreezingAttribute.cs
- Repeater.cs
- TaiwanLunisolarCalendar.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- SchemaImporterExtensionElementCollection.cs
- BuildResultCache.cs
- FlowDocumentPage.cs
- DiscardableAttribute.cs
- basemetadatamappingvisitor.cs
- SecurityContext.cs
- XmlTextEncoder.cs
- DataObject.cs
- GridViewColumnHeader.cs
- Button.cs
- StaticSiteMapProvider.cs
- ReadWriteObjectLock.cs
- NodeInfo.cs
- MarginsConverter.cs
- EntityContainerEntitySet.cs
- OutOfProcStateClientManager.cs
- XmlnsCompatibleWithAttribute.cs
- SqlOuterApplyReducer.cs
- DataServiceStreamResponse.cs
- QuadraticBezierSegment.cs
- ContextBase.cs
- RelationshipType.cs
- ChildTable.cs
- PackUriHelper.cs
- CacheRequest.cs
- OutputCacheSettings.cs
- smtpconnection.cs
- HttpModulesSection.cs
- WindowsFormsSectionHandler.cs
- CharUnicodeInfo.cs
- ButtonChrome.cs
- HostSecurityManager.cs
- CheckedListBox.cs
- SQLInt32.cs
- ItemContainerGenerator.cs
- CachedRequestParams.cs
- SymbolType.cs
- filewebrequest.cs
- QuerySubExprEliminator.cs
- ScrollItemProviderWrapper.cs
- storepermission.cs
- DataGridViewCellPaintingEventArgs.cs
- GradientStop.cs
- ObjectMemberMapping.cs
- CommandConverter.cs
- FontCacheUtil.cs
- ThrowHelper.cs
- WinInetCache.cs
- SqlCachedBuffer.cs
- Debug.cs
- HotSpotCollection.cs
- FormViewCommandEventArgs.cs
- ExpressionReplacer.cs
- fixedPageContentExtractor.cs
- DefaultAssemblyResolver.cs
- remotingproxy.cs
- RelationshipSet.cs
- WebFaultClientMessageInspector.cs
- DateTimeValueSerializerContext.cs
- WebPartTransformerCollection.cs
- EntityDataSourceContextCreatingEventArgs.cs
- WebPartDisplayModeCollection.cs
- ContentFilePart.cs
- ExpressionBuilderContext.cs
- DesignerCommandSet.cs
- XmlIncludeAttribute.cs
- CacheChildrenQuery.cs
- InputScopeManager.cs
- EntitySqlQueryState.cs
- HtmlLink.cs
- SqlFunctionAttribute.cs
- Point3DAnimation.cs
- NullableFloatAverageAggregationOperator.cs
- StaticFileHandler.cs
- StorageEntitySetMapping.cs
- StorageInfo.cs
- ToolStrip.cs
- dbdatarecord.cs
- CheckBoxFlatAdapter.cs
- ProxyWebPart.cs
- StorageScalarPropertyMapping.cs
- PresentationUIStyleResources.cs
- PolicyDesigner.cs
- ObjectItemConventionAssemblyLoader.cs
- TransportContext.cs
- followingquery.cs
- CollaborationHelperFunctions.cs
- NopReturnReader.cs
- EventMetadata.cs
- SettingsProperty.cs
- HebrewNumber.cs
- MaterialGroup.cs
- CodeCommentStatement.cs