'Declaration
Public Function New( _ ByVal callArguments As UACallArguments _ )
'Usage
Dim callArguments As UACallArguments Dim instance As New UACallArguments(callArguments)
public UACallArguments( UACallArguments callArguments )
public: UACallArguments( UACallArguments^ callArguments )
Parameters
- callArguments
- Call arguments object to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).