List Question
19 TechQA 2024-03-01T15:56:48.420000Forwarding ref parameters through a ref struct with "unsafe" ref punning - is this safe?
84 views
Asked by monkey0506
Returning a new ref struct instance that holds a reference to the returning instance of another struct
126 views
Asked by patvax
string.AsSpan() vs implicit cast operator peformance in .NET for ReadOnlySpan<char>
327 views
Asked by Matheos
C# safety concerns for pointer to "ref struct" with managed fields. Ignoring warning CS8500
174 views
Asked by Canijo
How To Read 16 bits integer with ffi and ref-struct
145 views
Asked by manuell
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
System.Reflection.Emit: field or property of ref struct
455 views
Asked by Weifen Luo
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 can I declare a ref struct as a member of a class in c#7.3?
2.4k views
Asked by joe
node-ffi OUT parameter with type of Struct Pointer cannot receive back values from DLL call
935 views
Asked by SunTossed
How to define a ref struct in F# in .NET Standard 2.0?
629 views
Asked by Theodore Tsirpanis
Corrupt contents in NodeJS ref-struct upon garbage collection
363 views
Asked by Hunter Lester
How to test whether a ref struct method is throwing an exception using xUnit?
537 views
Asked by Trauer
Why ref structs cannot be used as type arguments?
3.7k views
Asked by Fit Dev
Array of structure as OUT parameter from C to JS using node-ffi, ref-array and ref-struct
618 views
Asked by rakeshgn
How do I use complex data structures with `ffi`, `ref-struct`, and `ref-array`?
925 views
Asked by Zachary Abresch
How to read data from a nodejs Buffer created by node-ffi with length 0
2k views
Asked by Charlie Burns