PEAPI

CILInstructions.EndFilterBlock Method 

Mark this position as the end of the last started block and make it a filter block. This filter block is associated with the specified try block.

[Visual Basic]
Public Sub EndFilterBlock( _
   ByVal filterLab As PEAPI.CILLabel, _
   ByVal tryBlock As PEAPI.TryBlock _
)
[C#]
public void EndFilterBlock(
   CILLabel filterLab,
   TryBlock tryBlock
);

Parameters

filterLab
the label where the filter code is
tryBlock
the try block associated with this filter block

See Also

CILInstructions Class | CILInstructions Members | PEAPI Namespace