Gets the field with the given name.
(name, parameterCount = -1)
| 12078 | } |
| 12079 | /** Gets the field with the given name. */ |
| 12080 | tryMethod(name, parameterCount = -1) { |
| 12081 | return this.class.tryMethod(name, parameterCount)?.withHolder(this); |
| 12082 | } |
| 12083 | /** Releases the lock on an object and attempts to block the current thread until it reacquires the lock. */ |
| 12084 | tryWait(timeout) { |
| 12085 | return !!Il2Cpp.Api._monitorTryWait(this, timeout); |
nothing calls this directly
no test coverage detected