NonReturningStatus Type
The result of non-returning function analysis.
Union cases
Union case | Description |
Full Usage:
ConditionalNoRet int
Parameters:
int
|
|
Full Usage:
NoRet
|
|
Full Usage:
NotNoRet
|
|
Full Usage:
UnknownNoRet
|
Instance members
Instance member | Description |
Full Usage:
this.IsConditionalNoRet
Returns: bool
|
|
Full Usage:
this.IsNoRet
Returns: bool
|
|
Full Usage:
this.IsNotNoRet
Returns: bool
|
|
Full Usage:
this.IsUnknownNoRet
Returns: bool
|
|