示例#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();
 }
示例#2
0
 /// <summary>
 /// Called by the C++ runtime just before unloading the domain this assembly belongs to
 /// </summary>
 internal static void OnUnloadStart()
 {
     StartReload?.Invoke();
 }