Class EmbeddedResourceLoader
Inheritance
System.Object
EmbeddedResourceLoader
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Resources
Assembly: Experior.Core.dll
Syntax
public class EmbeddedResourceLoader
Constructors
EmbeddedResourceLoader(Assembly)
Declaration
public EmbeddedResourceLoader(Assembly a)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.Assembly | a |
Properties
SupportedFormats
Declaration
public static IReadOnlyDictionary<string, string> SupportedFormats { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyDictionary<System.String, System.String> |
Methods
Contains(String)
Declaration
public bool Contains(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
System.Boolean |
Get(String)
Declaration
public EmbeddedResource Get(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
EmbeddedResource |
IsSupported(String)
Declaration
public static bool IsSupported(string fileformat)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileformat |
Returns
Type | Description |
---|---|
System.Boolean |