StatusthreadProfiling Property
|
true if thread profiling is on.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic bool threadProfiling { get; set; }
Public Property threadProfiling As Boolean
Get
Set
public:
property bool threadProfiling {
bool get ();
void set (bool value);
}
member threadProfiling : bool with get, set
Property Value
Type:
Boolean
See Also