Trait libil2cpp::ThisArgument
source · [−]pub unsafe trait ThisArgument {
type Type: Any;
fn matches(method: &MethodInfo) -> bool;
fn invokable(&mut self) -> *mut c_void;
}
Expand description
Required Associated Types
Required Methods
fn matches(method: &MethodInfo) -> bool
fn matches(method: &MethodInfo) -> bool
Checks whether the type can be used as a C# this
argument for the
given MethodInfo