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

The application must have been started with the profiler; see http://www.yourkit.com/docs/net45/help/running_with_profiler.jsp:

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

Syntax

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

Exceptions

ExceptionCondition
System..::.ExceptionIf application is not started with the profiler.

See Also