Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.RuntimeExceptionHandlingClause Class Referencesealed

Public Member Functions

override string ToString ()
 

Properties

override ExceptionHandlingClauseOptions Flags [get]
 
override int TryOffset [get]
 
override int TryLength [get]
 
override int HandlerOffset [get]
 
override int HandlerLength [get]
 
override int FilterOffset [get]
 
override Type CatchType [get]
 

Private Member Functions

 RuntimeExceptionHandlingClause ()
 

Private Attributes

RuntimeMethodBody _methodBody
 
ExceptionHandlingClauseOptions _flags
 
int _tryOffset
 
int _tryLength
 
int _handlerOffset
 
int _handlerLength
 
int _catchMetadataToken
 
int _filterOffset
 

Detailed Description

Definition at line 6 of file RuntimeExceptionHandlingClause.cs.


The documentation for this class was generated from the following file: