ICommandRuntime2.WriteInformation(InformationRecord) Method

Definition

Write an informational record to the command runtime.

public:
 void WriteInformation(System::Management::Automation::InformationRecord ^ informationRecord);
public void WriteInformation (System.Management.Automation.InformationRecord informationRecord);
[System.Runtime.CompilerServices.NullableContext(1)]
public void WriteInformation (System.Management.Automation.InformationRecord informationRecord);
abstract member WriteInformation : System.Management.Automation.InformationRecord -> unit
[<System.Runtime.CompilerServices.NullableContext(1)>]
abstract member WriteInformation : System.Management.Automation.InformationRecord -> unit
Public Sub WriteInformation (informationRecord As InformationRecord)

Parameters

informationRecord
InformationRecord

The informational record that should be transmitted to the host or user.

Attributes

Applies to