ImpliedReflection

0.2.1

Explore private properties and methods as if they were public.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name ImpliedReflection -RequiredVersion 0.2.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name ImpliedReflection -Version 0.2.1

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017 Patrick Meinecke. All rights reserved.

Package Details

Author(s)

  • Patrick Meinecke

Cmdlets

Add-PrivateMember Disable-ImpliedReflection Enable-ImpliedReflection

Dependencies

This module has no dependencies.

Release Notes

# v0.2.1
- Update for PowerShell Core 7.0.0-preview.1
- Fix Add-PrivateMember adding members that tracked the wrong instance
# v0.2.0
- Objects no longer need to be outputted before private members are available
- Enable invocation of private constructors via new "ctor" static proxy method
- Improve performance by using dynamically compiled delegates for reflection calls
- Full rewrite as binary module

FileList

Version History

Version Downloads Last updated
1.0.0 4,406 1/29/2022
0.2.1 (current version) 295 3/14/2020
0.2.0 299 9/10/2018
0.1.2 162 8/2/2017
0.1.1 36 7/31/2017
0.1.0 39 7/30/2017
Show more