C# Class WkHtmlToXSharp.Marshaller

Mostra file Open project: hmadrigal/playground-dotnet Class Usage Examples

Public Methods

Method Description
FreeUtf8Ptr ( IntPtr ptr ) : void
StringToUtf8Ptr ( string str ) : IntPtr
Utf8PtrToString ( this @this, IntPtr ptr ) : string

Private Methods

Method Description
strlen ( IntPtr s ) : ulong

Method Details

FreeUtf8Ptr() public static method

public static FreeUtf8Ptr ( IntPtr ptr ) : void
ptr System.IntPtr
return void

StringToUtf8Ptr() public static method

public static StringToUtf8Ptr ( string str ) : IntPtr
str string
return System.IntPtr

Utf8PtrToString() public static method

public static Utf8PtrToString ( this @this, IntPtr ptr ) : string
@this this
ptr System.IntPtr
return string