Table of Contents

Class CallEventArgs

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

Provides a description of events related to a frame in a call stack.

public class CallEventArgs : EventArgs
Inheritance
CallEventArgs
Inherited Members

Properties

Frame

Gets the call frame related to the event.

public CallFrame Frame { get; }

Property Value

CallFrame