How to create real objects with behavior (methods) in PowerShell?

后端 未结 3 545
名媛妹妹
名媛妹妹 2021-02-07 23:18

Probably this question has been answered before.... but I have not found a specific answer to my needs.

BTW I\'m using PowerShell 3

Well, I\'m new in PowerShell

3条回答
  •  面向向阳花
    2021-02-07 23:48

    If you want full OOP (including inheritance, although not interfaces), then PSClass is an MS-PL licensed implementation.

提交回复
热议问题