DkmManagedHeapDuplicateStringInfo(UInt32, 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 DkmManagedHeapDuplicateStringInfo value.
This API was introduced in Visual Studio 17 Update 5 (DkmApiVersion.VS17Update5).
public DkmManagedHeapDuplicateStringInfo(uint Count, string Value);
new Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapDuplicateStringInfo : uint32 * string -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedHeapDuplicateStringInfo
Public Sub New (Count As UInteger, Value As String)
Parameters
- Count
- UInt32
[In] The number of times this string was duplicated in the managed heap.
- Value
- String
[In] The value of the duplicated string.