DotNetCall.SetIncompleteSignature
- Updated2025-07-21
- 1 minute(s) read
DotNetCall.SetIncompleteSignature
Syntax
DotNetCall.SetIncompleteSignature( partialSignature)
Purpose
Stores the given partial signature for the .NET call as the member name, but does not attempt to actually load the prototype. Instead, this method clears parameters and sets the DotNetCall.MemberType property to DotNetMember_DoNotCall .
Remarks
Use this method to store signature information on a DotNetCall object without trying to actually load prototype for the call. For example, if the DotNetCall.LoadPrototypeFromSignature method cannot load the prototype for a given signature, you can store the signature on the DotNetCall object by calling this method.
Parameters
partialSignature As String
[In] Specifies the partial signature to store on the DotNetCall object.