Table of Contents

Enum StackSlotTypeHint

Namespace
Echo.Platforms.AsmResolver.Emulation.Stack
Assembly
Echo.Platforms.AsmResolver.dll

Provides type hints indicating how a value was pushed onto the stack.

public enum StackSlotTypeHint

Fields

Float = 1

Indicates the value was pushed as a floating point number.

Integer = 0

Indicates the value was pushed as an integer.

Structure = 2

Indicates the value was pushed as a custom structure.