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
SyntaxPublic Function GetHost As String
public:
String^ GetHost()
member GetHost : unit -> string
Return Value
Type:
String
Name of the host where the profiled application is running.
The method never returns
null.
See Also