ImageLoadersRegistry.GetFirstSupportedDescriptorByTypeName

ImageLoadersRegistry.GetFirstSupportedDescriptorByTypeName method

Gets the first supported descriptor by its type name.

public static IImageLoaderDescriptor GetFirstSupportedDescriptorByTypeName(
    string descriptorTypeName)
ParameterTypeDescription
descriptorTypeNameStringThe descriptor type name.

Return Value

The first found loader descriptor or null if not such descriptor is found.

Remarks

The first loader descriptor will be actually the last registered.

See Also