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

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

공개 메소드들

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

메소드 상세

Deserialize() 공개 메소드

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

FinalFunc() 공개 메소드

public FinalFunc ( CompiledScriptsFile scripts ) : System.IO
scripts CompiledScriptsFile
리턴 System.IO

Serialize() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string