Global Usings
Global usings are namespaces that are explicitly available without needing to specify them.
These are:
Namespace | Description |
---|---|
System | Basic system types |
System.Linq | LINQ queries |
System.Collections.Generic | Generic collections like List, Dictionary |
System.Text | String manipulation |
System.Text.RegularExpressions | Regular expressions |
System.Diagnostics | Processes |
System.IO | File and stream operations |
System.Globalization | Culture-specific operations |
FileFlows.Plugin | FileFlows plugin |