ListFile.

GetArguments() Method

Summary

Gets the sequence of arguments to pass to the command line client. This might write out a temporary file on disk, so be sure to call Cleanup() when the command has completed execution.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
ListFile

Syntax

public string[] GetArguments()

Return Value

Type Description
string[] A collection of arguments to pass to the command line client.