Enum RuntimePlatform Namespace: Volo.Abp.Cli.Utils Assembly: Volo.Abp.Cli.Core.dll Syntax public enum RuntimePlatform Fields Name Description LinuxOrMacOs Windows Extension Methods AbpObjectExtensions.If<RuntimePlatform>(RuntimePlatform, bool, Action<RuntimePlatform>) AbpObjectExtensions.If<RuntimePlatform>(RuntimePlatform, bool, Func<RuntimePlatform, RuntimePlatform>) AbpObjectExtensions.IsIn<RuntimePlatform>(RuntimePlatform, IEnumerable<RuntimePlatform>) AbpObjectExtensions.IsIn<RuntimePlatform>(RuntimePlatform, params RuntimePlatform[]) AbpQueryableExtensions.OrderByIf<T, RuntimePlatform>(RuntimePlatform, bool, string) AbpQueryableExtensions.PageBy<T, RuntimePlatform>(RuntimePlatform, int, int) AbpQueryableExtensions.WhereIf<T, RuntimePlatform>(RuntimePlatform, bool, Expression<Func<T, bool>>) AbpQueryableExtensions.WhereIf<T, RuntimePlatform>(RuntimePlatform, bool, Expression<Func<T, int, bool>>)