Class PlatformHelper
Inheritance
object
PlatformHelper
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.Utils
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class PlatformHelper
Constructors
PlatformHelper()
Declaration
public PlatformHelper()
Methods
GetOperatingSystem()
Declaration
public static OSPlatform GetOperatingSystem()
Returns
| Type | Description |
|---|---|
| System.Runtime.InteropServices.OSPlatform |
GetPlatform()
Declaration
public static RuntimePlatform GetPlatform()
Returns
| Type | Description |
|---|---|
| RuntimePlatform |