Class PlatformInteropHelper
- Namespace
- SunamoShared.Helpers.Runtime
- Assembly
- SunamoShared.dll
Provides helper methods for detecting the current platform and runtime environment.
public class PlatformInteropHelper
- Inheritance
-
PlatformInteropHelper
- Inherited Members
- Extension Methods
Methods
GetTypeOfResources()
Gets the type of the resources class. Currently not implemented.
public static Type GetTypeOfResources()
Returns
IsSellingApp()
Checks whether the application is a selling app.
public static bool IsSellingApp()
Returns
IsUseStandardProject()
Determines whether the application uses a .NET Standard/Core project.
public static bool IsUseStandardProject()
Returns
IsUwpWindowsStoreApp()
Determines whether the application is running as a UWP Windows Store app.
public static bool IsUwpWindowsStoreApp()