Table of Contents

Enum InvocationResultType

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

Provides members describing the different types of invocation results that can be produced during a method invocation in a CIL virtual machine.

public enum InvocationResultType

Fields

Exception = 4

Indicates the invocation resulted in an error.

FullyHandled = 3

Indicates the invocation is fully emulated by the invoker.

Inconclusive = 0

Indicates the invocation was not handled yet.

StepIn = 1

Indicates the invocation is handled as a step-in action.

StepOver = 2

Indicates the invocation is handled fully by the invoker.