Table of Contents

Class ProfilerOptions

Namespace
Cuemon.Diagnostics
Assembly
Cuemon.Diagnostics.dll

Specifies options that is related to Profiler operations.

public class ProfilerOptions : IParameterObject
Inheritance
Object
ProfilerOptions
Implements
Derived

Constructors

ProfilerOptions()

Initializes a new instance of the ProfilerOptions class.

protected ProfilerOptions()

Remarks

The following table shows the initial property values for an instance of ProfilerOptions.

PropertyInitial Value
MethodDescriptornull
RuntimeParametersnull

Properties

MethodDescriptor

Gets or sets the callback function delegate that resolves a MethodDescriptor.

public Func<MethodDescriptor> MethodDescriptor { get; set; }

Property Value

Func<MethodDescriptor>

The callback function delegate that resolves a MethodDescriptor.

RuntimeParameters

Gets or sets an System.Object array that represents runtime values.

public object[] RuntimeParameters { get; set; }

Property Value

Object[]

An System.Object array that represents runtime values.