Legio1221 / Import-DLLs

PowerShell Module (function really) for importing DLLs into the current PowerShell Session.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import-DLLs : A PowerShell Script

Summary

The PowerShell Module contains the Import-DLLs function. The function searches the current directory, or the specified directory, for DLL files and attempts to add them to the current PowerShell session through Add-Type -Path <dll-file-path>.

About

PowerShell Module (function really) for importing DLLs into the current PowerShell Session.

License:MIT License


Languages

Language:PowerShell 100.0%