C# 클래스 Microsoft.WindowsAzure.MobileServices.CurrentPlatform

Provides access to platform specific functionality for the current client platform.
상속: IPlatform
파일 보기 프로젝트 열기: Azure/azure-mobile-apps-net-client 1 사용 예제들

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