2
我想從源文件中提取嵌入資源。從編譯源提取資源
爲此,我使用編譯:
CompilerParameters CP = new CompilerParameters();
[...code...]
CP.EmbeddedResources.Add(@"C:\WindowsFormsApp3.exe");
現在,我有在的ressource我的文件:with the ressource
但我怎麼能提取物 - 呢?我用這個話題:How to Read an embedded resource as array of bytes without writing it to disk? 但它是行不通的,沒有出現在我的文件夾中:/
所以,如果你能幫助我,我要提取的文件夾中的ressource。
謝謝你。
好吧,我要去測試它。 –
嘿,你能給我一個截圖請,我有一個命名空間的問題:/謝謝你:) –