Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / System.Runtime.DurableInstancing / System / Runtime / TracePayload.cs / 1305376 / TracePayload.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.Runtime { struct TracePayload { string serializedException; string eventSource; string appDomainFriendlyName; string extendedData; string hostReference; public TracePayload(string serializedException, string eventSource, string appDomainFriendlyName, string extendedData, string hostReference) { this.serializedException = serializedException; this.eventSource = eventSource; this.appDomainFriendlyName = appDomainFriendlyName; this.extendedData = extendedData; this.hostReference = hostReference; } public string SerializedException { get { return this.serializedException; } } public string EventSource { get { return this.eventSource; } } public string AppDomainFriendlyName { get { return this.appDomainFriendlyName; } } public string ExtendedData { get { return this.extendedData; } } public string HostReference { get { return this.hostReference; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.Runtime { struct TracePayload { string serializedException; string eventSource; string appDomainFriendlyName; string extendedData; string hostReference; public TracePayload(string serializedException, string eventSource, string appDomainFriendlyName, string extendedData, string hostReference) { this.serializedException = serializedException; this.eventSource = eventSource; this.appDomainFriendlyName = appDomainFriendlyName; this.extendedData = extendedData; this.hostReference = hostReference; } public string SerializedException { get { return this.serializedException; } } public string EventSource { get { return this.eventSource; } } public string AppDomainFriendlyName { get { return this.appDomainFriendlyName; } } public string ExtendedData { get { return this.extendedData; } } public string HostReference { get { return this.hostReference; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TemplateColumn.cs
- BaseTemplateCodeDomTreeGenerator.cs
- Activator.cs
- IndexingContentUnit.cs
- Baml2006ReaderFrame.cs
- FixedNode.cs
- InfoCardBaseException.cs
- PieceDirectory.cs
- WindowsFormsSectionHandler.cs
- ServiceObjectContainer.cs
- CompositeActivityMarkupSerializer.cs
- UnmanagedHandle.cs
- HttpModuleAction.cs
- Stream.cs
- NodeInfo.cs
- Attributes.cs
- CaretElement.cs
- ChannelParameterCollection.cs
- ToolboxItemWrapper.cs
- SecurityUniqueId.cs
- PlainXmlSerializer.cs
- XmlExtensionFunction.cs
- OdbcCommand.cs
- DirtyTextRange.cs
- InteropTrackingRecord.cs
- InputScopeAttribute.cs
- PaperSource.cs
- DoubleAnimationUsingPath.cs
- NaturalLanguageHyphenator.cs
- XmlName.cs
- ColorTransformHelper.cs
- NativeMethods.cs
- GetPageNumberCompletedEventArgs.cs
- QueryExtender.cs
- StyleXamlParser.cs
- ScriptingSectionGroup.cs
- NullPackagingPolicy.cs
- ImageSourceValueSerializer.cs
- TypeSystemHelpers.cs
- SqlCacheDependency.cs
- ControlFilterExpression.cs
- InputScopeNameConverter.cs
- ThicknessAnimationUsingKeyFrames.cs
- ISCIIEncoding.cs
- CodeCastExpression.cs
- WindowsGraphicsCacheManager.cs
- TransformProviderWrapper.cs
- EntityConnectionStringBuilder.cs
- HostProtectionPermission.cs
- StringAnimationUsingKeyFrames.cs
- CngProperty.cs
- RangeBaseAutomationPeer.cs
- ScriptingRoleServiceSection.cs
- HtmlAnchor.cs
- Stroke2.cs
- Ipv6Element.cs
- UriTemplateDispatchFormatter.cs
- CngAlgorithm.cs
- TabControl.cs
- EntityCommandCompilationException.cs
- Membership.cs
- HttpResponseWrapper.cs
- XmlSignatureManifest.cs
- SafeNativeMethods.cs
- EncodingFallbackAwareXmlTextWriter.cs
- PageStatePersister.cs
- SignatureDescription.cs
- SerialStream.cs
- MetaDataInfo.cs
- RoutedPropertyChangedEventArgs.cs
- PrintDocument.cs
- StandardBindingImporter.cs
- OraclePermissionAttribute.cs
- TextDecoration.cs
- CursorConverter.cs
- Themes.cs
- PointCollection.cs
- ZipIOLocalFileDataDescriptor.cs
- StructuralType.cs
- TextBoxRenderer.cs
- PeerResolverSettings.cs
- MSG.cs
- CodeDomLocalizationProvider.cs
- XamlParser.cs
- Crc32.cs
- Int64AnimationBase.cs
- DataGridViewControlCollection.cs
- GetPageCompletedEventArgs.cs
- SerialErrors.cs
- Int64Storage.cs
- RuntimeWrappedException.cs
- SqlTrackingService.cs
- Triplet.cs
- DesignerDataColumn.cs
- DBSqlParserColumn.cs
- Int64.cs
- XPathNodeHelper.cs
- TypographyProperties.cs
- UserPrincipalNameElement.cs
- DBCommandBuilder.cs