JaCIL Framework API

HandlerTableItem Members

HandlerTableItem overview

Public Instance Constructors

HandlerTableItem Constructor Creates the item.

Public Instance Properties

Handler Returns the underlying Cecil handler
HandlerEnd The handler block end
HandlerStart The handler block start
TryEnd The protected block end
TryStart The protected block start

Public Instance Methods

HandlerBlockContains Returns whether the given instruction stream object is within the protected interval.
ProtectedBlockContains Returns whether the given instruction stream object is within the protected interval.
ToString Returns a string representation of the table.

See Also

HandlerTableItem Class | JaCIL.Compiler.Instruction Namespace