System.IO.MultiplexingWin32WinRTFileSystem.Select C# (CSharp) Méthode

Select() private méthode

private Select ( string fullPath, bool isCreate = false ) : FileSystem
fullPath string
isCreate bool
Résultat FileSystem
        private FileSystem Select(string fullPath, bool isCreate = false)
        {
            return ShouldUseWinRT(fullPath, isCreate) ? _winRTFileSystem : _win32FileSystem;
        }

Same methods

MultiplexingWin32WinRTFileSystem::Select ( string sourceFullPath, string destFullPath ) : FileSystem
MultiplexingWin32WinRTFileSystem::Select ( string sourceFullPath, string destFullPath, string destFullBackupPath ) : FileSystem