C# 클래스 ImageProcessor.Configuration.ImageProcessorBootstrapper

The ImageProcessor bootstrapper containing initialization code for extending ImageProcessor.
파일 보기 프로젝트 열기: JimBobSquarePants/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