namespace MediaBrowser.ServerApplication.Native { /// /// Class NativeApp /// public static class NativeApp { /// /// Shutdowns this instance. /// public static void Shutdown() { } /// /// Restarts this instance. /// public static void Restart() { } } }