CreateCmdletInfo() static private method

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