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)
21Private Const DefaultCallType As CallType = CType(0, CallType) 262ByVal UseCallType As CallType) 290If UseCallType = CallType.Set Then 298ElseIf UseCallType = CallType.Let Then
Microsoft\VisualBasic\CompilerServices\NewLateBinding.vb (5)
870Const defaultCallType As CallType = CType(0, CallType) 915Const defaultCallType As CallType = CType(0, CallType) 932ByVal CallType As CallType)
Microsoft\VisualBasic\CompilerServices\Versioned.vb (5)
18Public Shared Function CallByName(ByVal Instance As System.Object, ByVal MethodName As String, ByVal UseCallType As CallType, ByVal ParamArray Arguments() As Object) As Object 22Case CallType.Method 26Case CallType.Get 29Case CallType.Let, 30CallType.Set
Microsoft\VisualBasic\Constants.vb (8)
31Public Const vbMethod As CallType = CallType.Method 32Public Const vbGet As CallType = CallType.Get 33Public Const vbLet As CallType = CallType.Let 34Public Const vbSet As CallType = CallType.Set
Microsoft\VisualBasic\Interaction.vb (5)
583Public Function CallByName(ByVal ObjectRef As System.Object, ByVal ProcName As String, ByVal UseCallType As CallType, ByVal ParamArray Args() As Object) As Object 586Case CallType.Method 590Case CallType.Get 593Case CallType.Let, 594CallType.Set