C# Class WasmSExprEmitter.SetMemory

Inheritance: SExpression
Afficher le fichier Open project: WebAssembly/ilwasm Class Usage Examples

Méthodes publiques

Свойство Type Description
IsAligned bool
Type Mono.Cecil.TypeReference

Méthodes publiques

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

Method Details

GetActualType() public méthode

public GetActualType ( Mono.Cecil.TypeSystem typeSystem ) : TypeReference
typeSystem Mono.Cecil.TypeSystem
Résultat Mono.Cecil.TypeReference

SetMemory() public méthode

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

Property Details

IsAligned public_oe property

public bool IsAligned
Résultat bool

Type public_oe property

public TypeReference,Mono.Cecil Type
Résultat Mono.Cecil.TypeReference