Enum ParsePart
INTERNAL API. Used by the parser to determine which stage it's at in the course of parsing a command string.
Namespace: Petabridge.Cmd
Assembly: Petabridge.Cmd.Common.dll
Syntax
public enum ParsePart
Fields
| Name | Description |
|---|---|
| Command | |
| CommandArgument | |
| CommandArgumentValue | |
| Module | |
| Unknown |