Search Results for

    Show / Hide Table of Contents

    Delegate CommandShellCommandDelegate

    Delegate which must be used to register shell methods

    Namespace: Simplic.CommandShell
    Assembly: Simplic.CommandShell.dll
    Syntax
    public delegate string CommandShellCommandDelegate(string commandName, CommandShellParameterCollection parameter);
    Parameters
    Type Name Description
    System.String commandName

    Name of the command

    CommandShellParameterCollection parameter

    array with parameter

    Returns
    Type Description
    System.String

    Result of the command

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx