C# Class System.Reflection.Emit.__ExceptionInfo

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
Done ( int endAddr ) : void
GetCatchAddresses ( ) : int[]
GetCatchClass ( ) : System.Type[]
GetCatchEndAddresses ( ) : int[]
GetCurrentState ( ) : int
GetEndAddress ( ) : int
GetEndLabel ( ) : Label
GetExceptionTypes ( ) : int[]
GetFilterAddresses ( ) : int[]
GetFinallyEndAddress ( ) : int
GetFinallyEndLabel ( ) : Label
GetNumberOfCatches ( ) : int
GetStartAddress ( ) : int
IsInner ( __ExceptionInfo exc ) : bool
MarkCatchAddr ( int catchAddr, Type catchException ) : void
MarkFaultAddr ( int faultAddr ) : void
MarkFilterAddr ( int filterAddr ) : void
MarkFinallyAddr ( int finallyAddr, int endCatchAddr ) : void
MarkHelper ( int catchorfilterAddr, int catchEndAddr, Type catchClass, int type ) : void
SetFinallyEndLabel ( Label lbl ) : void
__ExceptionInfo ( ) : System
__ExceptionInfo ( int startAddr, Label endLabel ) : System