C# 클래스 Recurity.Swf.AVM1Modifier.Modification

TODO : Documentation
파일 보기 프로젝트 열기: rtezli/Blitzableiter 1 사용 예제들

공개 메소드들

메소드 설명
Load ( List SourceCode, List variables ) : bool

Load ( string filename, List variables ) : bool

Modification ( uint indexOfMod ) : System

Modification ( uint indexOfMod, AbstractAction originalInstruction, string origInstructionMarker ) : System

비공개 메소드들

메소드 설명
Load ( ) : bool

Populate ( ) : bool

TODO : Documentation

PrepareAndReplaceLabel ( string statement, string &actionName ) : string

TODO : Documentation

RemoveComments ( ) : void

TODO : Documentation

메소드 상세

Load() 공개 메소드

public Load ( List SourceCode, List variables ) : bool
SourceCode List
variables List
리턴 bool

Load() 공개 메소드

public Load ( string filename, List variables ) : bool
filename string
variables List
리턴 bool

Modification() 공개 메소드

public Modification ( uint indexOfMod ) : System
indexOfMod uint
리턴 System

Modification() 공개 메소드

public Modification ( uint indexOfMod, AbstractAction originalInstruction, string origInstructionMarker ) : System
indexOfMod uint
originalInstruction Recurity.Swf.AVM1.AbstractAction
origInstructionMarker string
리턴 System