Files
PulsarK-main/Pulsar.Common/Enums/StartupType.cs
T

14 lines
261 B
C#
Raw Normal View History

2026-08-27 10:57:58 -06:00
namespace Pulsar.Common.Enums
{
public enum StartupType
{
LocalMachineRun,
LocalMachineRunOnce,
CurrentUserRun,
CurrentUserRunOnce,
StartMenu,
LocalMachineRunX86,
LocalMachineRunOnceX86
}
}