ExceptionRegion Struct

Definizione

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

Proprietà

Nome Descrizione
CatchType

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

FilterOffset

Ottiene l'offset IL dell'inizio del blocco di filtro o -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