Filter By
Displaying results 1 - 4 of 4 (Page 1 of 1)
By:
|
5,271 downloads
|
Last Updated: 6/25/2025
|
Latest Version: 1.11.0
A set of PowerShell tools for working with custom type extensions. |
By:
|
102 downloads
|
Last Updated: 2/11/2022
|
Latest Version: 1.0
Provides additional cmdlets for PowerShell TypeData engine |
By:
|
66 downloads
|
Last Updated: 2/9/2024
|
Latest Version: 0.1.3
Loads and converts .NET extension methods into TypeData |
By:
|
70 downloads
|
Last Updated: 8/22/2024
|
Latest Version: 0.1.3
The [Use-ClassAccessors][1] cmdlet updates script property of a class from the getter and setter methods. Which are also known as [accessors or mutator methods][2]. The getter and setter methods should use the following syntax: ### getter syntax [<type>] get_<property name>() { return <variable> } or: [Object] get_<property n... More info |