ReadOnlyPSMemberInfoCollection Generic Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Serves as a read only collection of members.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
System.Management.Automation.ReadOnlyPSMemberInfoCollection
System.Management.Automation Namespace
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
Usage
Visual Basic
Dim instance As ReadOnlyPSMemberInfoCollection(Of T)
Syntax
Visual Basic
<DefaultMemberAttribute("Item")> _ Public Class ReadOnlyPSMemberInfoCollection(Of T As PSMemberInfo) Implements IEnumerable(Of T), IEnumerable
C#
[DefaultMemberAttribute("Item")] public class ReadOnlyPSMemberInfoCollection<T> : IEnumerable<T>, IEnumerable where T : PSMemberInfo
C++
[DefaultMemberAttribute(L"Item")] generic<typename T> where T : PSMemberInfo public ref class ReadOnlyPSMemberInfoCollection : IEnumerable<T>, IEnumerable
J#
JScript
Remarks
A read-only collection of members is returned by calls to the Match method.
Although it is possible to derive from this class, there is no established scenario for doing this and any attempt to do so may result in unexpected behavior.
Inheritance Hierarchy
System.Object
System.Management.Automation.ReadOnlyPSMemberInfoCollection
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
ReadOnlyPSMemberInfoCollection MembersSystem.Management.Automation Namespace
Other Resources
Windows PowerShell SDKSend comments about this topic to Microsoft.