Skip to main content

engage/generated/moon_sharp/interpreter/
debugging.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(any(feature = "moon_sharp-interpreter-debugging-debuggeraction-types"))]
4pub mod debuggeraction;
5#[cfg(feature = "moon_sharp-interpreter-debugging-debuggeraction")]
6pub use debuggeraction::IDebuggerActionMethods;
7#[cfg(feature = "moon_sharp-interpreter-debugging-debuggeraction-types")]
8pub use debuggeraction::{DebuggerAction, DebuggerAction_ActionType, IDebuggerAction};
9#[cfg(any(feature = "moon_sharp-interpreter-debugging-debuggercaps-types"))]
10pub mod debuggercaps;
11#[cfg(feature = "moon_sharp-interpreter-debugging-debuggercaps-types")]
12pub use debuggercaps::DebuggerCaps;
13#[cfg(any(feature = "moon_sharp-interpreter-debugging-debugservice-types"))]
14pub mod debugservice;
15#[cfg(feature = "moon_sharp-interpreter-debugging-debugservice")]
16pub use debugservice::IDebugServiceMethods;
17#[cfg(feature = "moon_sharp-interpreter-debugging-debugservice-types")]
18pub use debugservice::{DebugService, IDebugService};
19#[cfg(any(feature = "moon_sharp-interpreter-debugging-idebugger-types"))]
20pub mod idebugger;
21#[cfg(feature = "moon_sharp-interpreter-debugging-idebugger")]
22pub use idebugger::IIDebuggerMethods;
23#[cfg(feature = "moon_sharp-interpreter-debugging-idebugger-types")]
24pub use idebugger::{IDebugger, IIDebugger};
25#[cfg(any(feature = "moon_sharp-interpreter-debugging-namespacedoc_8-types"))]
26pub mod namespacedoc_8;
27#[cfg(feature = "moon_sharp-interpreter-debugging-namespacedoc_8-types")]
28pub use namespacedoc_8::{INamespaceDoc_8, NamespaceDoc_8};
29#[cfg(any(feature = "moon_sharp-interpreter-debugging-sourcecode-types"))]
30pub mod sourcecode;
31#[cfg(feature = "moon_sharp-interpreter-debugging-sourcecode")]
32pub use sourcecode::ISourceCodeMethods;
33#[cfg(feature = "moon_sharp-interpreter-debugging-sourcecode-types")]
34pub use sourcecode::{ISourceCode, SourceCode};
35#[cfg(any(feature = "moon_sharp-interpreter-debugging-sourceref-types"))]
36pub mod sourceref;
37#[cfg(feature = "moon_sharp-interpreter-debugging-sourceref")]
38pub use sourceref::ISourceRefMethods;
39#[cfg(feature = "moon_sharp-interpreter-debugging-sourceref-types")]
40pub use sourceref::{ISourceRef, SourceRef};
41#[cfg(any(feature = "moon_sharp-interpreter-debugging-watchitem-types"))]
42pub mod watchitem;
43#[cfg(feature = "moon_sharp-interpreter-debugging-watchitem")]
44pub use watchitem::IWatchItemMethods;
45#[cfg(feature = "moon_sharp-interpreter-debugging-watchitem-types")]
46pub use watchitem::{IWatchItem, WatchItem};
47#[cfg(any(feature = "moon_sharp-interpreter-debugging-watchtype-types"))]
48pub mod watchtype;
49#[cfg(feature = "moon_sharp-interpreter-debugging-watchtype-types")]
50pub use watchtype::WatchType;