UninstallRegistryPackageByNameStep
public sealed class UninstallRegistryPackageByNameStep : ActionStepRemoves a named direct Unity registry package dependency from the open project.
Constructors
Section titled “Constructors”
UninstallRegistryPackageByNameStep()
Section titled “UninstallRegistryPackageByNameStep()”public UninstallRegistryPackageByNameStep()Methods
Section titled “Methods”
Run(List)
Section titled “Run(List)”public override Task Run(List<ParameterValue> parameters)Removes the configured direct registry dependency from the open project’s package manifest.
Parameters
| Name | Type |
|---|---|
parameters |
System.Collections.Generic.List{Automator.ParameterValue} |
Returns
System.Threading.Tasks.Task