C# 클래스 Gibbed.RED.FileFormats.Script.Instructions.U16S32

상속: IInstruction
파일 보기 프로젝트 열기: yole/Gibbed.RED 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( Stream input ) : int
Serialize ( ICodeWriter output ) : void
ToString ( ) : string
U16S32 ( Opcode opcode, CompiledScriptsFile scripts ) : System.IO

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( Stream input ) : int
input System.IO.Stream
리턴 int

Serialize() 공개 메소드

public Serialize ( ICodeWriter output ) : void
output ICodeWriter
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

U16S32() 공개 메소드

public U16S32 ( Opcode opcode, CompiledScriptsFile scripts ) : System.IO
opcode Opcode
scripts CompiledScriptsFile
리턴 System.IO