C# Класс Microsoft.WindowsAzure.MobileServices.CurrentPlatform

Provides access to platform specific functionality for the current client platform.
Наследование: IPlatform
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
IPlatform IApplicationStorage

Открытые методы

Метод Описание
EnsureFileExists ( string path ) : void

Ensures that a file exists, creating it if necessary

GetNamedApplicationStorage ( string name ) : IApplicationStorage

Retrieves an ApplicationStorage where all items stored are segmented from other stored items

Init ( ) : void

You must call this method from your application in order to ensure that this platform specific assembly is included in your app.

Приватные методы

Метод Описание
IPlatform ( string name ) : IApplicationStorage

Retrieves an ApplicationStorage where all items stored are segmented from other stored items

Описание методов

EnsureFileExists() публичный Метод

Ensures that a file exists, creating it if necessary
public EnsureFileExists ( string path ) : void
path string The fully-qualified pathname to check
Результат void

GetNamedApplicationStorage() публичный Метод

Retrieves an ApplicationStorage where all items stored are segmented from other stored items
public GetNamedApplicationStorage ( string name ) : IApplicationStorage
name string The name of the segemented area in application storage
Результат IApplicationStorage

Init() публичный статический Метод

You must call this method from your application in order to ensure that this platform specific assembly is included in your app.
public static Init ( ) : void
Результат void