CreateCmdletInfo() static private method

static private CreateCmdletInfo ( ) : CmdletInfo
return System.Management.Automation.CmdletInfo
Esempio n. 1
0
 public void LoadCmdInfo()
 {
     info = TestParameterCommand.CreateCmdletInfo();
 }
Esempio n. 2
0
 public void LoadCmdInfo()
 {
     _info   = TestParameterCommand.CreateCmdletInfo();
     _cmdlet = new TestParameterCommand();
     _binder = new CmdletParameterBinder(_info, _cmdlet);
 }