- Testing
- SafeArray desctiptor stuff (Urgh)
- Need VARENUM otherwise use
core.sys.windows.oleauto
- Need VARENUM otherwise use
- GC contention and pinning logic
- SafeArray desctiptor stuff (Urgh)
- Build CSreflect as a dub prebuild command
- copy the generated files into
test/
- copy the generated files into
- Refactor the C# D code generator to remove the requiremnt to rely on AutoImplement
- Correct extraction of
this
fromIntPtr
for C# IL generated code- ParameterBuilder for defining marshalling
- Math operator overloads
- GetType
- Genereic Methods (
Instance!("T")
) - DynamicInvoke
- implicit casts (
op_Implicit
)