Search Results for

    Class LoaderEnvironment

    Inheritance
    object
    LoaderEnvironment
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: RedLoader.Utils
    Assembly: RedLoader.dll
    Syntax
    public static class LoaderEnvironment

    Properties

    CompatibilityLayerDirectory

    Declaration
    public static string CompatibilityLayerDirectory { get; }
    Property Value
    Type Description
    string

    DependenciesDirectory

    Declaration
    public static string DependenciesDirectory { get; }
    Property Value
    Type Description
    string

    GameExecutableName

    Name of the executable without the extension

    Declaration
    public static string GameExecutableName { get; }
    Property Value
    Type Description
    string

    GameExecutablePath

    Declaration
    public static string GameExecutablePath { get; }
    Property Value
    Type Description
    string

    GameRootDirectory

    Path of the directory where the game executable is located

    Declaration
    public static string GameRootDirectory { get; }
    Property Value
    Type Description
    string

    Il2CppAssembliesDirectory

    Declaration
    public static string Il2CppAssembliesDirectory { get; }
    Property Value
    Type Description
    string

    Il2CppAssemblyGeneratorDirectory

    Declaration
    public static string Il2CppAssemblyGeneratorDirectory { get; }
    Property Value
    Type Description
    string

    Il2CppDataDirectory

    Declaration
    public static string Il2CppDataDirectory { get; }
    Property Value
    Type Description
    string

    IsDotnetRuntime

    Declaration
    public static bool IsDotnetRuntime { get; }
    Property Value
    Type Description
    bool

    IsMonoRuntime

    Declaration
    public static bool IsMonoRuntime { get; }
    Property Value
    Type Description
    bool

    LibsDirectory

    Declaration
    public static string LibsDirectory { get; }
    Property Value
    Type Description
    string

    LoaderDirectory

    Path of {gameroot}/{loader}/

    Declaration
    public static string LoaderDirectory { get; }
    Property Value
    Type Description
    string

    LoaderFolderName

    The folder name of the loader

    Declaration
    public static string LoaderFolderName { get; }
    Property Value
    Type Description
    string

    ModsDirectory

    Declaration
    public static string ModsDirectory { get; }
    Property Value
    Type Description
    string

    OurRuntimeDirectory

    Declaration
    public static string OurRuntimeDirectory { get; }
    Property Value
    Type Description
    string

    PendingDirectory

    Declaration
    public static string PendingDirectory { get; }
    Property Value
    Type Description
    string

    PluginsDirectory

    Declaration
    public static string PluginsDirectory { get; }
    Property Value
    Type Description
    string

    SupportModuleDirectory

    Declaration
    public static string SupportModuleDirectory { get; }
    Property Value
    Type Description
    string

    UnityGameDataDirectory

    Declaration
    public static string UnityGameDataDirectory { get; }
    Property Value
    Type Description
    string

    UnityPlayerPath

    Declaration
    public static string UnityPlayerPath { get; }
    Property Value
    Type Description
    string

    UserDataDirectory

    Declaration
    public static string UserDataDirectory { get; }
    Property Value
    Type Description
    string

    Methods

    GetMetadataPath(Assembly)

    Declaration
    public static PathObject GetMetadataPath(Assembly assembly)
    Parameters
    Type Name Description
    Assembly assembly
    Returns
    Type Description
    PathObject

    GetModDataPath(ModBase)

    Declaration
    public static PathObject GetModDataPath(ModBase mod)
    Parameters
    Type Name Description
    ModBase mod
    Returns
    Type Description
    PathObject

    GetModDataPath(Assembly)

    Declaration
    public static PathObject GetModDataPath(Assembly assembly)
    Parameters
    Type Name Description
    Assembly assembly
    Returns
    Type Description
    PathObject