Is it possible to list all files which was added to assembly and marked as a resource (not embedded).
I’ve tried GetManifestResourceNames method. It only works with embedded resources. But I need to be that files marked as a resource, in order to access that files by using uri like this pack://application:,,,/ApplicationName;component/Resources/logo.png
thanks
You can access it like this:
[EDIT]
And you can list all of them by calling this method: