Method | Description | |
---|---|---|
ExecuteInitScript ( this executor, string installPath, IPackage package, ILogger logger ) : void | ||
ExecuteScript ( this executor, string installPath, string scriptFileName, IPackage package, Project project, ILogger logger ) : void |
public static ExecuteInitScript ( this executor, string installPath, IPackage package, ILogger logger ) : void | ||
executor | this | |
installPath | string | |
package | IPackage | |
logger | ILogger | |
return | void |
public static ExecuteScript ( this executor, string installPath, string scriptFileName, IPackage package, Project project, ILogger logger ) : void | ||
executor | this | |
installPath | string | |
scriptFileName | string | |
package | IPackage | |
project | Project | |
logger | ILogger | |
return | void |