ZeroInstall.Commands.Utils.Exporter.Exporter C# (CSharp) Метод

Exporter() публичный Метод

Creates a new exporter.
The directory could not be createdor. Creating the directory is not permitted.
public Exporter ( [ selections, [ requirements, [ destination ) : System
selections [ A list of s to check for referenced feeds.
requirements [ The used to generate the .
destination [ The path of the directory to export to.
Результат System
        public Exporter([NotNull] Selections selections, [NotNull] Requirements requirements, [NotNull] string destination)
            : this(selections, requirements.GetEffective().First().Architecture, destination)
        {}

Same methods

Exporter::Exporter ( [ selections, Architecture architecture, [ destination ) : System