DkmManagedTypeInfo Struct

Definition

The Type information.

This API was introduced in Visual Studio 17 Update 2 (DkmApiVersion.VS17Update2).

[System.Runtime.InteropServices.Guid("123b7b7e-18a8-7159-398b-a705e1e91b35")]
public struct DkmManagedTypeInfo
[<System.Runtime.InteropServices.Guid("123b7b7e-18a8-7159-398b-a705e1e91b35")>]
type DkmManagedTypeInfo = struct
Public Structure DkmManagedTypeInfo
Inheritance
DkmManagedTypeInfo
Attributes

Constructors

DkmManagedTypeInfo(DkmManagedTypeId, UInt64)

Initialize a new DkmManagedTypeInfo value.

This API was introduced in Visual Studio 17 Update 2 (DkmApiVersion.VS17Update2).

Fields

TotalSize

The collective size of objects for this type.

TypeId

The type id.

Applies to