namespace CPF.Mac.AppKit { public enum NSApplicationActivationOptions : ulong { ActivateAllWindows = 1uL, ActivateIgnoringOtherWindows } }