RemotingInformationRecord Class

Definition

Information record containing origin information.

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

Constructors

RemotingInformationRecord(InformationRecord, OriginInfo)

Constructor.

Properties

Computer

The computer that generated this informational record.

(Inherited from InformationRecord)
ManagedThreadId

The managed thread that generated this informational record.

(Inherited from InformationRecord)
MessageData

The message data for this informational record.

(Inherited from InformationRecord)
NativeThreadId

The native thread that generated this informational record.

(Inherited from InformationRecord)
OriginInfo

Contains the origin information.

ProcessId

The process that generated this informational record.

(Inherited from InformationRecord)
Source

The source of this informational record (script path, function name, etc.)

(Inherited from InformationRecord)
Tags

The tags associated with this informational record (if any)

(Inherited from InformationRecord)
TimeGenerated

The time this informational record was generated.

(Inherited from InformationRecord)
User

The user that generated this informational record.

(Inherited from InformationRecord)

Methods

ToString()

Converts an InformationRecord to a string-based representation.

(Inherited from InformationRecord)

Applies to