Namespaces
- Last UpdatedApr 30, 2024
- 1 minute read
Most common namespaces are automatically included, such as System, System.Collections.Generic, and Newtonsoft.Json. You can add any additional namespaces by using the standard C# #using statement at the top of the .csx file. You can also specify additional namespaces in the csx_autoimports entry of the RtsSettings.json file. See Configuration settings for more information.
The following namespaces are automatically available from the Scripting Interface. You don't need to add them to the csx_autoimports entry of the RtsSettings.json file.
-
System
-
System.Collections.Generic
-
System.Console
-
System.Data
-
System.Diagnostics
-
System.Drawing
-
System.IO
-
System.Math
-
System.Reflection
-
System.Runtime.CompilerServices
-
System.Text
-
System.Text.Encoding
-
System.Threading
-
System.Threading.Tasks
-
Microsoft.Win32
-
Newtonsoft.Json