Search Results for

    Show / Hide Table of Contents

    Class DllRegister

    Helpers to load native libraries.

    Inheritance
    object
    DllRegister
    Namespace: Evergine.Platform
    Assembly: Evergine.Platform.dll
    Syntax
    public static class DllRegister

    Methods

    Register(Assembly)

    Register the given assembly native libraries to be loaded.

    Declaration
    public static void Register(Assembly assembly)
    Parameters
    Type Name Description
    Assembly assembly

    The assembly to be registered.

    Register(Assembly, INativeLibraryRegisterMapping)

    Register the given assembly native libraries to be loaded.

    Declaration
    public static void Register(Assembly assembly, INativeLibraryRegisterMapping mapping)
    Parameters
    Type Name Description
    Assembly assembly

    The assembly to be registered.

    INativeLibraryRegisterMapping mapping

    The mapping.

    In this article
    Back to top
    Generated by DocFX