C# Class Int64Store16, dotnet-webassembly

Wrap i64 to i16 and store 2 bytes.
Inheritance: MemoryWriteInstruction
显示文件 Open project: RyanLamansky/dotnet-webassembly

Private Properties

Property Type Description
Int64Store16 System.Reflection.Emit

Public Methods

Method Description
Int64Store16 ( ) : System.Reflection.Emit

Creates a new Int64Store16 instance.

Private Methods

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

Method Details

Int64Store16() public method

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