Implement GetComObjectData and SetComObjectData (#18900)
authorHugh Bellamy <hughbellars@gmail.com>
Thu, 19 Jul 2018 03:29:30 +0000 (04:29 +0100)
committerDan Moseley <danmose@microsoft.com>
Thu, 19 Jul 2018 03:29:30 +0000 (20:29 -0700)
commite755679c4984895d452f943641a9c6f24827874d
tree20bdeb1cb7da933a9b4b4409a8d0f9a9400a3a57
parentf37214ab432e192178ada2d202328f5fd8884cff
Implement GetComObjectData and SetComObjectData (#18900)

* Cleanup Marshal.cs

* Cleanup __ComObject

* Implement GetComObjectData and SetComObjectData

* Build fixes

* PR feedback and more marshal cleanup

* More feedback

* Disable corefx tests

* Address PR feedback

* Fix build breaking typo

* Test disable
45 files changed:
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ArrayWithOffset.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/Attributes.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/BStrWrapper.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/COMException.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComMemberType.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IBindCtx.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IConnectionPoint.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IConnectionPointContainer.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumConnectionPoints.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumConnections.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumMoniker.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumString.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumVARIANT.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IMoniker.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IPersistFile.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IRunningObjectTable.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IStream.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeComp.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeInfo.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeInfo2.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeLib.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/ITypeLib2.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/CurrencyWrapper.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/DispatchWrapper.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ErrorWrapper.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/Expando/IExpando.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ICustomAdapter.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ICustomFactory.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ICustomMarshaler.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/ICustomQueryInterface.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/InvalidComObjectException.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/InvalidOleVariantTypeException.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeCallableAttribute.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeMethods.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/NonPortable.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/PInvokeMap.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/SEHException.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/SafeArrayRankMismatchException.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/SafeArrayTypeMismatchException.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/UnknownWrapper.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/VariantWrapper.cs
src/System.Private.CoreLib/src/System/Runtime/InteropServices/WindowsRuntime/Attributes.cs
src/System.Private.CoreLib/src/System/__ComObject.cs
tests/CoreFX/CoreFX.issues.json