C# Class Luna.userdataType, lwf

Show file Open project: explodingbarrel/lwf Class Usage Examples

Public Methods

Method Description
ToBytes ( byte dst ) : void
userdataType ( byte src ) : System
userdataType ( int typeId, int objectId, bool gc, bool has_env ) : System

Method Details

ToBytes() public method

public ToBytes ( byte dst ) : void
dst byte
return void

userdataType() public method

public userdataType ( byte src ) : System
src byte
return System

userdataType() public method

public userdataType ( int typeId, int objectId, bool gc, bool has_env ) : System
typeId int
objectId int
gc bool
has_env bool
return System