Interface IRuntimeInformationProvider
Provides information about the current runtime environment.
public interface IRuntimeInformationProvider
  Methods
IsMobile()
Indicates whether the current application is running on Mobile.
bool IsMobile()
  Returns
- bool
 true if the current application is running on Mobile; otherwise, false.