DkmCustomMessage.Parameter2 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).
public:
property System::Object ^ Parameter2 { System::Object ^ get(); };
public:
property Platform::Object ^ Parameter2 { Platform::Object ^ get(); };
public object Parameter2 { get; }
public object? Parameter2 { get; }
member this.Parameter2 : obj
Public ReadOnly Property Parameter2 As Object
Property Value
Returns Object.