The ProfilerFilterDisabled filter effectively disables all logging within a profiler session.

Namespace: Huagati.LLBLGen.Profiler.Filters
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

Syntax

C#
public class ProfilerFilterDisabled : ProfilerFilter
Visual Basic
Public Class ProfilerFilterDisabled _
	Inherits ProfilerFilter
Visual C++
public ref class ProfilerFilterDisabled : public ProfilerFilter

Inheritance Hierarchy

System..::..Object
  Huagati.LLBLGen.Profiler.Filters..::..ProfilerFilter
    Huagati.LLBLGen.Profiler.Filters..::..ProfilerFilterDisabled

See Also