jjm.one.CommandLineToolWrapper  2.0.0-alpha.0
A C# library that provides a wrapper for command line tools.
Public Member Functions | List of all members
IToolWrapper Interface Reference

Represents a wrapper for a command line tool. More...

Inheritance diagram for IToolWrapper:
Inheritance graph
[legend]

Public Member Functions

Task< ProcessResult > RunCommandAsync (string command, params object?[] args)
 Runs a command asynchronously. More...
 

Detailed Description

Represents a wrapper for a command line tool.

Member Function Documentation

◆ RunCommandAsync()

Task<ProcessResult> IToolWrapper.RunCommandAsync ( string  command,
params object?[]  args 
)

Runs a command asynchronously.

Parameters
commandThe command to run.
argsThe arguments for the command.
Returns
A Task representing the asynchronous operation, with a ProcessResult as the result.

Implemented in ToolWrapper.


The documentation for this interface was generated from the following file: