DotNetCall.ReloadPrototype
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
DotNetCall.ReloadPrototype
Syntax
DotNetCall.ReloadPrototype( options = 0)
Return Value
Purpose
Attempts to reload prototype information for the selected member, including parameter types and return value types. For each parameter, this method updates in/out information, struct definitions, and array dimensions, if applicable.
Remarks
If the .NET Adapter cannot find an assembly, class, or member anywhere in the call chain up to and including the current call, this method returns an error.
Parameters
options As Long
[In] Specifies one or more LoadPrototypeOptions constants. Use the bitwise-OR operator to specify multiple flags.
This parameter has a default value of 0 .