Show / Hide Table of Contents

Interface IEmbeddedResource

Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IEmbeddedResource

Properties

Assembly

Declaration
Assembly Assembly { get; }
Property Value
Type Description
System.Reflection.Assembly

FileFormat

Declaration
string FileFormat { get; }
Property Value
Type Description
System.String

Filename

Declaration
string Filename { get; }
Property Value
Type Description
System.String

Name

Declaration
string Name { get; }
Property Value
Type Description
System.String

ResourceName

Declaration
string ResourceName { get; }
Property Value
Type Description
System.String

Stream

Declaration
Stream Stream { get; }
Property Value
Type Description
System.IO.Stream

Methods

Dispose()

Declaration
void Dispose()
Back to top Generated by DocFX