Class LayerResourcesRegistry

LayerResourcesRegistry class

Define the the layer resources registry for PSD files loading.

public static class LayerResourcesRegistry

Properties

NameDescription
static RegisteredDescriptors { get; }Gets the registered descriptors.

Methods

NameDescription
static GetFirstSupportedDescriptor(Stream, int)Gets the first supported opener descriptor.
static GetFirstSupportedDescriptorByTypeName(string)Gets the first supported descriptor by its type name.
static LoadResourceByFirstSupportedDescriptor(Stream, int)Loads LayerResource using first found opener suitable for the specified stream.
static RegisterOpener(ILayerResourceLoader)Registers the opener.
static UnregisterOpener(ILayerResourceLoader)Unregisters the opener.

See Also