public static string StorageLocation(QDesktopServices.StandardLocation type) { return (string) staticInterceptor.Invoke("storageLocation$", "storageLocation(QDesktopServices::StandardLocation)", typeof(string), typeof(QDesktopServices.StandardLocation), type); }
public static string DisplayName(QDesktopServices.StandardLocation type) { return (string) staticInterceptor.Invoke("displayName$", "displayName(QDesktopServices::StandardLocation)", typeof(string), typeof(QDesktopServices.StandardLocation), type); }