UseMemoryPressure Enumeration

CVB.Net Documentation
Defines whether or not the newly created object should add memory pressure on the garbage collector.

Namespace:  Stemmer.Cvb.Runtime.InteropServices
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public enum UseMemoryPressure
Members

  Member nameValueDescription
Yes0 Do add memory pressure.
No1 Do not add memory pressure as the pressure is handled elsewhere.
See Also

Reference