Show / Hide Table of Contents

    Class AssemblyFtpCommandHandlerScanner

    Scans the given assemblies for FTP command handlers.

    Inheritance
    Object
    AssemblyFtpCommandHandlerScanner
    Implements
    IFtpCommandHandlerScanner
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.Commands
    Assembly: FubarDev.FtpServer.dll
    Syntax
    public class AssemblyFtpCommandHandlerScanner : IFtpCommandHandlerScanner

    Constructors

    | Improve this Doc View Source

    AssemblyFtpCommandHandlerScanner(Assembly[])

    Initializes a new instance of the AssemblyFtpCommandHandlerScanner class.

    Declaration
    public AssemblyFtpCommandHandlerScanner(params Assembly[] assemblies)
    Parameters
    Type Name Description
    Assembly[] assemblies

    The assemblies to scan for FTP command handlers.

    Methods

    | Improve this Doc View Source

    Search()

    Search for FTP command handlers.

    Declaration
    public IEnumerable<IFtpCommandHandlerInformation> Search()
    Returns
    Type Description
    IEnumerable<IFtpCommandHandlerInformation>

    The information about the found FTP command handlers.

    Implements

    IFtpCommandHandlerScanner
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.