LoadPrototypeOptions

These constants represent the options you can use with the options parameter of the Module.LoadPrototype , SequenceCallModule.LoadPrototypeFromSequence and DotNetCall.LoadPrototypeFromSignature methods.

  • LoadPrototypeOption_MapExistingParameters –(value: 0x1) If this flag is set, the Module.LoadPrototype method attempts to keep the existing argument value expressions by mapping them to the parameters in the new prototype. Any arguments that cannot be mapped are added to the Module.UnmappedArgumentValues collection.
  • LoadPrototypeOption_NoOptions –(Value: 0x0) No Options.

See Also

DotNetCall.LoadPrototypeFromSignature

Module.LoadPrototype

Module.UnmappedArgumentValues

SequenceCallModule.LoadPrototypeFromSequence