C# 클래스 WkHtmlToXSharp.Marshaller

파일 보기 프로젝트 열기: hmadrigal/playground-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
FreeUtf8Ptr ( IntPtr ptr ) : void
StringToUtf8Ptr ( string str ) : IntPtr
Utf8PtrToString ( this @this, IntPtr ptr ) : string

비공개 메소드들

메소드 설명
strlen ( IntPtr s ) : ulong

메소드 상세

FreeUtf8Ptr() 공개 정적인 메소드

public static FreeUtf8Ptr ( IntPtr ptr ) : void
ptr System.IntPtr
리턴 void

StringToUtf8Ptr() 공개 정적인 메소드

public static StringToUtf8Ptr ( string str ) : IntPtr
str string
리턴 System.IntPtr

Utf8PtrToString() 공개 정적인 메소드

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