Skip to content

Instantly share code, notes, and snippets.

@wim-beck
Last active October 1, 2020 10:28
Show Gist options
  • Save wim-beck/5594df972c37ce3b2627e3a6b828d7a2 to your computer and use it in GitHub Desktop.
Save wim-beck/5594df972c37ce3b2627e3a6b828d7a2 to your computer and use it in GitHub Desktop.
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