Share via


DebugTraceExtension Class

 

Represents a debug trace extension.

Namespace:   Microsoft.Activities.Hosting
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Activities.Hosting.DebugTraceExtension

Syntax

public abstract class DebugTraceExtension
public ref class DebugTraceExtension abstract 
[<AbstractClass>]
type DebugTraceExtension = class end
Public MustInherit Class DebugTraceExtension

Constructors

Name Description
System_CAPS_protmethod DebugTraceExtension()

Initializes a new instance of the DebugTraceExtension class.

Methods

Name Description
System_CAPS_pubmethod AddDebugTrace(String, String, String, Guid, TraceLevel, IDictionary<String, String>)

Adds a debug trace.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.Activities.Hosting Namespace

Return to top