C# Class ImageMagick.NativeLibraryLoader

Show file Open project: dlemstra/Magick.NET Class Usage Examples

Private Properties

Property Type Description
CreateCacheDirectory string
ExtractLibrary void
GrantEveryoneReadAndExecuteAccess void
Load void
WriteAssembly void
WriteXmlResources void

Public Methods

Method Description
Copy ( Stream source, Stream destination ) : void

Private Methods

Method Description
CreateCacheDirectory ( ) : string
ExtractLibrary ( ) : void
GrantEveryoneReadAndExecuteAccess ( string cacheDirectory ) : void
Load ( ) : void
WriteAssembly ( string tempFile ) : void
WriteXmlResources ( string cacheDirectory ) : void

Method Details

Copy() public static method

public static Copy ( Stream source, Stream destination ) : void
source Stream
destination Stream
return void