C# Класс ImageProcessor.Configuration.ImageProcessorBootstrapper

The ImageProcessor bootstrapper containing initialization code for extending ImageProcessor.
Показать файл Открыть проект

Открытые методы

Метод Описание
AddImageFormats ( ) : void

Adds the given image formats to the supported format list. Useful for when the type finder fails to dynamically add the supported formats.

SetLogger ( ILogger logger ) : void

Allows the setting of the default logger. Useful for when the type finder fails to dynamically add the custom logger implementation.

Приватные методы

Метод Описание
ImageProcessorBootstrapper ( ) : System

Prevents a default instance of the ImageProcessorBootstrapper class from being created.

LoadLogger ( ) : void

Loads the logger.

LoadSupportedImageFormats ( ) : void

Creates a list, using reflection, of supported image formats that ImageProcessor can run.

Описание методов

AddImageFormats() публичный Метод

Adds the given image formats to the supported format list. Useful for when the type finder fails to dynamically add the supported formats.
public AddImageFormats ( ) : void
Результат void

SetLogger() публичный Метод

Allows the setting of the default logger. Useful for when the type finder fails to dynamically add the custom logger implementation.
public SetLogger ( ILogger logger ) : void
logger ILogger
Результат void