C# Class NScumm.Platform

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

Méthodes publiques

Méthode Description
FromStructure ( object obj ) : byte[]
LoadAssembly ( string dll ) : Assembly
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[]

LoadAssembly() public méthode

public LoadAssembly ( string dll ) : Assembly
dll string
Résultat System.Reflection.Assembly

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