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 Create a new C# script. The source code of the script. The script options. Type of global object. Custom assembly loader. 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. A strongly-typed resource class, for looking up localized strings, etc. Returns the cached ResourceManager instance used by this class. Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. Looks up a localized string similar to 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: /?) /version Display the version and exit /i Drop to REPL after executing the specified script. /r:<file> Reference metadata from the specified assembly file (alternative [rest of string was truncated]";. Looks up a localized string similar to Microsoft (R) Visual C# Interactive Compiler version {0}. Looks up a localized string similar to Copyright (C) Microsoft Corporation. All rights reserved..