You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So currently out and ref parameters (i.e. ByRef parameter types) are not handled in library public APIs, despite the fact that both trampoline compilers and DEFKNOWN can work with it.
This means, for example, that methods like int.TryParse are not quite available unless you use library internals.
This needs to be fixed.
The text was updated successfully, but these errors were encountered:
So currently
out
andref
parameters (i.e.ByRef
parameter types) are not handled in library public APIs, despite the fact that both trampoline compilers and DEFKNOWN can work with it.This means, for example, that methods like
int.TryParse
are not quite available unless you use library internals.This needs to be fixed.
The text was updated successfully, but these errors were encountered: