Table of Contents

Class Profiler

Namespace
Cuemon.Diagnostics
Assembly
Cuemon.Diagnostics.dll

Represents a base class for profiler related operations.

public abstract class Profiler
Inheritance
Object
Profiler
Derived

Constructors

Profiler()

Initializes a new instance of the Profiler class.

protected Profiler()

Properties

Data

Gets or sets the data associated with the Member being profiled.

public IDictionary<string, object> Data { get; set; }

Property Value

IDictionary<String, Object>

The data associated with the Member being profiled.

Member

Gets or sets the information about the member being profiled.

public MethodDescriptor Member { get; set; }

Property Value

MethodDescriptor

The information about the member being profiled.