mscorlib(4.0.0.0) API with additions
FileDialogPermissionAccess.cs
2 
4 {
7  [Flags]
8  [ComVisible(true)]
10  {
12  None = 0x0,
14  Open = 0x1,
16  Save = 0x2,
18  OpenSave = 0x3
19  }
20 }
Definition: __Canon.cs:3
FileDialogPermissionAccess
Specifies the type of access to files allowed through the File dialog boxes.
Ability to open and save files through the File dialog boxes.
Specifies that the class can be serialized.