DotNetCall.IsCallValid
- Updated2025-07-21
- 1 minute(s) read
DotNetCall.IsCallValid
Syntax
DotNetCall.IsCallValid( errorDescription)
Return Value
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.