MergingRedirectionToken Class

Definition

A merging redirection.

public ref class MergingRedirectionToken : System::Management::Automation::Language::RedirectionToken
public class MergingRedirectionToken : System.Management.Automation.Language.RedirectionToken
type MergingRedirectionToken = class
    inherit RedirectionToken
Public Class MergingRedirectionToken
Inherits RedirectionToken
Inheritance
MergingRedirectionToken

Properties

Extent

Return the extent in the script of the token.

(Inherited from Token)
FromStream

The stream being redirected.

HasError

Returns true if the token is in error somehow, such as missing a closing quote.

(Inherited from Token)
Kind

Return the kind of token.

(Inherited from Token)
Text

Return the text of the token as it appeared in the script.

(Inherited from Token)
TokenFlags

Return the flags for the token.

(Inherited from Token)
ToStream

The stream being written to.

Methods

ToString()

Return the text of the token as it appeared in the script.

(Inherited from Token)

Applies to