Class EmbeddedResource
Inheritance
System.Object
EmbeddedResource
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 EmbeddedResource : IDisposable, IEmbeddedResource
Constructors
EmbeddedResource(Assembly, String, String, String, Stream, String)
Declaration
public EmbeddedResource(Assembly assembly, string filename, string fileFormat, string name, Stream stream, string resourceName)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.Assembly | assembly | |
System.String | filename | |
System.String | fileFormat | |
System.String | name | |
System.IO.Stream | stream | |
System.String | resourceName |
Properties
Assembly
Declaration
public Assembly Assembly { get; }
Property Value
Type | Description |
---|---|
System.Reflection.Assembly |
FileFormat
Declaration
public string FileFormat { get; }
Property Value
Type | Description |
---|---|
System.String |
Filename
Declaration
public string Filename { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
ResourceName
Declaration
public string ResourceName { get; }
Property Value
Type | Description |
---|---|
System.String |
Stream
Declaration
public Stream Stream { get; }
Property Value
Type | Description |
---|---|
System.IO.Stream |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable