Class RuntimeHelpers
Class RuntimeHelpers.
Inheritance
System.Object
RuntimeHelpers
Namespace: Cireson.Core.Common.Helpers
Assembly: Cireson.Core.Common.dll
Syntax
public static class RuntimeHelpers : object
Remarks
Admin, 8/24/2017.
Methods
View SourceIsRunningInAzure()
Tests if the current processes is running in Microsoft Azure.
Declaration
public static bool IsRunningInAzure()
Returns
Type | Description |
---|---|
System.Boolean | True if running in azure, false if not. |
Remarks
Admin, 8/24/2017.