C# Class NLSE.DataRef

Afficher le fichier Open project: kwsch/NLSE

Méthodes publiques

Свойство Type Description
Offset int

Méthodes publiques

Méthode 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 méthode

public DataRef ( int offset, int length ) : System
offset int
length int
Résultat System

getData() public méthode

public getData ( byte Save ) : byte[]
Save byte
Résultat byte[]

getString() public méthode

public getString ( byte Save ) : string
Save byte
Résultat string

setData() public méthode

public setData ( byte &Save, byte Inject ) : void
Save byte
Inject byte
Résultat void

setString() public méthode

public setString ( byte &Save, string s ) : void
Save byte
s string
Résultat void

Property Details

Offset public_oe property

public int Offset
Résultat int