TypePx
2.0.1.20
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
Copyright 2016 Kirk Munro
Package Details
Author(s)
- Kirk Munro
Tags
type accelerator extended system ets extensions add-member update-typedata ps1xml
Functions
Add-TypeAccelerator Get-TypeAccelerator Remove-TypeAccelerator Set-TypeAccelerator Use-Namespace
Dependencies
Release Notes
- Using a type extension that is defined in this module will not result in the module being auto-loaded because auto-loading only works for commands. If you use this module regularly, you should add the following command to your profile:
Import-Module TypePx
- This module used to be called TypeAccelerator. In order to use this module in an environment where the TypeAccelerator module is installed, you should first uninstall (remove from disk) the TypeAccelerator module.
- It should be noted that, on PowerShell 5.0 or later, there is a known issue such that you cannot change or remove a type accelerator once it has been used. This is due to internal caching of the type accelerators. It may appear that you can change it, and Add-/Set-TypeAccelerator will work without issue, however behind the scenes it will not be changed, and it will still resolve to the original target type.
FileList
- TypePx.nuspec
- LICENSE
- NOTICE
- TypePx.psd1
- TypePx.psm1
- functions\Add-TypeAccelerator.ps1
- functions\Get-TypeAccelerator.ps1
- functions\Remove-TypeAccelerator.ps1
- functions\Set-TypeAccelerator.ps1
- functions\Use-Namespace.ps1
- helpers\Add-AliasPropertyData.ps1
- helpers\Add-ScriptMethodData.ps1
- helpers\Add-ScriptPropertyData.ps1
- snippets\Dictionary.AddArrayItem.ps1
- snippets\Dictionary.AddListItem.ps1
- snippets\String.ToScriptBlock.ps1
- typedata\array.ps1
- typedata\datetime.ps1
- typedata\dictionary.ps1
- typedata\enumerable.ps1
- typedata\numerics.ps1
- typedata\psmoduleinfo.ps1
- typedata\psscriptcmdlet.ps1
- typedata\securestring.ps1
- typedata\string.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
2.0.1.20 (current version) | 1,297 | 3/28/2016 |
2.0.0.19 | 255 | 11/17/2014 |
2.0.0.18 | 27 | 11/17/2014 |
2.0.0.17 | 28 | 11/14/2014 |
2.0.0.16 | 29 | 11/8/2014 |
2.0.0.15 | 28 | 11/6/2014 |
2.0.0.12 | 29 | 10/16/2014 |
2.0.0.11 | 27 | 10/14/2014 |
2.0.0.10 | 29 | 10/9/2014 |
2.0.0.9 | 26 | 10/9/2014 |
2.0.0.8 | 27 | 10/8/2014 |
2.0.0.6 | 30 | 10/6/2014 |