Click or drag to resize

ControllerGetHost Method

Gets the host name where the profiled application is running.

Namespace:  YourKit.Profiler.Api
Assembly:  YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntax
public string GetHost()

Return Value

Type: String
Name of the host where the profiled application is running. The method never returns null.
See Also