C# Class WkHtmlToXSharp.Marshaller

Afficher le fichier Open project: hmadrigal/playground-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
FreeUtf8Ptr ( IntPtr ptr ) : void
StringToUtf8Ptr ( string str ) : IntPtr
Utf8PtrToString ( this @this, IntPtr ptr ) : string

Private Methods

Méthode Description
strlen ( IntPtr s ) : ulong

Method Details

FreeUtf8Ptr() public static méthode

public static FreeUtf8Ptr ( IntPtr ptr ) : void
ptr System.IntPtr
Résultat void

StringToUtf8Ptr() public static méthode

public static StringToUtf8Ptr ( string str ) : IntPtr
str string
Résultat System.IntPtr

Utf8PtrToString() public static méthode

public static Utf8PtrToString ( this @this, IntPtr ptr ) : string
@this this
ptr System.IntPtr
Résultat string