This topic has not yet been rated - Rate this topic

PSParser.Tokenize Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Parses a script into a collection of tokens. The variants of this method accept a script as a string or an array of lines. This method is introduced in Windows PowerShell 2.0.
Name Description
PSParser.Tokenize (Object[], out Generic Collection) Parses a script, as an array of lines, into a collection of tokens. This method is introduced in Windows PowerShell 2.0.
PSParser.Tokenize (String, out Generic Collection) Parses a script into a collection of tokens. This method is introduced in Windows PowerShell 2.0.

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)