Share via


HeapCheck.testBlocks Method

Definition

Overloads

testBlocks()
testBlocks(Int32)

testBlocks()

public:
 virtual int testBlocks();
public virtual int testBlocks ();
abstract member testBlocks : unit -> int
override this.testBlocks : unit -> int
Public Overridable Function testBlocks () As Integer

Returns

Applies to

testBlocks(Int32)

public:
 virtual int testBlocks(int _arg1);
public virtual int testBlocks (int _arg1);
abstract member testBlocks : int -> int
override this.testBlocks : int -> int
Public Overridable Function testBlocks (_arg1 As Integer) As Integer

Parameters

_arg1
Int32

Returns

Applies to