TraceEntry Class

Class that specifies points at which trace control requests are made.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Media.Diagnostics.TraceEntry

Namespace:  Microsoft.Web.Media.Diagnostics
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public Class TraceEntry
'Usage

Dim instance As TraceEntry
public class TraceEntry
public ref class TraceEntry
type TraceEntry =  class end
public class TraceEntry

The TraceEntry type exposes the following members.

Constructors

  Name Description
Public methodSupported by Windows Phone TraceEntry Initializes and new instance of the TraceEntry class.

Top

Properties

  Name Description
Public propertySupported by Windows Phone ClassName Gets or sets the ClassName property.
Public propertySupported by Windows Phone Date Gets or sets the Date property.
Public propertySupported by Windows Phone MediaElementId Gets or sets the MediaElementId property.
Public propertySupported by Windows Phone MethodName Gets or sets the MethodName property.
Public propertySupported by Windows Phone Text Gets or sets the Text property.
Public propertySupported by Windows Phone ThreadId Gets or sets the ThreadId property.
Public propertySupported by Windows Phone TraceArea Gets or sets the TraceArea property.
Public propertySupported by Windows Phone TraceLevel Gets or sets the TraceLevel property.

Top

Methods

  Name Description
Public methodSupported by Windows Phone Equals (Inherited from Object.)
Protected methodSupported by Windows Phone Finalize (Inherited from Object.)
Public methodSupported by Windows Phone GetHashCode (Inherited from Object.)
Public methodSupported by Windows Phone GetType (Inherited from Object.)
Protected methodSupported by Windows Phone MemberwiseClone (Inherited from Object.)
Public methodSupported by Windows Phone ToString (Inherited from Object.)

Top

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Web.Media.Diagnostics Namespace