Used .NET classes
Static methods used
- `check_assert' from ISE.Runtime.RUN_TIME
Security notes
Unhandled exceptions
Other notes
- We are using the ISE.Runtime.RUN_TIME class to have access to ISE runtime that
manages assertions so that we can turn them on or off.
- There is no implementation of `copy' and `clone' and therefore this does not work.
The solution is to force the compiler to generate a specific version of
`standard_copy' and `c_standard_clone' in every descendants of ANY that will do the
correct cloning and copying