Gets the method with the given name.
(name, parameterCount = -1)
| 12050 | } |
| 12051 | /** Gets the method with the given name. */ |
| 12052 | method(name, parameterCount = -1) { |
| 12053 | return this.class.method(name, parameterCount).withHolder(this); |
| 12054 | } |
| 12055 | /** Notifies a thread in the waiting queue of a change in the locked object's state. */ |
| 12056 | pulse() { |
| 12057 | return Il2Cpp.Api._monitorPulse(this); |
no test coverage detected