RuntimeDefinedParameterDictionary Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents a collection of parameters that can be constructed at run time.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
System.Collections.Generic.Dictionary
System.Management.Automation.RuntimeDefinedParameterDictionary
System.Management.Automation Namespace
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
Usage
Visual Basic
Dim instance As RuntimeDefinedParameterDictionary
Syntax
Visual Basic
<SerializableAttribute> _ Public Class RuntimeDefinedParameterDictionary Inherits Dictionary(Of String, RuntimeDefinedParameter)
C#
[SerializableAttribute] public class RuntimeDefinedParameterDictionary : Dictionary<string,RuntimeDefinedParameter>
C++
[SerializableAttribute] public ref class RuntimeDefinedParameterDictionary : public Dictionary<String^, RuntimeDefinedParameter^>
J#
/** @attribute SerializableAttribute() */ public class RuntimeDefinedParameterDictionary extends Dictionary<String,RuntimeDefinedParameter>
JScript
SerializableAttribute public class RuntimeDefinedParameterDictionary extends Dictionary<String,RuntimeDefinedParameter>
Remarks
This collection is keyed from the parameter names.
The RuntimeDefinedParameterDictionary class is used only by the Windows PowerShell runtime. There are no established scenarios for deriving from this class.
Inheritance Hierarchy
System.Object
System.Collections.Generic.Dictionary
System.Management.Automation.RuntimeDefinedParameterDictionary
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSee Also
Reference
RuntimeDefinedParameterDictionary MembersSystem.Management.Automation Namespace
Other Resources
Windows PowerShell SDKSend comments about this topic to Microsoft.