LoadResourceFromUri Method
Will load resource from any assembly that is part of the application. It does not rely on Application which is specific to a (UI) frameowrk.
Syntax
public static Stream LoadResourceFromUri( 
   Uri uri,
   Assembly asm
)

Parameters

uri
asm
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also