FileIOPlugin Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Read and write from a file.
public sealed class FileIOPlugin
type FileIOPlugin = class
Public NotInheritable Class FileIOPlugin
- Inheritance
-
FileIOPlugin
Constructors
FileIOPlugin() |
Methods
ReadAsync(String) |
Read a file |
WriteAsync(String, String) |
Write a file |