DkmCustomMessage.Parameter3 Property

Definition

[Optional] Specifies additional message-specific information. Note that if this message may need to travel over remoting boundaries, it is important to restrict the type of this parameter to something which can be marshalled: strings, primitives (ex: int), and arrays of primitives (ex: byte array).

This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).

public:
 property System::Object ^ Parameter3 { System::Object ^ get(); };
public:
 property Platform::Object ^ Parameter3 { Platform::Object ^ get(); };
public object Parameter3 { get; }
public object? Parameter3 { get; }
member this.Parameter3 : obj
Public ReadOnly Property Parameter3 As Object

Property Value

Applies to