SharpCvsLib

CommitCommand.CreateCommand Method 

Create the command object that will be used to act on the repository.

[Visual Basic]
Public Function CreateCommand() As ICommand
[C#]
public ICommand CreateCommand();

Return Value

The command object that will be used to act on the repository.

Exceptions

Exception TypeCondition
ExceptionTODO: Make a more specific exception
NotImplementedExceptionIf the command argument is not implemented currently. TODO: Implement the argument.

See Also

CommitCommand Class | ICSharpCode.SharpCvsLib.Console.Commands Namespace