C# 클래스 Nethereum.EVM.Program

파일 보기 프로젝트 열기: Nethereum/Nethereum

공개 메소드들

메소드 설명
GetCurrentInstruction ( ) : byte
Program ( byte instructions ) : System
SetInstrunctionIndex ( int index ) : void
StackPop ( ) : byte[]
StackPush ( byte stackWord ) : void
Step ( ) : void
Step ( int steps ) : void
Stop ( ) : void
Sweep ( int number ) : byte[]
VerifyStackOverflow ( int args, int returns ) : void

비공개 메소드들

메소드 설명
ThrowWhenPushStackOverflows ( ) : void

메소드 상세

GetCurrentInstruction() 공개 메소드

public GetCurrentInstruction ( ) : byte
리턴 byte

Program() 공개 메소드

public Program ( byte instructions ) : System
instructions byte
리턴 System

SetInstrunctionIndex() 공개 메소드

public SetInstrunctionIndex ( int index ) : void
index int
리턴 void

StackPop() 공개 메소드

public StackPop ( ) : byte[]
리턴 byte[]

StackPush() 공개 메소드

public StackPush ( byte stackWord ) : void
stackWord byte
리턴 void

Step() 공개 메소드

public Step ( ) : void
리턴 void

Step() 공개 메소드

public Step ( int steps ) : void
steps int
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Sweep() 공개 메소드

public Sweep ( int number ) : byte[]
number int
리턴 byte[]

VerifyStackOverflow() 공개 메소드

public VerifyStackOverflow ( int args, int returns ) : void
args int
returns int
리턴 void