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 ?