ExceptionRegion Struct

Definizione

public value class ExceptionRegion
public struct ExceptionRegion
public readonly struct ExceptionRegion
type ExceptionRegion = struct
Public Structure ExceptionRegion
Ereditarietà
ExceptionRegion

Proprietà

CatchType

Ottiene un handle TypeRef, TypeDef o TypeSpec se l'area rappresenta un catch oppure un token nil in caso contrario (default(EntityHandle)).

FilterOffset

Ottiene l'offset IL dell'inizio del blocco del filtro oppure -1 se l'area non è un filtro.

HandlerLength

Ottiene la lunghezza, in byte, del gestore eccezioni.

HandlerOffset

Ottiene l'offset IL iniziale del gestore eccezioni.

Kind
TryLength

Ottiene la lunghezza, in byte, del blocco try.

TryOffset

Ottiene l'offset IL iniziale del blocco try.

Si applica a