JaCIL Framework API

HandlerTableItem.HandlerBlockContains Method 

Returns whether the given instruction stream object is within the protected interval.

public bool HandlerBlockContains(
   IInstructionStream instr
);

Parameters

instr
The stream to search the protected interval.

Return Value

Missing <returns> documentation for M:JaCIL.Compiler.Instruction.HandlerTableItem.HandlerBlockContains(JaCIL.Compiler.Instruction.IInstructionStream)

Remarks

This is a linear search operation over the interval and does not use the ordinal.

See Also

HandlerTableItem Class | JaCIL.Compiler.Instruction Namespace