Show / Hide Table of Contents

Enum RuntimePlatform

Namespace: Volo.Abp.Cli.Utils
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public enum RuntimePlatform : int

Fields

Name Description
LinuxOrMacOs
Windows

Extension Methods

AbpObjectExtensions.IsIn<RuntimePlatform>(RuntimePlatform[])
AbpObjectExtensions.IsIn<RuntimePlatform>(IEnumerable<RuntimePlatform>)
AbpObjectExtensions.If<RuntimePlatform>(Boolean, Func<RuntimePlatform, RuntimePlatform>)
AbpObjectExtensions.If<RuntimePlatform>(Boolean, Action<RuntimePlatform>)
Back to top Powered by Volosoft