Gets the implementation flags of the current method.
()
| 11744 | } |
| 11745 | /** Gets the implementation flags of the current method. */ |
| 11746 | get implementationFlags() { |
| 11747 | const implementationFlagsPointer = Memory.alloc(Process.pointerSize); |
| 11748 | Il2Cpp.Api._methodGetFlags(this, implementationFlagsPointer); |
| 11749 | return implementationFlagsPointer.readU32(); |
| 11750 | } |
| 11751 | /** */ |
| 11752 | get fridaSignature() { |
| 11753 | const types = []; |
nothing calls this directly
no test coverage detected