Table of Contents

Class DispatcherTableEntryAttribute

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

Marks the class as a default operation code handler for a CilDispatcher.

[AttributeUsage(AttributeTargets.Class)]
public class DispatcherTableEntryAttribute : Attribute
Inheritance
DispatcherTableEntryAttribute
Inherited Members

Constructors

DispatcherTableEntryAttribute(params CilCode[])

Marks the class as a default handler for a CilDispatcher for the provided operation codes.

public DispatcherTableEntryAttribute(params CilCode[] opCodes)

Parameters

opCodes CilCode[]

The opcodes the class handles.

Properties

OpCodes

Gets a collection of opcodes this class handles.

public CilCode[] OpCodes { get; }

Property Value

CilCode[]