Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
ThinNeo
Compiler
Op
C# Class ThinNeo.Compiler.Op
Show file
Open project: ZoroChain/Zoro.one
Public Properties
Property
Type
Description
addr
UInt16
code
OpCode
error
bool
paramData
byte[]
paramType
ParamType
Public Methods
Method
Description
AsAddr
( ) :
Int16
AsHexString
( ) :
string
AsString
( ) :
string
ToString
( ) :
string
getCodeName
( ) :
string
Method Details
AsAddr()
public
method
public
AsAddr
( ) :
Int16
return
Int16
AsHexString()
public
method
public
AsHexString
( ) :
string
return
string
AsString()
public
method
public
AsString
( ) :
string
return
string
ToString()
public
method
public
ToString
( ) :
string
return
string
getCodeName()
public
method
public
getCodeName
( ) :
string
return
string
Property Details
addr
public property
public
UInt16
addr
return
UInt16
code
public property
public
OpCode
code
return
OpCode
error
public property
public
bool
error
return
bool
paramData
public property
public
byte[]
paramData
return
byte[]
paramType
public property
public
ParamType
paramType
return
ParamType