RemotingDebugRecord Class

Definition

Debug record containing origin information.

public ref class RemotingDebugRecord : System::Management::Automation::DebugRecord
public class RemotingDebugRecord : System.Management.Automation.DebugRecord
[System.Runtime.Serialization.DataContract]
public class RemotingDebugRecord : System.Management.Automation.DebugRecord
type RemotingDebugRecord = class
    inherit DebugRecord
[<System.Runtime.Serialization.DataContract>]
type RemotingDebugRecord = class
    inherit DebugRecord
Public Class RemotingDebugRecord
Inherits DebugRecord
Inheritance
RemotingDebugRecord
Attributes

Constructors

RemotingDebugRecord(String, OriginInfo)

Constructor.

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)
OriginInfo

Contains the origin information.

PipelineIterationInfo

The status of the pipeline when this record was created.

(Inherited from InformationalRecord)

Methods

ToString()

Returns the record's message.

(Inherited from InformationalRecord)

Applies to