C# Class kOS.Safe.Compilation.OpcodePushDelegate

Inheritance: Opcode
Afficher le fichier Open project: KSP-KOS/KOS Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Execute ( ICpu cpu ) : void
OpcodePushDelegate ( int entryPoint, bool withClosure ) : System
PopulateFromMLFields ( List fields ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
OpcodePushDelegate ( ) : System

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

Method Details

Execute() public méthode

public Execute ( ICpu cpu ) : void
cpu ICpu
Résultat void

OpcodePushDelegate() protected méthode

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

OpcodePushDelegate() public méthode

public OpcodePushDelegate ( int entryPoint, bool withClosure ) : System
entryPoint int
withClosure bool
Résultat System

PopulateFromMLFields() public méthode

public PopulateFromMLFields ( List fields ) : void
fields List
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string