C# Class ImageMagick.UTF8Marshaler

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

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
CreateInstance ( string value ) : INativeInstance
ManagedToNative ( string value ) : IntPtr
NativeToManaged ( IntPtr nativeData ) : string
NativeToManagedAndRelinquish ( IntPtr nativeData ) : string
UTF8Marshaler ( string value ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void