Module wrapped_mono::method

source ·
Expand description

Safe representation of Methods(functions) form managed code an utilities related to managing and calling them.

Structs

  • Rust representation of a managed method(function of code loaded into mono runtime). Args - Tuple type of types of all arguments accepted by this particular method.