IInformationalInstruction.IHandlerInfo Interface
Definition
Section titled “Definition”Exception handler information related to an IInformationalInstruction.
public interface IInformationalInstruction.IHandlerInfoProperties
Section titled “Properties”HandlerPart
Section titled “HandlerPart”The handler part of this instruction.
IInformationalInstruction.HandlerPart HandlerPart { get; }Handler
Section titled “Handler”The Mono.Cecil ExceptionHandler this instruction belongs to.
ExceptionHandler Handler { get; }Methods
Section titled “Methods”Deconstruct(out HandlerPart, out ExceptionHandler)
Section titled “Deconstruct(out HandlerPart, out ExceptionHandler)”Deconstructs this IInformationalInstruction.IHandlerInfo.
void Deconstruct(out IInformationalInstruction.HandlerPart handlerPart, out ExceptionHandler exceptionHandler)Parameters
Section titled “Parameters”handlerPart IInformationalInstruction.HandlerPart
exceptionHandler ExceptionHandler