|
@@ -11,66 +11,55 @@
|
|
</tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<methods>
|
|
<method name="attach_thread">
|
|
<method name="attach_thread">
|
|
- <return type="void">
|
|
|
|
- </return>
|
|
|
|
|
|
+ <return type="void" />
|
|
<description>
|
|
<description>
|
|
Attaches the current thread to the Mono runtime.
|
|
Attaches the current thread to the Mono runtime.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
<method name="detach_thread">
|
|
<method name="detach_thread">
|
|
- <return type="void">
|
|
|
|
- </return>
|
|
|
|
|
|
+ <return type="void" />
|
|
<description>
|
|
<description>
|
|
Detaches the current thread from the Mono runtime.
|
|
Detaches the current thread from the Mono runtime.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
<method name="get_domain_id">
|
|
<method name="get_domain_id">
|
|
- <return type="int">
|
|
|
|
- </return>
|
|
|
|
|
|
+ <return type="int" />
|
|
<description>
|
|
<description>
|
|
Returns the current MonoDomain ID.
|
|
Returns the current MonoDomain ID.
|
|
[b]Note:[/b] The Mono runtime must be initialized for this method to work (use [method is_runtime_initialized] to check). If the Mono runtime isn't initialized at the time this method is called, the engine will crash.
|
|
[b]Note:[/b] The Mono runtime must be initialized for this method to work (use [method is_runtime_initialized] to check). If the Mono runtime isn't initialized at the time this method is called, the engine will crash.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
<method name="get_scripts_domain_id">
|
|
<method name="get_scripts_domain_id">
|
|
- <return type="int">
|
|
|
|
- </return>
|
|
|
|
|
|
+ <return type="int" />
|
|
<description>
|
|
<description>
|
|
Returns the scripts MonoDomain's ID. This will be the same MonoDomain ID as [method get_domain_id], unless the scripts domain isn't loaded.
|
|
Returns the scripts MonoDomain's ID. This will be the same MonoDomain ID as [method get_domain_id], unless the scripts domain isn't loaded.
|
|
[b]Note:[/b] The Mono runtime must be initialized for this method to work (use [method is_runtime_initialized] to check). If the Mono runtime isn't initialized at the time this method is called, the engine will crash.
|
|
[b]Note:[/b] The Mono runtime must be initialized for this method to work (use [method is_runtime_initialized] to check). If the Mono runtime isn't initialized at the time this method is called, the engine will crash.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
<method name="is_domain_finalizing_for_unload">
|
|
<method name="is_domain_finalizing_for_unload">
|
|
- <return type="bool">
|
|
|
|
- </return>
|
|
|
|
- <argument index="0" name="domain_id" type="int">
|
|
|
|
- </argument>
|
|
|
|
|
|
+ <return type="bool" />
|
|
|
|
+ <argument index="0" name="domain_id" type="int" />
|
|
<description>
|
|
<description>
|
|
Returns [code]true[/code] if the domain is being finalized, [code]false[/code] otherwise.
|
|
Returns [code]true[/code] if the domain is being finalized, [code]false[/code] otherwise.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
<method name="is_runtime_initialized">
|
|
<method name="is_runtime_initialized">
|
|
- <return type="bool">
|
|
|
|
- </return>
|
|
|
|
|
|
+ <return type="bool" />
|
|
<description>
|
|
<description>
|
|
Returns [code]true[/code] if the Mono runtime is initialized, [code]false[/code] otherwise.
|
|
Returns [code]true[/code] if the Mono runtime is initialized, [code]false[/code] otherwise.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
<method name="is_runtime_shutting_down">
|
|
<method name="is_runtime_shutting_down">
|
|
- <return type="bool">
|
|
|
|
- </return>
|
|
|
|
|
|
+ <return type="bool" />
|
|
<description>
|
|
<description>
|
|
Returns [code]true[/code] if the Mono runtime is shutting down, [code]false[/code] otherwise.
|
|
Returns [code]true[/code] if the Mono runtime is shutting down, [code]false[/code] otherwise.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
<method name="is_scripts_domain_loaded">
|
|
<method name="is_scripts_domain_loaded">
|
|
- <return type="bool">
|
|
|
|
- </return>
|
|
|
|
|
|
+ <return type="bool" />
|
|
<description>
|
|
<description>
|
|
Returns [code]true[/code] if the scripts domain is loaded, [code]false[/code] otherwise.
|
|
Returns [code]true[/code] if the scripts domain is loaded, [code]false[/code] otherwise.
|
|
</description>
|
|
</description>
|
|
</method>
|
|
</method>
|
|
</methods>
|
|
</methods>
|
|
- <constants>
|
|
|
|
- </constants>
|
|
|
|
</class>
|
|
</class>
|