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