C# 클래스 Mercurial.ListFile

This class can be used internally by the other command classes, to provide support for a list of files written out to a temporary file, instead of passing them all on the command line.
Using the list file syntax is only supported on Mercurial 1.8 and above. This class will handle this automatically.
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
Cleanup ( ) : void

Cleans up by removing the temporary file left from GetArguments, provided one was created and it is still present.

GetArguments ( ) : string[]

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.

메소드 상세

Cleanup() 공개 메소드

Cleans up by removing the temporary file left from GetArguments, provided one was created and it is still present.
public Cleanup ( ) : void
리턴 void

GetArguments() 공개 메소드

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.
public GetArguments ( ) : string[]
리턴 string[]