Visual Basic (Declaration) | |
---|---|
Protected Overloads Function RemoteSessionCall( _ ByVal TypeName As String, _ ByVal MethodName As String, _ ByVal Parameters() As Object _ ) As Object |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As BaseAPI Dim TypeName As String Dim MethodName As String Dim Parameters() As Object Dim value As Object value = instance.RemoteSessionCall(TypeName, MethodName, Parameters) |
C# | |
---|---|
protected object RemoteSessionCall( string TypeName, string MethodName, object[] Parameters ) |
C++/CLI | |
---|---|
protected: Object^ RemoteSessionCall( String^ TypeName, String^ MethodName, array<Object^>^ Parameters ) |
Parameters
- TypeName
- MethodName
- Parameters
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2