Gets the class in which this method is defined.
Gets the flags of the current method.
Gets the generic parameters of this generic method.
Gets the implementation flags of the current method.
Determines whether this method is external.
Determines whether this method is generic.
Determines whether this method is inflated (generic with a concrete type parameter).
Determines whether this method is static.
Determines whether this method is synchronized.
Gets the access modifier of this method.
Gets the name of this method.
Gets the amount of parameters of this method.
Gets the relative virtual address (RVA) of this method.
Gets the virtual address (VA) of this method.
Restore the original method implementation.
A Il2Cpp.Method bound to a Il2Cpp.Object or a Il2Cpp.ValueType (also known as instances).
Invoking bound methods will pass the assigned instance as
this.Of course, binding a static method does not make sense and may cause unwanted behaviors. \
Binding can be done manually with: