DkmManagedHeapTypeInfo(String, UInt32, UInt64) Constructor

Definition

Initialize a new DkmManagedHeapTypeInfo value.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public:
 DkmManagedHeapTypeInfo(System::String ^ Name, System::UInt32 TotalCount, System::UInt64 TotalSize);
public:
 DkmManagedHeapTypeInfo(Platform::String ^ Name, unsigned int TotalCount, unsigned long long TotalSize);
 DkmManagedHeapTypeInfo(std::wstring const & Name, unsigned int TotalCount, unsigned long TotalSize);
public DkmManagedHeapTypeInfo (string Name, uint TotalCount, ulong TotalSize);
new Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapTypeInfo : string * uint32 * uint64 -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapTypeInfo
Public Sub New (Name As String, TotalCount As UInteger, TotalSize As ULong)

Parameters

Name
String

[In] Name of the type.

TotalCount
UInt32

[In] Total number of objects for the type.

TotalSize
UInt64

[In] Total size of the object for the type.

Applies to