Show / Hide Table of Contents

Namespace TheXDS.MCART.Resources

Classes

AssemblyUnpacker<T>

Base class for defining an IUnpacker<T> that extracts embedded resources from an Assembly.

BitmapUnpacker

Extracts bitmap resources from an assembly.

Colors

Incluye una colección de colores adicionales.

DeflateGetter

ICompressorGetter that constructs a DeflateStream that can be used to extract compressed information from a Stream.

Errors

Contains resources that generate new exception instances to be thrown.

GZipGetter

ICompressorGetter that builds a GZipStream that can be used to extract information compressed from a Stream.

ImageUnpacker

Extracts BitmapImage resources from an assembly.

License

Describes a license.

NullCompressorGetter

ICompressorGetter that exposes directly a Stream when the same has not been written using a compressor.

SecurityErrors

Contiene distintas excepciones que pueden ser lanzadas por MCART.Security.

SpdxLicense

Represents a license registered within the Software Package Data Exchange (SPDX) standards.

StringUnpacker

AssemblyUnpacker<T> that allows extracting text files embedded in an assembly as a string.

TextLicense

License whose content has been specified directly.

TextUnpacker

AssemblyUnpacker<T> that extracts text resources.

UnpackResult<T>

Contains the result of the async operation to unpack a resource.

Unpacker

AssemblyUnpacker<T> that exposes directly the Stream of the embedded resources of an assembly.

WpfErrors

Contiene una serie de miembros que instancian excepciones que pueden producirse dentro de MCART.WPF.

XamlUnpacker

Extrae recursos incrustados Xaml desde el ensamblado especificado.

Interfaces

IAsyncUnpacker<T>

Defines a series of methods to be implemented by a class that allows getting and extracting resources asynchronously.

ICompressorGetter

Defines a series of methods to be implemented by a class that allows getting a Stream to extract compressed information from another Stream.

IUnpacker<T>

Defines a series of methods to be implemented by a class that allows getting and extracting resources.

Enums

SpdxLicenseId

Enumerates all licenses registered within the Software Package Data Exchange (SPDX) standards.

In this article
Back to top Generated by DocFX