EnvironmentFoldersProgramFilesX86Directory Property
Gets the x86 Program Files folder.
Typically: 'C:\Program Files (x86)'
Namespace: DevCase.Core.Windows.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static DirectoryInfo ProgramFilesX86Directory { get; }
Public Shared ReadOnly Property ProgramFilesX86Directory As DirectoryInfo
Get
Dim value As DirectoryInfo
value = EnvironmentFolders.ProgramFilesX86Directory
public:
static property DirectoryInfo^ ProgramFilesX86Directory {
DirectoryInfo^ get ();
}
static member ProgramFilesX86Directory : DirectoryInfo with get
No code example is currently available or this language may not be supported.
Property Value
DirectoryInfo
This is a code example.
No code example is currently available or this language may not be supported.
Console.WriteLine($"{NameOf(EnvironmentFolders.ProgramFilesX86Directory)}={EnvironmentFolders.ProgramFilesX86Directory.FullName}")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.