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
1 instantiation of VB6File
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\VB6OutputFile.vb (1)
25
MyBase.
New
()
23 references to VB6File
Microsoft.VisualBasic.Core (23)
Microsoft\VisualBasic\CompilerServices\ProjectData.vb (5)
24
Friend Function GetChannelObj(ByVal lChannel As Integer) As
VB6File
33
Return CType(o,
VB6File
)
36
Friend Sub SetChannelObj(ByVal lChannel As Integer, ByVal oFile As
VB6File
)
44
Dim f As
VB6File
45
f = CType(m_Files.Item(lChannel),
VB6File
)
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
)
Microsoft\VisualBasic\FileSystem.vb (14)
1017
Dim oFile As
VB6File
1039
Dim oFile As
VB6File
1107
Dim oFile As
VB6File
1239
Private Function GetStream(ByVal assem As System.Reflection.Assembly, ByVal FileNumber As Integer) As
VB6File
1247
Private Function GetStream(ByVal assem As System.Reflection.Assembly, ByVal FileNumber As Integer, ByVal mode As OpenModeTypes) As
VB6File
1248
Dim Result As
VB6File
1301
Dim oFile As
VB6File
1337
Dim oFile As
VB6File
1379
Dim oFile As
VB6File
1473
Private Sub AddFileToList(ByVal oAssemblyData As AssemblyData, ByVal FileNumber As Integer, ByVal oFile As
VB6File
)
1488
Friend Function GetChannelObj(ByVal assem As System.Reflection.Assembly, ByVal FileNumber As Integer) As
VB6File
1489
Dim oFile As
VB6File
1505
Private Function GetChannelOrNull(ByVal oAssemblyData As AssemblyData, ByVal FileNumber As Integer) As
VB6File
1509
Private Sub CheckInputCapable(ByVal oFile As
VB6File
)