nuget server logo nuget api documents
↑

API Docs / REnv / ExternalCommandLine

ExternalCommandLine

Full name SMRUCC.Rsharp.Interpreter.ExecuteEngine.ExpressionSymbols.ExternalCommandLine Assembly REnv Members 10

External commandline invoke

 @"cli"

00 Remarks

Supports the commandline string input in multiple lines

01 Syntax

SMRUCC.Rsharp.Interpreter.ExecuteEngine.ExpressionSymbols.ExternalCommandLine

02 Methods

NameOverloadsSummary
possibleInterpolationFailure 1 create a warning message about the commandline string in string interpolate syntax
ToString 1
SetAttribute 1
Evaluate 1

03 Properties

NameOverloadsSummary
ShellRsharpCmd 1 A special path to indicate the R#.exe file path
ShellRscriptHost 1 A special path to indicate the Rscript.exe file path
type 1
expressionName 1

04 Fields

NameOverloadsSummary
cli 1 expression object should generates the commandline string value
silent 1 do not should the std_out content of child process?

05 Members

method possibleInterpolationFailure #
possibleInterpolationFailure(String, Environment)

create a warning message about the commandline string in string interpolate syntax

Parameters
NameTypeDescription
commandlineString

-

envirEnvironment

-

property ShellRsharpCmd #
ShellRsharpCmd

A special path to indicate the R#.exe file path

property ShellRscriptHost #
ShellRscriptHost

A special path to indicate the Rscript.exe file path

field cli #
cli

expression object should generates the commandline string value

field silent #
silent

do not should the std_out content of child process?

property type #
type
property expressionName #
expressionName
method ToString #
ToString()
method SetAttribute #
SetAttribute(NamedValue(Of String))
method Evaluate #
Evaluate(Environment)