PathInfoStack Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An object that represents a stack of paths.
public ref class PathInfoStack sealed : System::Collections::Generic::Stack<System::Management::Automation::PathInfo ^>
public sealed class PathInfoStack : System.Collections.Generic.Stack<System.Management.Automation.PathInfo>
type PathInfoStack = class
inherit Stack<PathInfo>
Public NotInheritable Class PathInfoStack
Inherits Stack(Of PathInfo)
- Inheritance
Properties
Name |
Gets the name of the stack. |