C# Class kOS.Safe.Compilation.OpcodePushDelegate

Inheritance: Opcode
Exibir arquivo Open project: KSP-KOS/KOS Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
OpcodePushDelegate ( ) : System

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

Method Details

Execute() public method

public Execute ( ICpu cpu ) : void
cpu ICpu
return void

OpcodePushDelegate() protected method

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

OpcodePushDelegate() public method

public OpcodePushDelegate ( int entryPoint, bool withClosure ) : System
entryPoint int
withClosure bool
return System

PopulateFromMLFields() public method

public PopulateFromMLFields ( List fields ) : void
fields List
return void

ToString() public method

public ToString ( ) : string
return string