Application.GetResourceStream Method
Returns a resource stream for a resource data file that is located at the specified Uri (see WPF Application Resource, Content, and Data Files).
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- uriResource
- Type: System.Uri
The Uri that maps to an embedded resource.
Return Value
Type: System.Windows.Resources.StreamResourceInfoA StreamResourceInfo that contains a resource stream for resource data file that is located at the specified Uri.
| Exception | Condition |
|---|---|
| ArgumentNullException | The Uri that is passed to GetResourceStream is null. |
| ArgumentException | The OriginalString property of the Uri that is passed to GetResourceStream is null. |
| ArgumentException | The Uri that is passed to GetResourceStream is either not relative, or is absolute but not in the pack://application:,,,/ form. |
| IOException | The Uri that is passed to GetResourceStream cannot be found. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.