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 = 1Indicates the value was pushed as a floating point number.
Integer = 0Indicates the value was pushed as an integer.
Structure = 2Indicates the value was pushed as a custom structure.