C# Class WasmSExprEmitter.SetMemory

Inheritance: SExpression
Mostrar archivo Open project: WebAssembly/ilwasm Class Usage Examples

Public Properties

Property Type Description
IsAligned bool
Type Mono.Cecil.TypeReference

Public Methods

Method Description
GetActualType ( Mono.Cecil.TypeSystem typeSystem ) : TypeReference
SetMemory ( TypeReference type, bool isAligned, JSExpression addressInBytes, JSExpression value ) : System

Method Details

GetActualType() public method

public GetActualType ( Mono.Cecil.TypeSystem typeSystem ) : TypeReference
typeSystem Mono.Cecil.TypeSystem
return Mono.Cecil.TypeReference

SetMemory() public method

public SetMemory ( TypeReference type, bool isAligned, JSExpression addressInBytes, JSExpression value ) : System
type Mono.Cecil.TypeReference
isAligned bool
addressInBytes JSExpression
value JSExpression
return System

Property Details

IsAligned public_oe property

public bool IsAligned
return bool

Type public_oe property

public TypeReference,Mono.Cecil Type
return Mono.Cecil.TypeReference