ILNumerics Ultimate VS

MemoryPoolHandleTCount Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
The number of objects currently stored in this pool.

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.MemoryLayer
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public ulong Count { get; }

Property Value

Type: UInt64
Remarks

In order to acquire the object count the pool iterates its objects which may introduces a significant cost.

This API is not thread safe! Make sure no other threads interfere during the execution of this method.

[ILNumerics Core Module]

See Also

Reference