Is it possible to execute a .NET dll without an exe to load it?

后端 未结 5 1459
野性不改
野性不改 2020-12-09 09:09

I\'m curious if there\'s a way to execute a static .DLL method in a new process without having to create an .EXE for it?

AFAIK, this isn\'t possible with native Win3

5条回答
  •  时光说笑
    2020-12-09 09:29

    A .NET Assembly can be loaded in PowerShell. (Well, PowerShell is an EXE, but not specialized for running code from any particular assembly)

提交回复
热议问题