C# Class Unity.IL2CPP.TryCatchInfo

Show file Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
CatchEnd int
CatchStart int
FaultEnd int
FaultStart int
FinallyEnd int
FinallyStart int
TryEnd int
TryStart int

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

CatchEnd public property

public int CatchEnd
return int

CatchStart public property

public int CatchStart
return int

FaultEnd public property

public int FaultEnd
return int

FaultStart public property

public int FaultStart
return int

FinallyEnd public property

public int FinallyEnd
return int

FinallyStart public property

public int FinallyStart
return int

TryEnd public property

public int TryEnd
return int

TryStart public property

public int TryStart
return int