Show / Hide Table of Contents

    Class DynDllMapping

    Inheritance
    System.Object
    DynDllMapping
    Namespace: MonoMod.Utils
    Assembly: MonoMod.Utils.dll
    Syntax
    public sealed class DynDllMapping : Object

    Constructors

    DynDllMapping()

    Declaration
    public DynDllMapping()

    Fields

    Flags

    Platform-dependant loading flags.

    Declaration
    public Nullable<int> Flags
    Field Value
    Type Description
    System.Nullable<System.Int32>

    ResolveAs

    The name as which the library will be resolved as. Useful to remap libraries or to provide full paths.

    Declaration
    public string ResolveAs
    Field Value
    Type Description
    System.String
    Back to top Yet another C# modding swiss army knife.