Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

ISymbol and marshalling #55

Open
Therzok opened this issue Mar 4, 2018 · 0 comments
Open

ISymbol and marshalling #55

Therzok opened this issue Mar 4, 2018 · 0 comments

Comments

@Therzok
Copy link
Contributor

Therzok commented Mar 4, 2018

Currently, ISymbol exposes a little information about the kind of symbol we're using.

In the end, we should be able to look at a symbol and get the following information:

  • The name
  • The marshal to native type
  • The managed type

Parameter is a special kind of type which should handle the following:

  • Get whether the symbol is passed by ref (and how many refs) or value
  • Marshal native to managed
  • Marshal managed to native
  • Free mechanism
  • Allocate in case of caller allocates
  • in, inout, out semantics
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant