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

Exibir arquivo Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
StackAfter int
StackBefore int

Public Methods

Method Description
InstructionData ( int before, int after ) : System

Method Details

InstructionData() public method

public InstructionData ( int before, int after ) : System
before int
after int
return System

Property Details

StackAfter public_oe property

public int StackAfter
return int

StackBefore public_oe property

public int StackBefore
return int