InformationalRecord
Class
Definition
Base class for items in the PSInformationalBuffers.
A PSInformationalRecord consists of a string Message and the InvocationInfo and pipeline state corresponding
to the command that created the record.
public abstract class InformationalRecord
- Inheritance
-
InformationalRecord
- Derived
Properties
| InvocationInfo |
The InvocationInfo of the command that created this record |
| Message |
The message written by the command that created this record |
| PipelineIterationInfo |
The status of the pipeline when this record was created. |
Methods
| ToString() |
Returns the record's message |