JaCIL Framework API

HandlerTableItem Class

Represents an item in the handler table for a given method. This is an abstraction using the IInstructionStream interface to make compiler interaction with handlers more straightforward.

For a list of all members of this type, see HandlerTableItem Members.

System.Object
   JaCIL.Compiler.Instruction.HandlerTableItem

public class HandlerTableItem

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: JaCIL.Compiler.Instruction

Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)

See Also

HandlerTableItem Members | JaCIL.Compiler.Instruction Namespace