Alquimiaware.NuGetUnity.NuGetCommand.NuGetCommand C# (CSharp) Method

NuGetCommand() public method

public NuGetCommand ( Sources sources ) : System.Diagnostics
sources Sources
return System.Diagnostics
        public NuGetCommand(Sources sources)
        {
            this.Sources = sources;
            // Can only be called on main thread
            this.dataPath = Application.dataPath;
        }