summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/AppDomain.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/src/System/AppDomain.cs')
-rw-r--r--src/mscorlib/src/System/AppDomain.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mscorlib/src/System/AppDomain.cs b/src/mscorlib/src/System/AppDomain.cs
index abaaf48770..9c3b0f38e7 100644
--- a/src/mscorlib/src/System/AppDomain.cs
+++ b/src/mscorlib/src/System/AppDomain.cs
@@ -111,15 +111,21 @@ namespace System {
#if FEATURE_CORECLR
[System.Security.SecurityCritical] // auto-generated
#endif
+#if FEATURE_SERIALIZATION
[Serializable]
+#endif
[ComVisible(true)]
public delegate Assembly ResolveEventHandler(Object sender, ResolveEventArgs args);
+#if FEATURE_SERIALIZATION
[Serializable]
+#endif
[ComVisible(true)]
public delegate void AssemblyLoadEventHandler(Object sender, AssemblyLoadEventArgs args);
+#if FEATURE_SERIALIZATION
[Serializable]
+#endif
[ComVisible(true)]
public delegate void AppDomainInitializer(string[] args);