Exemplo n.º 1
0
 IInstallCommandForMakeSelectableParametersPicker IInstallCommandForMakeSelectablePrivilegesPicker.WithPrivileges(Privileges privileges)
 => (this as IInstallCommandForMakeSelectablePrivilegesPicker).WithPrivileges(privileges.AsBytes());
Exemplo n.º 2
0
 IInstallCommandForRegistryUpdateParametersPicker IInstallCommandForRegistryUpdatePrivilegesPicker.WithPrivileges(Privileges privileges)
 => (this as IInstallCommandForRegistryUpdatePrivilegesPicker).WithPrivileges(privileges.AsBytes());
Exemplo n.º 3
0
 public IInstallCommandForInstallParametersPicker WithPrivileges(Privileges privileges)
 => (this as IInstallCommandForInstallPrivilegesPicker).WithPrivileges(privileges.AsBytes());