Class ShellParseOptions
Inherited Members
Namespace: SociallyDistant.Core.Core.Scripting
Assembly: SociallyDistant.Framework.dll
Syntax
public sealed class ShellParseOptions
Fields
Default
Declaration
public static readonly ShellParseOptions Default
Field Value
Type | Description |
---|---|
ShellParseOptions |
Properties
ParseExpansionStrings
Declaration
public bool ParseExpansionStrings { get; set; }
Property Value
Type | Description |
---|---|
bool |
ParsePipes
Declaration
public bool ParsePipes { get; set; }
Property Value
Type | Description |
---|---|
bool |
ParseRedirection
Declaration
public bool ParseRedirection { get; set; }
Property Value
Type | Description |
---|---|
bool |