Module_unload_method

Function Module_unload_method 

Source
pub unsafe fn Module_unload_method(
    self_: Pin<&mut Module>,
    method_name: &CxxString,
) -> bool
Available on crate feature module only.
Expand description

Unload a specific method from the program.

§Arguments

  • method_name: The name of the method to unload.

§Returns

True if the method is unloaded, false if no-op.