C# Class Int64Store32, dotnet-webassembly

Wrap i64 to i32 and store 4 bytes.
Inheritance: MemoryWriteInstruction
Datei anzeigen Open project: RyanLamansky/dotnet-webassembly

Private Properties

Property Type Description
Int64Store32 System.Reflection.Emit

Public Methods

Method Description
Int64Store32 ( ) : System.Reflection.Emit

Creates a new Int64Store32 instance.

Private Methods

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

Method Details

Int64Store32() public method

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