C# Class SharpOS.AOT.IR.Instructions.Newarr

Inheritance: Instruction
Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode Description
Newarr ( Class type, Register result, Register instance ) : System

Initializes a new instance of the Newarr class.

Process ( Method method ) : void

Processes the specified method.

Method Details

Newarr() public méthode

Initializes a new instance of the Newarr class.
public Newarr ( Class type, Register result, Register instance ) : System
type Class The type.
result Register The result.
instance Register The instance.
Résultat System

Process() public méthode

Processes the specified method.
public Process ( Method method ) : void
method Method The method.
Résultat void