CommandPrediction.PredictInput Method

Definition

Overloads

PredictInput(Ast, Token[])

C#
public static System.Threading.Tasks.Task<System.Collections.Generic.List<System.Management.Automation.Subsystem.PredictionResult>> PredictInput (System.Management.Automation.Language.Ast ast, System.Management.Automation.Language.Token[] astTokens);

Parameters

ast
Ast
astTokens
Token[]

Returns

Applies to

Product Versions

PredictInput(Ast, Token[], Int32)

C#
[System.Diagnostics.DebuggerStepThrough]
public static System.Threading.Tasks.Task<System.Collections.Generic.List<System.Management.Automation.Subsystem.PredictionResult>> PredictInput (System.Management.Automation.Language.Ast ast, System.Management.Automation.Language.Token[] astTokens, int millisecondsTimeout);

Parameters

ast
Ast
astTokens
Token[]
millisecondsTimeout
Int32

Returns

Attributes

Applies to

Product Versions