开发者

Resource file modification date

开发者 https://www.devze.com 2023-02-13 01:14 出处:网络
I am getting an image from a resource file like this: Image img = (Image)Resources.ResourceManager.GetObject(imgName) as Image;

I am getting an image from a resource file like this:

Image img = (Image)Resources.ResourceManager.GetObject(imgName) as Image;

Is there a way to get the modification date of this 开发者_Go百科image?


Sorry, you won't be able to access that information as the image is loaded into the assembly as binary information, not as a file.

0

精彩评论

暂无评论...
验证码 换一张
取 消