Last active
October 1, 2020 10:28
-
-
Save wim-beck/5594df972c37ce3b2627e3a6b828d7a2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
param($dll, $namespace, $class, $method, $args) | |
Add-Type -Path $dll | |
[$namespace.$class]::$method($args) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment