/// <summary> /// Unregisters the native types generated for managed extend classes, so they can be /// modified and updated without unloading NoesisGUI. /// </summary> public static void UnregisterNativeTypes() { Extend.UnregisterNativeTypes(); }