C# Class KopiLua.Lua.TString

Inheritance: TString_tsv
Mostra file Open project: mlnlover11/KopiLua-v5.1.5 Class Usage Examples

Public Properties

Property Type Description
str KopiLua.CharPtr

Public Methods

Method Description
TString ( ) : System
TString ( KopiLua.CharPtr str ) : System
ToString ( ) : string

Method Details

TString() public method

public TString ( ) : System
return System

TString() public method

public TString ( KopiLua.CharPtr str ) : System
str KopiLua.CharPtr
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

str public_oe property

public CharPtr,KopiLua str
return KopiLua.CharPtr