C# Class NScumm.WindowsUAPPlatform

Inheritance: IPlatform
Afficher le fichier Open project: scemino/nscumm

Méthodes publiques

Méthode Description
FromStructure ( object obj ) : byte[]
SizeOf ( Type type ) : int
Sleep ( int timeInMs ) : void
ToStructure ( byte data, int offset, Type type ) : object
WriteStructure ( byte data, int offset, Type type ) : IWrappedObject

Method Details

FromStructure() public méthode

public FromStructure ( object obj ) : byte[]
obj object
Résultat byte[]

SizeOf() public méthode

public SizeOf ( Type type ) : int
type System.Type
Résultat int

Sleep() public méthode

public Sleep ( int timeInMs ) : void
timeInMs int
Résultat void

ToStructure() public méthode

public ToStructure ( byte data, int offset, Type type ) : object
data byte
offset int
type System.Type
Résultat object

WriteStructure() public méthode

public WriteStructure ( byte data, int offset, Type type ) : IWrappedObject
data byte
offset int
type System.Type
Résultat IWrappedObject