C# Class Unity.IL2CPP.TryCatchInfo

Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Свойство Type Description
CatchEnd int
CatchStart int
FaultEnd int
FaultStart int
FinallyEnd int
FinallyStart int
TryEnd int
TryStart int

Méthodes publiques

Méthode Description
ToString ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

CatchEnd public_oe property

public int CatchEnd
Résultat int

CatchStart public_oe property

public int CatchStart
Résultat int

FaultEnd public_oe property

public int FaultEnd
Résultat int

FaultStart public_oe property

public int FaultStart
Résultat int

FinallyEnd public_oe property

public int FinallyEnd
Résultat int

FinallyStart public_oe property

public int FinallyStart
Résultat int

TryEnd public_oe property

public int TryEnd
Résultat int

TryStart public_oe property

public int TryStart
Résultat int