Show / Hide Table of Contents

Class EmbeddedResourceHelper

EmbeddedResourceHelper

Inheritance
System.Object
EmbeddedResourceHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Base.Imp.Blazor
Assembly: Fusee.Base.Imp.Blazor.dll
Syntax
public static class EmbeddedResourceHelper

Methods

Load(String, Assembly)

Tries to load an embedded resource from given assembly as a stream

Declaration
public static Stream Load(string resourceName, Assembly assembly = null)
Parameters
Type Name Description
System.String resourceName
System.Reflection.Assembly assembly
Returns
Type Description
System.IO.Stream

The stream specified by path.

Generated by DocFX
GitHub Repo
Back to top