Freigeben über


DkmClrCustomTypeInfo Class

Definition

A custom type info is an object passed between an IDkmClrExpressionCompiler and an IDkmClrResultProvider, this can be used by the result provider to decode a compiler-specific type that does not have an underlying CLR type. A result provider should always check the PayloadTypeId for a compiler it recognizes before attempting to decode the included payload.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public ref class DkmClrCustomTypeInfo
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmClrCustomTypeInfo
[Windows::Foundation::Metadata::WebHostHidden]
class DkmClrCustomTypeInfo
[System.Runtime.InteropServices.Guid("24ac6f62-f3f8-1f2f-52db-986e3e96f38e")]
public class DkmClrCustomTypeInfo
[<System.Runtime.InteropServices.Guid("24ac6f62-f3f8-1f2f-52db-986e3e96f38e")>]
type DkmClrCustomTypeInfo = class
Public Class DkmClrCustomTypeInfo
Inheritance
DkmClrCustomTypeInfo
Attributes

Properties

OptionalCustomModifiers

[Optional] Optional type modifiers (modopt) present in the field, method, or property signature from which this value was obtained.

This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).

Payload

Data payload that contains compiler-specific custom information to be used by a result provider to decode the given type.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

PayloadTypeId

This Guid is used to identify the type of the payload. This allows result providers to ignore ClrCustomTypeInfos from different compilers.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

RequiredCustomModifiers

[Optional] Required type modifiers (modreq) present in the field, method, or property signature from which this value was obtained.

This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).

Methods

Create(Guid, ReadOnlyCollection<Byte>)

Create a new DkmClrCustomTypeInfo object instance.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

Create(Guid, ReadOnlyCollection<Byte>, ReadOnlyCollection<DkmClrType>, ReadOnlyCollection<DkmClrType>)

Create a new DkmClrCustomTypeInfo object instance.

This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).

Applies to