Package Sce.PlayStation.Core.Environment

Features handling, for example, the obtainment of the application's runtime environment. More...

Classes

class  Clipboard
 Class for accessing the clipboard. More...
interface  ICommonDialog
 Interface common to the Common Dialog. More...
class  TextInputDialog
 Text input dialog. More...
class  PersistentMemory
 Class providing persistent memory area. More...
class  Shell
 Class for calling system features. More...
class  RestoredEventArgs
 Data passed to the recovery event from the minimized state. More...
class  MinimizedEventArgs
 Data passed from a minimized event. More...
class  SystemEvents
 Class to receive events from the system. More...
class  SystemParameters
 Class to receive system parameters. More...

Enumerations

enum  CommonDialogState { None = 0, Running = 1, Finished = 2 }
 

Common Dialog state.

More...
enum  CommonDialogResult { OK = 0, Canceled = 1, Aborted = 2, Error = 3 }
 

Operational result of the Common Dialog.

More...
enum  TextInputMode { Normal, BasicLatin, Password }
 

Text input operational mode.

More...
enum  GamePadButtonMeaning { CrossIsEnter, CircleIsEnter }
 

Meanings of the circle and cross buttons.

More...
enum  YesNoLayout { YesIsLeft, YesIsRight }
 

Yes and No positions of the message dialog.

More...

Detailed Description

Features handling, for example, the obtainment of the application's runtime environment.


Enumeration Type Documentation

Operational result of the Common Dialog.

Enumerator:
OK 

Successful.

Canceled 

Canceled by the user.

Aborted 

Aborted by the program.

Error 

Error occurred.

Common Dialog state.

Enumerator:
None 

Not used.

Running 

Running.

Finished 

Terminated.

Meanings of the circle and cross buttons.

Enumerator:
CrossIsEnter 

The cross button means select.

CircleIsEnter 

The circle button means select.

Text input operational mode.

Enumerator:
Normal 

Standard character input mode.

BasicLatin 

ASCII-only input mode.

Password 

Password input mode.

Yes and No positions of the message dialog.

Enumerator:
YesIsLeft 

Yes is left.

YesIsRight 

Yes is right.