C# Class ScriptCs.Package.PackageInstaller

Inheritance: IPackageInstaller
ファイルを表示 Open project: 7sharp9/scriptcs Class Usage Examples

Public Methods

Method Description
InstallPackages ( IEnumerable packageIds, bool allowPreRelease = false, Action packageInstalled = null ) : void
PackageInstaller ( IInstallationProvider installer ) : System

Method Details

InstallPackages() public method

public InstallPackages ( IEnumerable packageIds, bool allowPreRelease = false, Action packageInstalled = null ) : void
packageIds IEnumerable
allowPreRelease bool
packageInstalled Action
return void

PackageInstaller() public method

public PackageInstaller ( IInstallationProvider installer ) : System
installer IInstallationProvider
return System