这应该可以解决问题.
Assembly program = Assembly.Load(ASSEMBLY_BYTES);
string[] args = new string[] { "-s" };
program.EntryPoint.Invoke(null, new object[] { args });
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1456 次 |
| 最近记录: |