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