RuntimeDefinedParameterDictionary
Class
Definition
Represents a collection of runtime-defined parameters that are keyed based on the name of the parameter.
public class RuntimeDefinedParameterDictionary : System.Collections.Generic.Dictionary<string,System.Management.Automation.RuntimeDefinedParameter>
- Inheritance
-
RuntimeDefinedParameterDictionary
Remarks
Instances of RuntimeDefinedParameterDictionary should be returned to cmdlet implementations of GetDynamicParameters().
It is permitted to subclass <xref href="System.Management.Automation.RuntimeDefinedParameterDictionary"></xref>
but there is no established scenario for doing this, nor has it been tested.
Constructors
| RuntimeDefinedParameterDictionary() |
Constructs a new instance of a runtime-defined parameter dictionary. |
Properties
| Data |
Gets or sets private data associated with the runtime-defined parameters. |
| HelpFile |
Gets or sets the help file that documents these parameters |