it技術:vb2clr
差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン | |||
| it技術:vb2clr [2026/02/02 09:47] – [テキストファイルの読込み] yajuadmin | it技術:vb2clr [2026/02/02 09:50] (現在) – [テキストファイルの読込み] yajuadmin | ||
|---|---|---|---|
| 行 274: | 行 274: | ||
| Set host = Nothing | Set host = Nothing | ||
| + | Set filetype = Nothing | ||
| + | Set encType = Nothing | ||
| + | Set reader = Nothing | ||
| End Function | End Function | ||
| </ | </ | ||
| 行 300: | 行 302: | ||
| ' File.ReadAllText(path, | ' File.ReadAllText(path, | ||
| - | Dim text As Variant | + | Dim text As String |
| text = host.CLRInvokeStaticMethod(filetype, | text = host.CLRInvokeStaticMethod(filetype, | ||
| | | ||
| - | ReadFile = CStr(text) | + | ReadFile = text |
| Set host = Nothing | Set host = Nothing | ||
| + | Set filetype = Nothing | ||
| + | Set encType = Nothing | ||
| + | Set reader = Nothing | ||
| End Function | End Function | ||
| </ | </ | ||
it技術/vb2clr.1769993268.txt.gz · 最終更新: 2026/02/02 09:47 by yajuadmin
