Gets the flags of the current method.
()
| 11740 | } |
| 11741 | /** Gets the flags of the current method. */ |
| 11742 | get flags() { |
| 11743 | return Il2Cpp.Api._methodGetFlags(this, NULL); |
| 11744 | } |
| 11745 | /** Gets the implementation flags of the current method. */ |
| 11746 | get implementationFlags() { |
| 11747 | const implementationFlagsPointer = Memory.alloc(Process.pointerSize); |
nothing calls this directly
no test coverage detected