Sparkles.Git.GitCommand.GitCommand C# (CSharp) Méthode

GitCommand() public méthode

public GitCommand ( string working_dir, string args ) : System
working_dir string
args string
Résultat System
        public GitCommand(string working_dir, string args)
            : this(working_dir, args, null)
        {
        }

Same methods

GitCommand::GitCommand ( string working_dir, string args, SSHAuthenticationInfo auth_info ) : System