메소드 | 설명 | |
---|---|---|
CopyToClipboard ( string text ) : Task |
||
DismissApplication ( ) : System.Threading.Tasks.Task | ||
DismissSplashScreen ( ) : Task |
||
GetApplication ( string appName ) : Task |
||
GetApplications ( ) : Task |
||
GetCPUInfo ( ) : Task |
||
GetDisplayInfo ( ) : Task |
||
GetDisplayInfo ( int displayNumber ) : Task |
||
GetDisplays ( ) : Task |
||
GetInputButtons ( ) : Task |
||
GetInputGestures ( ) : Task |
||
GetInputMethodCurrent ( ) : Task |
||
GetInputMethods ( ) : Task |
||
GetLocaleCurrent ( ) : Task |
||
GetLocaleSupported ( ) : Task |
||
GetLockedOrientation ( ) : Task |
||
GetMemoryAvailable ( MemoryUse use ) : Task |
||
GetMemoryAvailable ( MemoryUse use, MemoryType type ) : Task |
||
GetMemoryAvailableTypes ( ) : Task |
||
GetMemoryStatus ( ) : Task |
||
GetMemoryStatus ( MemoryType type ) : Task |
||
GetMemoryTypes ( ) : Task |
||
GetMemoryUses ( ) : Task |
||
GetOSHardwareInfo ( ) : Task |
||
GetOSInfo ( ) : Task |
||
GetOSUserAgent ( ) : Task |
||
GetOrientation ( int displayNumber ) : Task |
||
GetOrientationCurrent ( ) : Task |
||
GetOrientationSupported ( ) : Task |
||
GetOrientationSupported ( int displayNumber ) : Task |
||
GetPowerInfo ( ) : Task |
||
GetPowerRemainingTime ( ) : Task |
||
GetUnityContext ( ) : Task |
||
IsOrientationLocked ( ) : Task |
||
LaunchApplication ( App application, string query ) : System.Threading.Tasks.Task | ||
LaunchApplication ( string appName, string query ) : System.Threading.Tasks.Task | ||
LockOrientation ( bool lockOrientation, DisplayOrientation orientation ) : System.Threading.Tasks.Task | ||
ShowSplashScreen ( ) : Task |
||
WindowsPhoneSystem ( ) : System |
public DismissApplication ( ) : System.Threading.Tasks.Task | ||
리턴 | System.Threading.Tasks.Task |
public GetDisplayInfo ( int displayNumber ) : Task |
||
displayNumber | int | |
리턴 | Task |
public GetMemoryAvailable ( MemoryUse use ) : Task |
||
use | MemoryUse | |
리턴 | Task |
public GetMemoryAvailable ( MemoryUse use, MemoryType type ) : Task |
||
use | MemoryUse | |
type | MemoryType | |
리턴 | Task |
public GetOrientation ( int displayNumber ) : Task |
||
displayNumber | int | |
리턴 | Task |
public GetOrientationSupported ( int displayNumber ) : Task |
||
displayNumber | int | |
리턴 | Task |
public LaunchApplication ( App application, string query ) : System.Threading.Tasks.Task | ||
application | App | |
query | string | |
리턴 | System.Threading.Tasks.Task |
public LaunchApplication ( string appName, string query ) : System.Threading.Tasks.Task | ||
appName | string | |
query | string | |
리턴 | System.Threading.Tasks.Task |
public LockOrientation ( bool lockOrientation, DisplayOrientation orientation ) : System.Threading.Tasks.Task | ||
lockOrientation | bool | |
orientation | DisplayOrientation | |
리턴 | System.Threading.Tasks.Task |