C# Class Microsoft.WindowsAzure.MobileServices.Test.TestPlatform

Provides access to platform-specific framework API's.
Show file Open project: Azure/azure-mobile-apps-net-client Class Usage Examples

Public Properties

Property Type Description
Net45 string
PlatformAssemblyNames IList
PlatformTypeFullName string
UniversalWindowsPlatform string
WindowsPhone8 string
WindowsPhone81 string
WindowsStore string
XamarinAndroid string
XamariniOS string

Public Methods

Method Description
GetMobileServicesSdkVersion ( Assembly executingAssembly ) : string

Method Details

GetMobileServicesSdkVersion() public static method

public static GetMobileServicesSdkVersion ( Assembly executingAssembly ) : string
executingAssembly System.Reflection.Assembly
return string

Property Details

Net45 public static property

public static string Net45
return string

PlatformAssemblyNames public static property

Name of the assembly containing the Class with the Platform.PlatformTypeFullName name.
public static IList PlatformAssemblyNames
return IList

PlatformTypeFullName public static property

Name of the type implementing IPlatform.
public static string PlatformTypeFullName
return string

UniversalWindowsPlatform public static property

public static string UniversalWindowsPlatform
return string

WindowsPhone8 public static property

public static string WindowsPhone8
return string

WindowsPhone81 public static property

public static string WindowsPhone81
return string

WindowsStore public static property

public static string WindowsStore
return string

XamarinAndroid public static property

public static string XamarinAndroid
return string

XamariniOS public static property

public static string XamariniOS
return string