Class LoaderEnvironment
Inheritance
LoaderEnvironment
Assembly: RedLoader.dll
Syntax
public static class LoaderEnvironment
Properties
CompatibilityLayerDirectory
Declaration
public static string CompatibilityLayerDirectory { get; }
Property Value
DependenciesDirectory
Declaration
public static string DependenciesDirectory { get; }
Property Value
GameExecutableName
Name of the executable without the extension
Declaration
public static string GameExecutableName { get; }
Property Value
GameExecutablePath
Declaration
public static string GameExecutablePath { get; }
Property Value
GameRootDirectory
Path of the directory where the game executable is located
Declaration
public static string GameRootDirectory { get; }
Property Value
Il2CppAssembliesDirectory
Declaration
public static string Il2CppAssembliesDirectory { get; }
Property Value
Il2CppAssemblyGeneratorDirectory
Declaration
public static string Il2CppAssemblyGeneratorDirectory { get; }
Property Value
Il2CppDataDirectory
Declaration
public static string Il2CppDataDirectory { get; }
Property Value
IsDotnetRuntime
Declaration
public static bool IsDotnetRuntime { get; }
Property Value
IsMonoRuntime
Declaration
public static bool IsMonoRuntime { get; }
Property Value
LibsDirectory
Declaration
public static string LibsDirectory { get; }
Property Value
LoaderDirectory
Path of {gameroot}/{loader}/
Declaration
public static string LoaderDirectory { get; }
Property Value
LoaderFolderName
The folder name of the loader
Declaration
public static string LoaderFolderName { get; }
Property Value
ModsDirectory
Declaration
public static string ModsDirectory { get; }
Property Value
OurRuntimeDirectory
Declaration
public static string OurRuntimeDirectory { get; }
Property Value
PendingDirectory
Declaration
public static string PendingDirectory { get; }
Property Value
PluginsDirectory
Declaration
public static string PluginsDirectory { get; }
Property Value
SupportModuleDirectory
Declaration
public static string SupportModuleDirectory { get; }
Property Value
UnityGameDataDirectory
Declaration
public static string UnityGameDataDirectory { get; }
Property Value
UnityPlayerPath
Declaration
public static string UnityPlayerPath { get; }
Property Value
UserDataDirectory
Declaration
public static string UserDataDirectory { get; }
Property Value
Methods
Declaration
public static PathObject GetMetadataPath(Assembly assembly)
Parameters
Returns
GetModDataPath(ModBase)
Declaration
public static PathObject GetModDataPath(ModBase mod)
Parameters
Returns
GetModDataPath(Assembly)
Declaration
public static PathObject GetModDataPath(Assembly assembly)
Parameters
Returns