DkmCustomMessage.Parameter3 Property
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.
[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