virtualx-engine/modules/mono/mono_gd
Ignacio Etcheverry 9df44c2d2c Use script instance binding for objects constructed from C#
Only possible if the object class is a "native type". If the object class is a user class (that derives a "native type") then a script is needed.
Since CSharpLanguage does cleanup of script instance bindings when finished, cases like #25621 will no longer cause problems.

Fixed ~Object() trying to free script instance bindings after the language has already been removed, which would result in a NULL dereference.
2019-02-09 00:32:18 +01:00
..
gd_mono.cpp Mono: Fix default debugger agent argument never being used 2019-02-03 06:51:07 +01:00
gd_mono.h Mono: Fix MonoPosixHelper not being found 2019-02-03 05:38:47 +01:00
gd_mono_assembly.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gd_mono_assembly.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gd_mono_class.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gd_mono_class.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gd_mono_class_member.h Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_field.cpp Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_field.h Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_header.h Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_internals.cpp Use script instance binding for objects constructed from C# 2019-02-09 00:32:18 +01:00
gd_mono_internals.h Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_log.cpp Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_log.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gd_mono_marshal.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gd_mono_marshal.h Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_method.cpp Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_method.h Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_property.cpp Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_property.h Mono: Cleanup 2019-02-03 05:38:40 +01:00
gd_mono_utils.cpp Use script instance binding for objects constructed from C# 2019-02-09 00:32:18 +01:00
gd_mono_utils.h Mono: Cleanup 2019-02-03 05:38:40 +01:00