Exemplo n.º 1
0
 public PowershellCmdlet(CmdletsInfo cmdlet, params PowershellModule[] modules) : base(modules)
 {
     this.cmdlet = cmdlet;
 }
Exemplo n.º 2
0
 public PowershellCmdlet(CmdletsInfo cmdlet) : base()
 {
     this.cmdlet = cmdlet;
 }
 public void Add(CmdletsInfo cmdlet)
 {
     this.cmdlets.Add(cmdlet);
 }
 public WindowsAzurePowershellCmdlet(CmdletsInfo cmdlet) : base(cmdlet, ConstructModules())
 {
 }
Exemplo n.º 5
0
 public PowershellCmdlet(CmdletsInfo cmdlet) : base()
 {
     this.cmdlet = cmdlet;
 }
Exemplo n.º 6
0
 public PowershellCmdlet(CmdletsInfo cmdlet, params PowershellModule[] modules) : base(modules)
 {
     this.cmdlet = cmdlet;
 }
Exemplo n.º 7
0
 public void Add(CmdletsInfo cmdlet)
 {
     this.cmdlets.Add(cmdlet);
 }