Class LegacyScriptParser
Inherited Members
Namespace: SociallyDistant.Core.Core.Scripting.Parsing
Assembly: SociallyDistant.Framework.dll
Syntax
[Obsolete("Please use ScriptParser instead")]
public class LegacyScriptParserConstructors
LegacyScriptParser(ShellParseOptions)
Declaration
public LegacyScriptParser(ShellParseOptions options)Parameters
| Type | Name | Description | 
|---|---|---|
| ShellParseOptions | options | 
Methods
ParseScript(string)
Declaration
public ShellInstruction ParseScript(string script)Parameters
| Type | Name | Description | 
|---|---|---|
| string | script | 
Returns
| Type | Description | 
|---|---|
| ShellInstruction |