[NUI.Gadget] Remove Unload() method (#5918)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Gadget / Tizen.NUI / NUIGadgetInfo.cs
index b0381a0..fda1346 100755 (executable)
@@ -85,7 +85,7 @@ namespace Tizen.NUI
 
         internal string ResourceClassName { get; set; }
 
-        internal NUIGadgetAssembly Assembly { get; private set; }
+        internal Assembly Assembly { get; set; }
 
         internal static NUIGadgetInfo CreateNUIGadgetInfo(string packageId)
         {
@@ -177,7 +177,6 @@ namespace Tizen.NUI
             }
 
             info.ResourcePath = SystemIO.Path.GetDirectoryName(Application.Current.ApplicationInfo.ExecutablePath) + "/";
-            info.Assembly = new NUIGadgetAssembly(info.ResourcePath + info.ExecutableFile);
             return info;
         }
     }