Is it possible to export a PSv5 class from a module like we can with functions?
Not in the current release.
Use “using module .\MyClass.psm1”
Is it possible to export a PSv5 class from a module like we can with functions?
Not in the current release.
Use “using module .\MyClass.psm1”