C# Class kOS.Safe.Compilation.OpcodePushDelegateRelocateLater

This serves the same purpose as OpcodePushRelocateLater, except it's for use with UserDelegates instead of raw integer IP calls.
Inheritance: OpcodePushRelocateLater
Exibir arquivo Open project: KSP-KOS/KOS

Private Properties

Property Type Description

Public Methods

Method Description
OpcodePushDelegateRelocateLater ( string destLabel, bool withClosure ) : System
PopulateFromMLFields ( List fields ) : void

Protected Methods

Method Description
OpcodePushDelegateRelocateLater ( ) : System

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

Method Details

OpcodePushDelegateRelocateLater() protected method

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

OpcodePushDelegateRelocateLater() public method

public OpcodePushDelegateRelocateLater ( string destLabel, bool withClosure ) : System
destLabel string
withClosure bool
return System

PopulateFromMLFields() public method

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