engage/generated/moon_sharp/interpreter/compatibility/
frameworks.rs1#[cfg(any(feature = "moon_sharp-interpreter-compatibility-frameworks-frameworkbase-types"))]
4pub mod frameworkbase;
5#[cfg(feature = "moon_sharp-interpreter-compatibility-frameworks-frameworkbase")]
6pub use frameworkbase::IFrameworkBaseMethods;
7#[cfg(feature = "moon_sharp-interpreter-compatibility-frameworks-frameworkbase-types")]
8pub use frameworkbase::{FrameworkBase, IFrameworkBase};
9#[cfg(any(feature = "moon_sharp-interpreter-compatibility-frameworks-frameworkclrbase-types"))]
10pub mod frameworkclrbase;
11#[cfg(feature = "moon_sharp-interpreter-compatibility-frameworks-frameworkclrbase")]
12pub use frameworkclrbase::IFrameworkClrBaseMethods;
13#[cfg(feature = "moon_sharp-interpreter-compatibility-frameworks-frameworkclrbase-types")]
14pub use frameworkclrbase::{FrameworkClrBase, IFrameworkClrBase};
15#[cfg(any(feature = "moon_sharp-interpreter-compatibility-frameworks-frameworkcurrent-types"))]
16pub mod frameworkcurrent;
17#[cfg(feature = "moon_sharp-interpreter-compatibility-frameworks-frameworkcurrent")]
18pub use frameworkcurrent::IFrameworkCurrentMethods;
19#[cfg(feature = "moon_sharp-interpreter-compatibility-frameworks-frameworkcurrent-types")]
20pub use frameworkcurrent::{FrameworkCurrent, IFrameworkCurrent};
21#[cfg(any(feature = "moon_sharp-interpreter-compatibility-frameworks-frameworkreflectionbase-types"))]
22pub mod frameworkreflectionbase;
23#[cfg(feature = "moon_sharp-interpreter-compatibility-frameworks-frameworkreflectionbase")]
24pub use frameworkreflectionbase::IFrameworkReflectionBaseMethods;
25#[cfg(feature = "moon_sharp-interpreter-compatibility-frameworks-frameworkreflectionbase-types")]
26pub use frameworkreflectionbase::{FrameworkReflectionBase, IFrameworkReflectionBase};