Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Powershell Cmdlet parameters -Tab expansion

$
0
0

 

HI Team

Am developing Cmdlets using C#.  Like to clarify the following.

1) When attempt to expand the command with tabs,  would the method

getDynamicParameters()  be called for every parameter, to fetch the dynamic parameters

corresponding to it ? 

2) If (1) is not true,  how is that the powershell run time figures out whether a 

parameter has dependent parameters to be fetched dynamically ?

 


Viewing all articles
Browse latest Browse all 6937

Trending Articles