3 types derived from VB6File
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\CompilerServices\VB6InputFile.vb (1)
21
Inherits
VB6File
Microsoft\VisualBasic\CompilerServices\VB6OutputFile.vb (1)
19
Inherits
VB6File
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (1)
21
Inherits
VB6File
4 instantiations of VB6File
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\CompilerServices\VB6InputFile.vb (1)
27
MyBase.
New
(FileName, OpenAccess.Read, share, -1)
Microsoft\VisualBasic\CompilerServices\VB6OutputFile.vb (2)
25
MyBase.
New
()
29
MyBase.
New
(FileName, OpenAccess.Write, share, -1)
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (1)
27
MyBase.
New
(FileName, access, share, lRecordLen)
4 references to VB6File
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (4)
99
Public m_oFile As
VB6File
102
Sub New(ByVal oFile As
VB6File
)
221
Dim m_oFile As
VB6File
224
Sub New(ByVal oFile As
VB6File
)