Base class for implementing sysroots and toolchains for IL2CPP
| HostArch | Returns name of the host architecture | 
| HostPlatform | Returns name of the host platform | 
| Name | Returns name of the sysroot | 
| TargetArch | Returns name of the target architecture | 
| TargetPlatform | Returns name of the target platform | 
| GetIl2CppArguments | Returns the next Il2Cpp argument on each call | 
| GetIl2CppCompilerFlags | Returns compiler flags string to pass to Il2Cpp | 
| GetIl2CppLinkerFlags | Returns linker flags string to pass to Il2Cpp | 
| GetSysrootPath | Returns path to sysroot | 
| GetToolchainPath | Returns path to toolchain | 
| Initialize | Initializes sysroot |