Add Embedded Resource to specific path from Assembly compiled at Runtime

后端 未结 0 1002
情歌与酒
情歌与酒 2020-12-13 09:13
public void Compile()
    {
        string OutputPath = Application.dataPath + "/" + Path.Combine(Consts.OutputPath, DLLName) + ".dll";
        D         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题