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

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

Méthodes publiques

Свойство Type Description
Net45 string
PlatformAssemblyNames IList
PlatformTypeFullName string
UniversalWindowsPlatform string
WindowsPhone8 string
WindowsPhone81 string
WindowsStore string
XamarinAndroid string
XamariniOS string

Méthodes publiques

Méthode Description
GetMobileServicesSdkVersion ( Assembly executingAssembly ) : string

Method Details

GetMobileServicesSdkVersion() public static méthode

public static GetMobileServicesSdkVersion ( Assembly executingAssembly ) : string
executingAssembly System.Reflection.Assembly
Résultat string

Property Details

Net45 public_oe static_oe property

public static string Net45
Résultat string

PlatformAssemblyNames public_oe static_oe property

Name of the assembly containing the Class with the Platform.PlatformTypeFullName name.
public static IList PlatformAssemblyNames
Résultat IList

PlatformTypeFullName public_oe static_oe property

Name of the type implementing IPlatform.
public static string PlatformTypeFullName
Résultat string

UniversalWindowsPlatform public_oe static_oe property

public static string UniversalWindowsPlatform
Résultat string

WindowsPhone8 public_oe static_oe property

public static string WindowsPhone8
Résultat string

WindowsPhone81 public_oe static_oe property

public static string WindowsPhone81
Résultat string

WindowsStore public_oe static_oe property

public static string WindowsStore
Résultat string

XamarinAndroid public_oe static_oe property

public static string XamarinAndroid
Résultat string

XamariniOS public_oe static_oe property

public static string XamariniOS
Résultat string