C# 클래스 NScumm.Platform

상속: IPlatform
파일 보기 프로젝트 열기: scemino/nscumm

공개 메소드들

메소드 설명
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

메소드 상세

FromStructure() 공개 메소드

public FromStructure ( object obj ) : byte[]
obj object
리턴 byte[]

LoadAssembly() 공개 메소드

public LoadAssembly ( string dll ) : Assembly
dll string
리턴 System.Reflection.Assembly

SizeOf() 공개 메소드

public SizeOf ( Type type ) : int
type System.Type
리턴 int

Sleep() 공개 메소드

public Sleep ( int timeInMs ) : void
timeInMs int
리턴 void

ToStructure() 공개 메소드

public ToStructure ( byte data, int offset, Type type ) : object
data byte
offset int
type System.Type
리턴 object

WriteStructure() 공개 메소드

public WriteStructure ( byte data, int offset, Type type ) : IWrappedObject
data byte
offset int
type System.Type
리턴 IWrappedObject