C# 클래스 ImageMagick.NativeLibraryLoader

파일 보기 프로젝트 열기: dlemstra/Magick.NET 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateCacheDirectory string
ExtractLibrary void
GrantEveryoneReadAndExecuteAccess void
Load void
WriteAssembly void
WriteXmlResources void

공개 메소드들

메소드 설명
Copy ( Stream source, Stream destination ) : void

비공개 메소드들

메소드 설명
CreateCacheDirectory ( ) : string
ExtractLibrary ( ) : void
GrantEveryoneReadAndExecuteAccess ( string cacheDirectory ) : void
Load ( ) : void
WriteAssembly ( string tempFile ) : void
WriteXmlResources ( string cacheDirectory ) : void

메소드 상세

Copy() 공개 정적인 메소드

public static Copy ( Stream source, Stream destination ) : void
source Stream
destination Stream
리턴 void