migrate Pilz.Win32 & optimize Pilz & Pilz.IO
This commit is contained in:
13
Pilz.Win32/Mapped/SystemIconSize.cs
Normal file
13
Pilz.Win32/Mapped/SystemIconSize.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
namespace Pilz.Win32.Mapped;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Two constants extracted from the FileInfoFlags, the only that are
|
||||
/// meaningfull for the user of this class.
|
||||
/// </summary>
|
||||
public enum SystemIconSize : int
|
||||
{
|
||||
Large,
|
||||
Small
|
||||
}
|
||||
Reference in New Issue
Block a user