/// <summary> /// Checks whether this is a standalone application. /// /// An application is standalone if it has not been launched as part of a session from UFE. /// If an application was launched from UFE, it is part of a session and not considered standalone. /// </summary> /// <returns>true if this application is standalone, false otherwise.</returns> public static bool IsStandalone() { return(Native_FApp.IsStandalone()); }