Filter By

Package Types

Operating System

Categories

Trust Information

By: | 1,942 downloads | Last Updated: 8/10/2021 | Latest Version: 1.9.0

A set of PowerShell tools for working with type extensions.

By: | 83 downloads | Last Updated: 2/11/2022 | Latest Version: 1.0

Provides additional cmdlets for PowerShell TypeData engine

By: | 49 downloads | Last Updated: 2/9/2024 | Latest Version: 0.1.3

Loads and converts .NET extension methods into TypeData

By: | 39 downloads | Last Updated: 2/27/2024 | Latest Version: 0.1.1

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