PERWAPI.CILInstruction.GetDeltaDistance C# (CSharp) Méthode

GetDeltaDistance() abstract private méthode

Get the delta distance for this instruction.
The delta distance is the resulting difference of items left on the stack after calling this instruction.
abstract private GetDeltaDistance ( ) : int
Résultat int
        internal abstract int GetDeltaDistance();