RemoteCall(String,String,Object[]) Method
See Also 
SourceCode.Hosting.Client.BaseAPI Namespace > BaseAPI Class > RemoteCall Method : RemoteCall(String,String,Object[]) Method



TypeName
MethodName
Parameters

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Protected Overloads Function RemoteCall( _
   ByVal TypeName As String, _
   ByVal MethodName As String, _
   ByVal Parameters() As Object _
) As Object
Visual Basic (Usage) Copy Code
Dim instance As BaseAPI
Dim TypeName As String
Dim MethodName As String
Dim Parameters() As Object
Dim value As Object
 
value = instance.RemoteCall(TypeName, MethodName, Parameters)
C#  
protected object RemoteCall( 
   string TypeName,
   string MethodName,
   object[] Parameters
)
C++/CLI  
protected:
Object^ RemoteCall( 
   String^ TypeName,
   String^ MethodName,
   array<Object^>^ Parameters
) 

Parameters

TypeName
MethodName
Parameters

Requirements

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

See Also