Select from following answers:- IsolatedStorageFile.GetStore
- IsolatedStorageFile.GetMachineStoreForAssembly
- IsolatedStorageFile.GetUserStoreForAssembly
- IsolatedStorageFile constructor
- All Above
The constructor of IsolatedStorageFile class is not publically available so you can't call it directly.
Show Correct Answer
Source: MCTS Book | Asked In: Many Interviews |
Alert Moderator