Search Results for

    Show / Hide Table of Contents
    note

    VeloxDB is still in beta and APIs are subject to change. We are in the process of completing the documentation, so some sections may be incomplete or empty at this time.

    Interface IAssemblyProvider

    Allows a user to dinamically provide additional assemblies containing protocol classes.

    Namespace: VeloxDB.Protocol
    Assembly: vlxc.dll
    Syntax
    public interface IAssemblyProvider

    Methods

    GetAssemblies()

    Returns a sequence of assemblies that contain additional classes that might be used as protocl classes.

    Declaration
    IEnumerable<Assembly> GetAssemblies()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.Reflection.Assembly>

    A sequence of additional assemblies.

    In This Article
    © 2025 Copyright: VeloxDB