HeapCheck.shrinkPool Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
shrinkPool() | |
shrinkPool(Int32) |
shrinkPool()
public:
virtual void shrinkPool();
public virtual void shrinkPool ();
abstract member shrinkPool : unit -> unit
override this.shrinkPool : unit -> unit
Public Overridable Sub shrinkPool ()
Applies to
shrinkPool(Int32)
public:
virtual void shrinkPool(int _poolNo);
public virtual void shrinkPool (int _poolNo);
abstract member shrinkPool : int -> unit
override this.shrinkPool : int -> unit
Public Overridable Sub shrinkPool (_poolNo As Integer)
Parameters
- _poolNo
- Int32