ZeroInstall.Publish.EntryPoints.InterpretedScript.CreateCommand C# (CSharp) Method

CreateCommand() public method

public CreateCommand ( ) : Command
return Command
        public override Command CreateCommand()
        {
            return new Command
            {
                Name = CommandName,
                Path = RelativePath,
                Runner = new Runner {InterfaceUri = InterpreterInterface, Versions = InterpreterVersions}
            };
        }