UpdateRegistryPackageByNameStep
public sealed class UpdateRegistryPackageByNameStep : ActionStepUpdates a named Unity registry package in the open project to the requested version.
Constructors
Section titled “Constructors”
UpdateRegistryPackageByNameStep()
Section titled “UpdateRegistryPackageByNameStep()”public UpdateRegistryPackageByNameStep()Methods
Section titled “Methods”
Run(List)
Section titled “Run(List)”public override Task Run(List<ParameterValue> parameters)Updates the configured registry package to the requested version and waits for Package Manager completion.
Parameters
| Name | Type |
|---|---|
parameters |
System.Collections.Generic.List{Automator.ParameterValue} |
Returns
System.Threading.Tasks.Task