C# Class Unity.IL2CPP.Common.CFG.InstructionData

Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Свойство Type Description
StackAfter int
StackBefore int

Méthodes publiques

Méthode Description
InstructionData ( int before, int after ) : System

Method Details

InstructionData() public méthode

public InstructionData ( int before, int after ) : System
before int
after int
Résultat System

Property Details

StackAfter public_oe property

public int StackAfter
Résultat int

StackBefore public_oe property

public int StackBefore
Résultat int