KeraLua.CharPtr Struct Reference

Public Member Functions

 CharPtr (IntPtr ptrString)
 
override string ToString ()
 
string ToString (int length)
 

Static Public Member Functions

static implicit operator CharPtr (IntPtr ptr)
 
static string StringFromNativeUtf8 (IntPtr nativeUtf8, int len=0)
 

Public Attributes

IntPtr str
 

Constructor & Destructor Documentation

◆ CharPtr()

KeraLua.CharPtr.CharPtr ( IntPtr  ptrString)

Member Function Documentation

◆ operator CharPtr()

static implicit KeraLua.CharPtr.operator CharPtr ( IntPtr  ptr)
static

◆ StringFromNativeUtf8()

static string KeraLua.CharPtr.StringFromNativeUtf8 ( IntPtr  nativeUtf8,
int  len = 0 
)
static

◆ ToString() [1/2]

override string KeraLua.CharPtr.ToString ( )

◆ ToString() [2/2]

string KeraLua.CharPtr.ToString ( int  length)

Member Data Documentation

◆ str

IntPtr KeraLua.CharPtr.str

The documentation for this struct was generated from the following file: