C# Class Int32Store8, dotnet-webassembly

Wrap i32 to i8 and store 1 byte.
Inheritance: MemoryWriteInstruction
显示文件 Open project: RyanLamansky/dotnet-webassembly

Private Properties

Property Type Description
Int32Store8 System.Reflection.Emit

Public Methods

Method Description
Int32Store8 ( ) : System.Reflection.Emit

Creates a new Int32Store8 instance.

Private Methods

Method Description
Int32Store8 ( Reader, reader ) : System.Reflection.Emit

Method Details

Int32Store8() public method

Creates a new Int32Store8 instance.
public Int32Store8 ( ) : System.Reflection.Emit
return System.Reflection.Emit