DebugRecord Class 
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.
A debug record in the PSInformationalBuffers.
public ref class DebugRecord : System::Management::Automation::InformationalRecordpublic class DebugRecord : System.Management.Automation.InformationalRecord[System.Runtime.Serialization.DataContract]
public class DebugRecord : System.Management.Automation.InformationalRecordtype DebugRecord = class
    inherit InformationalRecord[<System.Runtime.Serialization.DataContract>]
type DebugRecord = class
    inherit InformationalRecordPublic Class DebugRecord
Inherits InformationalRecord- Inheritance
- Derived
- Attributes
Constructors
| DebugRecord(PSObject) | |
| DebugRecord(String) | 
Properties
| InvocationInfo | The InvocationInfo of the command that created this record.(Inherited from InformationalRecord) | 
| Message | The message written by the command that created this record.(Inherited from InformationalRecord) | 
| PipelineIterationInfo | The status of the pipeline when this record was created.(Inherited from InformationalRecord) | 
Methods
| ToString() | Returns the record's message.(Inherited from InformationalRecord) |