C# Class Unity.IL2CPP.TryCatchInfo

Datei anzeigen 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_oe property

public int CatchEnd
return int

CatchStart public_oe property

public int CatchStart
return int

FaultEnd public_oe property

public int FaultEnd
return int

FaultStart public_oe property

public int FaultStart
return int

FinallyEnd public_oe property

public int FinallyEnd
return int

FinallyStart public_oe property

public int FinallyStart
return int

TryEnd public_oe property

public int TryEnd
return int

TryStart public_oe property

public int TryStart
return int