C# 클래스 kOS.Safe.Compilation.OpcodePushDelegate

상속: Opcode
파일 보기 프로젝트 열기: KSP-KOS/KOS 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Execute ( ICpu cpu ) : void
OpcodePushDelegate ( int entryPoint, bool withClosure ) : System
PopulateFromMLFields ( List fields ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
OpcodePushDelegate ( ) : System

This variant of the constructor is just for ML file save/load to use.

메소드 상세

Execute() 공개 메소드

public Execute ( ICpu cpu ) : void
cpu ICpu
리턴 void

OpcodePushDelegate() 보호된 메소드

This variant of the constructor is just for ML file save/load to use.
protected OpcodePushDelegate ( ) : System
리턴 System

OpcodePushDelegate() 공개 메소드

public OpcodePushDelegate ( int entryPoint, bool withClosure ) : System
entryPoint int
withClosure bool
리턴 System

PopulateFromMLFields() 공개 메소드

public PopulateFromMLFields ( List fields ) : void
fields List
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string