Interface IEmbeddedResource
Assembly: Experior.Interfaces.dll
Syntax
public interface IEmbeddedResource
Properties
Assembly
Declaration
Assembly Assembly { get; }
Property Value
Type |
Description |
System.Reflection.Assembly |
|
Declaration
string FileFormat { get; }
Property Value
Type |
Description |
System.String |
|
Filename
Declaration
Property Value
Type |
Description |
System.String |
|
Name
Declaration
Property Value
Type |
Description |
System.String |
|
ResourceName
Declaration
string ResourceName { get; }
Property Value
Type |
Description |
System.String |
|
Stream
Declaration
Property Value
Type |
Description |
System.IO.Stream |
|
Methods
Dispose()
Declaration