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 = 4Indicates the invocation resulted in an error.
FullyHandled = 3Indicates the invocation is fully emulated by the invoker.
Inconclusive = 0Indicates the invocation was not handled yet.
StepIn = 1Indicates the invocation is handled as a step-in action.
StepOver = 2Indicates the invocation is handled fully by the invoker.