Catel.IO.Path.GetApplicationDataDirectoryForAllUsers C# (CSharp) Метод

GetApplicationDataDirectoryForAllUsers() публичный статический Метод

Gets the application data directory for the company and product as defined the the assembly information of the entry assembly. If the entry assembly is null, this method will fall back to the calling assembly to retrieve the information. If the folder does not exist, the folder is automatically created by this method. This method returns a value like [application data]\[company]\[product name].
public static GetApplicationDataDirectoryForAllUsers ( ) : string
Результат string
        public static string GetApplicationDataDirectoryForAllUsers()
        {
            return GetApplicationDataDirectory(ApplicationDataTarget.Machine);
        }

Same methods

Path::GetApplicationDataDirectoryForAllUsers ( string productName ) : string
Path::GetApplicationDataDirectoryForAllUsers ( string companyName, string productName ) : string