Namespace SunamoWinStd
Classes
- FileUtil
Provides utilities for detecting which processes have locks on files.
- JunctionPoint
Provides access to NTFS junction points in .Net.
- KnownFolders
Contains GUIDs for well-known Windows shell folders.
- PH
Process helper class for running and managing system processes.
- PHWin
Windows-specific process helper for browser management, editor launching, and file operations.
- ReparsePoint
Represents an NTFS reparse point and resolves its target path.
- TidyExeHelper
Helper for formatting HTML using the tidy executable via memory-mapped files.
- WindowsOSHelper
Helper class for Windows OS specific operations like finding files in user app data folders.
Structs
- JunctionPoint.REPARSE_DATA_BUFFER
Reparse data buffer structure for NTFS reparse points.
Enums
- JunctionPoint.ECreationDisposition
Win32 file creation disposition.
- JunctionPoint.EFileAccess
Win32 file access flags.
- JunctionPoint.EFileAttributes
Win32 file attribute flags.
- JunctionPoint.EFileShare
Win32 file share mode flags.
- ReparsePoint.TagType
Type of NTFS reparse point tag.