Click or drag to resize

TraceConfig Class

Version 130.1.90
TraceConfig
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.TracingTraceConfig

Namespace: CefSharp.DevTools.Tracing
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public class TraceConfig : DevToolsDomainEntityBase

The TraceConfig type exposes the following members.

Constructors
 NameDescription
Public methodTraceConfigInitializes a new instance of the TraceConfig class
Top
Properties
 NameDescription
Public propertyEnableArgumentFilter Turns on argument filter.
Public propertyEnableSampling Turns on JavaScript stack sampling.
Public propertyEnableSystrace Turns on system tracing.
Public propertyExcludedCategories Excluded category filters.
Public propertyIncludedCategories Included category filters.
Public propertyMemoryDumpConfig Configuration for memory dump triggers. Used only when "memory-infra" category is enabled.
Public propertyRecordMode Controls how the trace buffer stores data.
Public propertySyntheticDelays Configuration to synthesize the delays in tracing.
Public propertyTraceBufferSizeInKb Size of the trace buffer in kilobytes. If not specified or zero is passed, a default value of 200 MB would be used.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToDictionary
(Inherited from DevToolsDomainEntityBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also