Skip to content

Commit

Permalink
Merge pull request #10623 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
11/10/2023 PM Publish
  • Loading branch information
Taojunshen authored Nov 10, 2023
2 parents cdeb557 + 0907916 commit 0e89a4f
Show file tree
Hide file tree
Showing 24 changed files with 17,456 additions and 2,791 deletions.
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

0 comments on commit 0e89a4f

Please sign in to comment.