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