RedirectionAst(IScriptExtent, RedirectionStream) Constructor
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.
Initialize the common fields in a redirection.
protected:
RedirectionAst(System::Management::Automation::Language::IScriptExtent ^ extent, System::Management::Automation::Language::RedirectionStream from);
protected RedirectionAst (System.Management.Automation.Language.IScriptExtent extent, System.Management.Automation.Language.RedirectionStream from);
new System.Management.Automation.Language.RedirectionAst : System.Management.Automation.Language.IScriptExtent * System.Management.Automation.Language.RedirectionStream -> System.Management.Automation.Language.RedirectionAst
Protected Sub New (extent As IScriptExtent, from As RedirectionStream)
Parameters
- extent
- IScriptExtent
The extent of the redirection.
- from
- RedirectionStream
The stream to read from.