C# Class Int64Load32Signed, dotnet-webassembly

Load 4 bytes and sign-extend i32 to i64.
Inheritance: MemoryReadInstruction
Exibir arquivo Open project: RyanLamansky/dotnet-webassembly

Private Properties

Property Type Description
Int64Load32Signed System.Reflection.Emit

Public Methods

Method Description
Int64Load32Signed ( ) : System.Reflection.Emit

Creates a new Int64Load32Signed instance.

Private Methods

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

Method Details

Int64Load32Signed() public method

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