You are here: Start » FIL.NET » Invoke.InspectImageMemoryPools

Invoke.InspectImageMemoryPools

Returns information about allocated image memory buffers. This information can be used for preallocation.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void InspectImageMemoryPools
(
	out bool outIsEnabled,
	List<int> outPoolSizes,
	List<int> outBlockLengths,
	out int outTotalUsage
)

Parameters

Name Type Range Default Description
outIsEnabledboolSpecifies whether memory pools are used or not.
outPoolSizesSystem.Collections.Generic.List<int>Count of blocks in consecutive pools.
outBlockLengthsSystem.Collections.Generic.List<int>Length of blocks in consecutive pools.
outTotalUsageintTotal image memory allocated [B].

See also