PSTokenType
Enum
Definition
PowerShell token types.
public enum PSTokenType
- Inheritance
-
PSTokenType
Fields
| Attribute | Attributes |
| Command | Command |
| CommandArgument | Command Argument |
| CommandParameter | Command Parameter |
| Comment | Comment |
| GroupEnd | Group Ender |
| GroupStart | Group Starter |
| Keyword | Keyword |
| LineContinuation | Line continuation |
| LoopLabel | Loop label |
| Member | Property name or method name |
| NewLine | New line. This is '\n' |
| Number | Number |
| Operator | Operators |
| Position | Position token |
| StatementSeparator | Statement separator. This is ';' |
| String | String |
| Type | Types |
| Unknown | Unknown token |
| Variable | Variable |