AllocationProfilingSettingssizeLimit Property
|
Record allocation of object with shallow size >= sizeLimit.
The value is specified in bytes.
null means default value.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic Nullable<int> sizeLimit { get; set; }
Public Property sizeLimit As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> sizeLimit {
Nullable<int> get ();
void set (Nullable<int> value);
}
member sizeLimit : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also