Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Unity
IL2CPP
TryCatchInfo
C# Class Unity.IL2CPP.TryCatchInfo
Mostra 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_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