29 references to CallType
Microsoft.VisualBasic (1)
Microsoft.VisualBasic.cs (1)
5
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.VisualBasic.
CallType
))]
Microsoft.VisualBasic.Core (28)
Microsoft\VisualBasic\CompilerServices\LateBinding.vb (5)
21
Private Const DefaultCallType As
CallType
= CType(0,
CallType
)
262
ByVal UseCallType As
CallType
)
290
If UseCallType =
CallType
.Set Then
298
ElseIf UseCallType =
CallType
.Let Then
Microsoft\VisualBasic\CompilerServices\NewLateBinding.vb (5)
870
Const defaultCallType As
CallType
= CType(0,
CallType
)
915
Const defaultCallType As
CallType
= CType(0,
CallType
)
932
ByVal CallType As
CallType
)
Microsoft\VisualBasic\CompilerServices\Versioned.vb (5)
18
Public Shared Function CallByName(ByVal Instance As System.Object, ByVal MethodName As String, ByVal UseCallType As
CallType
, ByVal ParamArray Arguments() As Object) As Object
22
Case
CallType
.Method
26
Case
CallType
.Get
29
Case
CallType
.Let,
30
CallType
.Set
Microsoft\VisualBasic\Constants.vb (8)
31
Public Const vbMethod As
CallType
=
CallType
.Method
32
Public Const vbGet As
CallType
=
CallType
.Get
33
Public Const vbLet As
CallType
=
CallType
.Let
34
Public Const vbSet As
CallType
=
CallType
.Set
Microsoft\VisualBasic\Interaction.vb (5)
583
Public Function CallByName(ByVal ObjectRef As System.Object, ByVal ProcName As String, ByVal UseCallType As
CallType
, ByVal ParamArray Args() As Object) As Object
586
Case
CallType
.Method
590
Case
CallType
.Get
593
Case
CallType
.Let,
594
CallType
.Set