DotNetCall.IsCallValid

Syntax

DotNetCall.IsCallValid( errorDescription)

Return Value

Boolean

Purpose

Returns True if the DotNetCall object specification matches the actual member found in the corresponding class and assembly. Otherwise, returns False .

Remarks

This method also returns False when the .NET Adapter cannot load the assembly or the class or member name does not exist.

Parameters

errorDescription As String

[Out] If this method returns False , this parameter returns the explanation.

See Also

DotNetCall.IsPrototypeIncompatible