Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(AB-161630) Refactor and extend class docs #10615

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion reference/5.1/Microsoft.PowerShell.Core/About/About.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: About topics cover a range of concepts about PowerShell.
Help Version: 6.0
Locale: en-US
ms.date: 03/18/2022
ms.date: 11/10/2023
title: About topics
---
# About topics
Expand Down Expand Up @@ -58,6 +58,18 @@ Describes a **CimSession** object and the difference between CIM sessions and Po
### [about_Classes](about_Classes.md)
Describes how you can use classes to create your own custom types.

### [about_Classes_Constructors](about_Classes_Constructors.md)
Describes how to define constructors for PowerShell classes.

### [about_Classes_Inheritance](about_Classes_Inheritance.md)
Describes how you can define classes that extend other types.

### [about_Classes_Methods](about_Classes_Methods.md)
Describes how to define methods for PowerShell classes.

### [about_Classes_Properties](about_Classes_Properties.md)
Describes how to define properties for PowerShell classes.

### [about_Command_Precedence](about_Command_Precedence.md)
Describes how PowerShell determines which command to run.

Expand Down
Loading