@@ -17,17 +17,43 @@ source
17
17
| System.IO;File;false;Create;(System.String,System.Int32,System.IO.FileOptions);;ReturnValue;file-write;manual |
18
18
| System.IO;File;false;CreateText;(System.String);;ReturnValue;file-write;manual |
19
19
| System.IO;File;false;Open;(System.String,System.IO.FileMode);;ReturnValue;file-write;manual |
20
+ | System.IO;File;false;Open;(System.String,System.IO.FileMode);;ReturnValue;file;manual |
20
21
| System.IO;File;false;Open;(System.String,System.IO.FileMode,System.IO.FileAccess);;ReturnValue;file-write;manual |
22
+ | System.IO;File;false;Open;(System.String,System.IO.FileMode,System.IO.FileAccess);;ReturnValue;file;manual |
21
23
| System.IO;File;false;Open;(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare);;ReturnValue;file-write;manual |
24
+ | System.IO;File;false;Open;(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare);;ReturnValue;file;manual |
22
25
| System.IO;File;false;Open;(System.String,System.IO.FileStreamOptions);;ReturnValue;file-write;manual |
26
+ | System.IO;File;false;Open;(System.String,System.IO.FileStreamOptions);;ReturnValue;file;manual |
27
+ | System.IO;File;false;OpenRead;(System.String);;ReturnValue;file;manual |
28
+ | System.IO;File;false;OpenText;(System.String);;ReturnValue;file;manual |
23
29
| System.IO;File;false;OpenWrite;(System.String);;ReturnValue;file-write;manual |
30
+ | System.IO;File;false;ReadAllBytes;(System.String);;ReturnValue;file;manual |
31
+ | System.IO;File;false;ReadAllBytesAsync;(System.String,System.Threading.CancellationToken);;ReturnValue;file;manual |
32
+ | System.IO;File;false;ReadAllLines;(System.String);;ReturnValue;file;manual |
33
+ | System.IO;File;false;ReadAllLines;(System.String,System.Text.Encoding);;ReturnValue;file;manual |
34
+ | System.IO;File;false;ReadAllLinesAsync;(System.String,System.Text.Encoding,System.Threading.CancellationToken);;ReturnValue;file;manual |
35
+ | System.IO;File;false;ReadAllLinesAsync;(System.String,System.Threading.CancellationToken);;ReturnValue;file;manual |
36
+ | System.IO;File;false;ReadAllText;(System.String);;ReturnValue;file;manual |
37
+ | System.IO;File;false;ReadAllText;(System.String,System.Text.Encoding);;ReturnValue;file;manual |
38
+ | System.IO;File;false;ReadAllTextAsync;(System.String,System.Text.Encoding,System.Threading.CancellationToken);;ReturnValue;file;manual |
39
+ | System.IO;File;false;ReadAllTextAsync;(System.String,System.Threading.CancellationToken);;ReturnValue;file;manual |
40
+ | System.IO;File;false;ReadLines;(System.String);;ReturnValue;file;manual |
41
+ | System.IO;File;false;ReadLines;(System.String,System.Text.Encoding);;ReturnValue;file;manual |
42
+ | System.IO;File;false;ReadLinesAsync;(System.String,System.Text.Encoding,System.Threading.CancellationToken);;ReturnValue;file;manual |
43
+ | System.IO;File;false;ReadLinesAsync;(System.String,System.Threading.CancellationToken);;ReturnValue;file;manual |
24
44
| System.IO;FileInfo;false;AppendText;();;ReturnValue;file-write;manual |
25
45
| System.IO;FileInfo;false;Create;();;ReturnValue;file-write;manual |
26
46
| System.IO;FileInfo;false;CreateText;();;ReturnValue;file-write;manual |
27
47
| System.IO;FileInfo;false;Open;(System.IO.FileMode);;ReturnValue;file-write;manual |
48
+ | System.IO;FileInfo;false;Open;(System.IO.FileMode);;ReturnValue;file;manual |
28
49
| System.IO;FileInfo;false;Open;(System.IO.FileMode,System.IO.FileAccess);;ReturnValue;file-write;manual |
50
+ | System.IO;FileInfo;false;Open;(System.IO.FileMode,System.IO.FileAccess);;ReturnValue;file;manual |
29
51
| System.IO;FileInfo;false;Open;(System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare);;ReturnValue;file-write;manual |
52
+ | System.IO;FileInfo;false;Open;(System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare);;ReturnValue;file;manual |
30
53
| System.IO;FileInfo;false;Open;(System.IO.FileStreamOptions);;ReturnValue;file-write;manual |
54
+ | System.IO;FileInfo;false;Open;(System.IO.FileStreamOptions);;ReturnValue;file;manual |
55
+ | System.IO;FileInfo;false;OpenRead;();;ReturnValue;file;manual |
56
+ | System.IO;FileInfo;false;OpenText;();;ReturnValue;file;manual |
31
57
| System.IO;FileInfo;false;OpenWrite;();;ReturnValue;file-write;manual |
32
58
| System.IO;FileStream;false;FileStream;(Microsoft.Win32.SafeHandles.SafeFileHandle,System.IO.FileAccess);;Argument[this];file-write;manual |
33
59
| System.IO;FileStream;false;FileStream;(Microsoft.Win32.SafeHandles.SafeFileHandle,System.IO.FileAccess);;Argument[this];file;manual |
0 commit comments