DkmManagedHeapEventHandlerLeakInfo(UInt64, UInt64, String) Constructor
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.
Initialize a new DkmManagedHeapEventHandlerLeakInfo value.
This API was introduced in Visual Studio 17 Update 8 (DkmApiVersion.VS17Update8).
public DkmManagedHeapEventHandlerLeakInfo (ulong BytesWasted, ulong Address, string TypeName);
new Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapEventHandlerLeakInfo : uint64 * uint64 * string -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapEventHandlerLeakInfo
Public Sub New (BytesWasted As ULong, Address As ULong, TypeName As String)
Parameters
- BytesWasted
- UInt64
[In] The total number of bytes wasted by this type.
- Address
- UInt64
[In] The address of this object.
- TypeName
- String
[In] The name of the type of the leaking event handler.