Run my third-party DLL file with PowerShell

前端 未结 3 401
死守一世寂寞
死守一世寂寞 2020-12-13 13:56

I am not sure if this is possible or not with PowerShell.

But basically I have a Windows Forms program that configures a program called EO Server. The EO Server has

3条回答
  •  半阙折子戏
    2020-12-13 14:21

    Take a look at the blog post Load a Custom DLL from PowerShell. If you can interact with an object in .NET, you can probably do it in PowerShell too.

提交回复
热议问题