Click or drag to resize

ControllerBuilderself Method

Specifies that controller is used to profile application from itself, i.e. to profile the CLR running this code.

The application must be started with the profiler; see https://www.yourkit.com/docs/dotnet-profiler/2025.3/help/start_profiling.jsp

Namespace:  YourKit.Profiler.Api
Assembly:  YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntax
public ControllerBuilder self()

Return Value

Type: ControllerBuilder
A reference to this instance
See Also