Microsoft.CodeAnalysis.CSharp.Scripting
A factory for creating and running C# scripts.
Create a new C# script.
The source code of the script.
The script options.
Type of global object.
Custom assembly loader.
The return type of the script
Code is null.
Create a new C# script.
The representing the source code of the script.
The script options.
Type of global object.
Custom assembly loader.
The return type of the script
Stream is null.
Stream is not readable or seekable.
Create a new C# script.
The source code of the script.
The script options.
Type of global object.
Custom assembly loader.
Code is null.
Create a new C# script.
The representing the source code of the script.
The script options.
Type of global object.
Custom assembly loader.
Stream is null.
Stream is not readable or seekable.
Run a C# script.
The source code of the script.
The script options.
An object instance whose members can be accessed by the script as global variables.
Type of global object, .GetType() is used if not specified.
Cancellation token.
The return type of the submission
Specified code has errors.
Run a C# script.
The source code of the script.
The script options.
An object instance whose members can be accessed by the script as global variables.
Type of global object, .GetType() is used if not specified.
Cancellation token.
Specified code has errors.
Run a C# script and return its resulting value.
The source code of the script.
The script options.
An object instance whose members can be accessed by the script as global variables.
Type of global object, .GetType() is used if not specified.
Cancellation token.
The return type of the submission
Returns the value returned by running the script.
Specified code has errors.
Run a C# script and return its resulting value.
The source code of the script.
The script options.
An object instance whose members can be accessed by the script as global variables.
Type of global object, .GetType() is used if not specified.
Cancellation token.
Returns the value returned by running the script.
Specified code has errors.
Microsoft (R) Visual C# Interactive Compiler version {0}
Copyright (C) Microsoft Corporation. All rights reserved.
Usage: csi [option] ... [script-file.csx] [script-argument] ...
Executes script-file.csx if specified, otherwise launches an interactive REPL (Read Eval Print Loop).
Options:
/help Display this usage message (alternative form: ...