Minor
4.6
Available
Reflection objects can no longer be passed from managed code to out-of-process DCOM clients. The following types are affected:
- Assembly
- MemberInfo (and its derived types, including FieldInfo, MethodInfo, Type, and TypeInfo)
- MethodBody
- Module
- ParameterInfo.
Calls to IMarshal
for the object return E_NOINTERFACE
.
- Quirked
- Build-time break
Update marshaling code to work with non-reflection objects
- Investigate applicable APIs
Core