AllocationMode Enum

Definition

An enum that indicates a mode to use when allocating buffers.

public enum AllocationMode
type AllocationMode = 
Public Enum AllocationMode
Inheritance
AllocationMode

Fields

Clear 1

Clear pooled buffers when renting them.

Default 0

The default allocation mode for pooled memory (rented buffers are not cleared).

Applies to