[Gtk-sharp-list] Embeded File does not work with glade in windows?

Peter Johanson latexer at gentoo.org
Fri Dec 1 18:31:10 EST 2006


On Fri, Dec 01, 2006 at 07:43:05PM -0200, Carlos Adriano Portes wrote:
> Could you give me an example of such methods?

For a given assembly, you can use assembly.GetManifestResourceNames ()
to get a string[] of the names of the resources in the asssembly. So for
each string in Assembly.GetEntryAssembly ().GetManifestResourceNames (),
check if the string.EndsWith (my_resource_name) and you should be able
to find the one you want.

-pete



More information about the Gtk-sharp-list mailing list