Show / Hide Table of Contents

    Class DynDllImportAttribute

    Similar to DllImport, but requires you to run typeof(DeclaringType).ResolveDynDllImports();

    Inheritance
    System.Object
    DynDllImportAttribute
    Namespace: MonoMod.Utils
    Assembly: MonoMod.Utils.dll
    Syntax
    public class DynDllImportAttribute : Attribute

    Constructors

    DynDllImportAttribute(String, String[])

    Declaration
    public DynDllImportAttribute(string dll, params string[] entryPoints)
    Parameters
    Type Name Description
    System.String dll
    System.String[] entryPoints

    Fields

    DLL

    Declaration
    public string DLL
    Field Value
    Type Description
    System.String

    EntryPoints

    Declaration
    public string[] EntryPoints
    Field Value
    Type Description
    System.String[]

    Properties

    EntryPoint

    Declaration
    public string EntryPoint { set; }
    Property Value
    Type Description
    System.String
    Back to top Yet another C# modding swiss army knife.