List Question
19 TechQA 2020-10-15T12:43:12.420000System.Reflection.Emit: field or property of ref struct
455 views
Asked by Weifen Luo
C# safety concerns for pointer to "ref struct" with managed fields. Ignoring warning CS8500
174 views
Asked by Canijo
string.AsSpan() vs implicit cast operator peformance in .NET for ReadOnlySpan<char>
327 views
Asked by Matheos
Why a `stackalloc` expression cannot be assigned to a `Span<T>` parameter?
730 views
Asked by Margaret Bloom
What is GRefString implementation in GLib?
116 views
Asked by psprint
Corrupt contents in NodeJS ref-struct upon garbage collection
363 views
Asked by Hunter Lester
node-ffi-napi not receiving any response from dll on method call, possible struct issue?
713 views
Asked by Paul Ryan
Unable to install ref-struct module on nodejs 12.14.0
884 views
Asked by Shivam Kumar
Why ref structs cannot be used as type arguments?
3.7k views
Asked by Fit Dev
How to define a ref struct in F# in .NET Standard 2.0?
629 views
Asked by Theodore Tsirpanis
node-ffi OUT parameter with type of Struct Pointer cannot receive back values from DLL call
935 views
Asked by SunTossed
How to test whether a ref struct method is throwing an exception using xUnit?
537 views
Asked by Trauer
How do I use complex data structures with `ffi`, `ref-struct`, and `ref-array`?
925 views
Asked by Zachary Abresch
Returning a new ref struct instance that holds a reference to the returning instance of another struct
126 views
Asked by patvax
Forwarding ref parameters through a ref struct with "unsafe" ref punning - is this safe?
84 views
Asked by monkey0506
How to read data from a nodejs Buffer created by node-ffi with length 0
2k views
Asked by Charlie Burns
How To Read 16 bits integer with ffi and ref-struct
145 views
Asked by manuell
Array of structure as OUT parameter from C to JS using node-ffi, ref-array and ref-struct
618 views
Asked by rakeshgn
Why can I declare a ref struct as a member of a class in c#7.3?
2.4k views
Asked by joe