IdeaBlade.Core Assembly > IdeaBlade.Portable.Interfaces Namespace : IAppEnvironment Interface |
For a list of all members of this type, see IAppEnvironment members.
Name | Description | |
---|---|---|
![]() | AssemblySuffix | The suffix used by DevForce platofmr-specific assemblies in this environment. |
![]() | DesignTimeExecution | Returns true if code is executing in a design-time environment, such as the Visual Studio designer or Blend. |
![]() | IsAndroidApplication | Returns true if an Android application. |
![]() | IsFipsCompliantDefault | Returns whether the environment uses FIPS compliant cryptography by default. |
![]() | IsNetApplication | Returns true if running in .NET. |
![]() | IsPhoneApplication | Returns true if a Windows Phone application. |
![]() | IsSilverlightApplication | Returns true if running under Silverlight. |
![]() | IsWebApplication | Returns true if a web application. |
![]() | IsWindowsStoreApplication | Returns true if a Windows Store application. |
![]() | PlatformVersion | Returns the platform version. |
![]() | SupportsSync | Returns true if the environment support synchronous service calls. |