HeapCheck.checkHeap 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
checkHeap(String) | |
checkHeap(String, Int32) | |
checkHeap(String, Int32, Int32) | |
checkHeap(String, Int32, Int32, Boolean) |
checkHeap(String)
public:
virtual void checkHeap(System::String ^ text1);
public virtual void checkHeap (string text1);
abstract member checkHeap : string -> unit
override this.checkHeap : string -> unit
Public Overridable Sub checkHeap (text1 As String)
Parameters
- text1
- String
Applies to
checkHeap(String, Int32)
public:
virtual void checkHeap(System::String ^ text1, int num1);
public virtual void checkHeap (string text1, int num1);
abstract member checkHeap : string * int -> unit
override this.checkHeap : string * int -> unit
Public Overridable Sub checkHeap (text1 As String, num1 As Integer)
Parameters
- text1
- String
- num1
- Int32
Applies to
checkHeap(String, Int32, Int32)
public:
virtual void checkHeap(System::String ^ text1, int num1, int num2);
public virtual void checkHeap (string text1, int num1, int num2);
abstract member checkHeap : string * int * int -> unit
override this.checkHeap : string * int * int -> unit
Public Overridable Sub checkHeap (text1 As String, num1 As Integer, num2 As Integer)
Parameters
- text1
- String
- num1
- Int32
- num2
- Int32
Applies to
checkHeap(String, Int32, Int32, Boolean)
public:
virtual void checkHeap(System::String ^ _Description, int _context, int _pool, bool _detailed);
public virtual void checkHeap (string _Description, int _context, int _pool, bool _detailed);
abstract member checkHeap : string * int * int * bool -> unit
override this.checkHeap : string * int * int * bool -> unit
Public Overridable Sub checkHeap (_Description As String, _context As Integer, _pool As Integer, _detailed As Boolean)
Parameters
- _Description
- String
- _context
- Int32
- _pool
- Int32
- _detailed
- Boolean