DkmCustomMessage.Parameter1 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).

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

Property Value

Returns Object.

Applies to