C# Class NLSE.DataRef

Exibir arquivo Open project: kwsch/NLSE

Public Properties

Property Type Description
Offset int

Public Methods

Method Description
DataRef ( int offset, int length ) : System
getData ( byte Save ) : byte[]
getString ( byte Save ) : string
setData ( byte &Save, byte Inject ) : void
setString ( byte &Save, string s ) : void

Method Details

DataRef() public method

public DataRef ( int offset, int length ) : System
offset int
length int
return System

getData() public method

public getData ( byte Save ) : byte[]
Save byte
return byte[]

getString() public method

public getString ( byte Save ) : string
Save byte
return string

setData() public method

public setData ( byte &Save, byte Inject ) : void
Save byte
Inject byte
return void

setString() public method

public setString ( byte &Save, string s ) : void
Save byte
s string
return void

Property Details

Offset public_oe property

public int Offset
return int