UnescapedXmlDiagnosticData Class
Provides unescaped XML data for the logging of user-provided trace data.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | UnescapedXmlDiagnosticData(String) | Initializes a new instance of the UnescapedXmlDiagnosticData class by using the specified XML data string. |
| Name | Description | |
|---|---|---|
![]() | UnescapedXml | Gets or sets the unescaped XML data string. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string representation of the UnescapedXmlDiagnosticData object.(Overrides Object.ToString().) |
The following code example demonstrates how to use UnescapedXmlDiagnosticData class. This code example is part of a larger example that is provided for the EventSchemaTraceListener class.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



