Creates a contoller to profile application itself, i.e. to profile the CLR running the code that invokes this constructor.

The application should be launched with profiler agent; see Help topic "Running applications with profiler" for details.

Namespace:  YourKit.Profiler.Api
Assembly:  YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 4.0.9.426 (4.0.9.426)

Syntax

C#
public Controller()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
Controller()

Exceptions

ExceptionCondition
System..::.ExceptionIf application is not launched with profiler agent.

See Also