Skip to content

IInformationalInstruction.IHandlerInfo Interface

Exception handler information related to an IInformationalInstruction.

C#
public interface IInformationalInstruction.IHandlerInfo

The handler part of this instruction.

C#
IInformationalInstruction.HandlerPart HandlerPart { get; }

The Mono.Cecil ExceptionHandler this instruction belongs to.

C#
ExceptionHandler Handler { get; }

Deconstruct(out HandlerPart, out ExceptionHandler)

Section titled “Deconstruct(out HandlerPart, out ExceptionHandler)”

Deconstructs this IInformationalInstruction.IHandlerInfo.

C#
void Deconstruct(out IInformationalInstruction.HandlerPart handlerPart, out ExceptionHandler exceptionHandler)

handlerPart IInformationalInstruction.HandlerPart

exceptionHandler ExceptionHandler