Return the name of a specific argument.
[Visual Basic] Overridable Public Function GetInArgName( _ ByVal index As Integer _ ) As String [C#] public virtual string GetInArgName( int index ); [C++] public: virtual String* GetInArgName( int index ); [JScript] public function GetInArgName( index : int ) : String;
Return the name of a specific argument. A string representing the name of the argument specified or null if this method is not implemented. IMessage Dictionary property key "__Args" via array object.
MethodCall Class | MethodCall Members | System.Runtime.Remoting Namespace