Search Results for

    Show / Hide Table of Contents

    Class GitRunner

    Bridge to the git command line interface

    Inheritance
    Object
    GitRunner
    Implements
    IGitRunner
    Namespace: i5.Toolkit.Core.VersionTool
    Assembly: cs.temp.dll.dll
    Syntax
    public class GitRunner : IGitRunner

    Methods

    RunCommand(String, out String, out String)

    Runs git with the specified arguments

    Declaration
    public int RunCommand(string arguments, out string output, out string errors)
    Parameters
    Type Name Description
    String arguments

    The argument string which is passed to git

    String output

    The standard output of the command

    String errors

    The error output of the command

    Returns
    Type Description
    Int32

    The exit code of the command

    Implements

    IGitRunner
    In This Article
    Back to top i5 Toolkit Documentation