/// <summary> /// <seealso cref="IRuntimeServices.GetApplicationAttribute"/> /// </summary> /// <param name="key">key</param> /// <returns>value</returns> public static Object GetApplicationAttribute(Object key) { return(ri.GetApplicationAttribute(key)); }