PathInfoStack Class

Definition

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
PathInfoStack

Properties

Name

Gets the name of the stack.

Applies to