C# Class LuaInterface.Lua_Debug

显示文件 Open project: woshihuo12/UnityHello Class Usage Examples

Public Properties

Property Type Description
_name System.IntPtr
_namewhat System.IntPtr
_source System.IntPtr
_what System.IntPtr
currentline int
eventcode int
i_ci int
lastlinedefined int
linedefined int
nups int

Private Methods

Method Description
GetShortSrcLen ( byte str ) : int
tostring ( IntPtr p ) : string

Property Details

_name public_oe property

public IntPtr,System _name
return System.IntPtr

_namewhat public_oe property

public IntPtr,System _namewhat
return System.IntPtr

_source public_oe property

public IntPtr,System _source
return System.IntPtr

_what public_oe property

public IntPtr,System _what
return System.IntPtr

currentline public_oe property

public int currentline
return int

eventcode public_oe property

public int eventcode
return int

i_ci public_oe property

public int i_ci
return int

lastlinedefined public_oe property

public int lastlinedefined
return int

linedefined public_oe property

public int linedefined
return int

nups public_oe property

public int nups
return int