Ejemplo n.º 1
0
 /// <summary>
 /// Called by the C++ runtime just before unloading the domain this assembly belongs to
 /// </summary>
 internal static void OnUnloadStart()
 {
     StartReload?.Invoke();
     EngineUnloading?.Invoke();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Called by the C++ runtime just before unloading the domain this assembly belongs to
 /// </summary>
 internal static void OnUnloadStart()
 {
     StartReload?.Invoke();
 }