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

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

Méthodes publiques

Méthode Description
Ldnull ( Register result ) : System

Initializes a new instance of the Ldnull class.

Process ( Method method ) : void

Processes the specified method.

Method Details

Ldnull() public méthode

Initializes a new instance of the Ldnull class.
public Ldnull ( Register result ) : System
result Register The result.
Résultat System

Process() public méthode

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