ICommandRuntime2.WriteInformation(InformationRecord) Method
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.
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