Remove devdocs from System.Runtime.InteropServices code (dotnet/corefx#36669)
authorHugh Bellamy <hughbellars@gmail.com>
Tue, 16 Apr 2019 14:59:12 +0000 (15:59 +0100)
committerAaron Robinson <arobins@microsoft.com>
Tue, 16 Apr 2019 14:59:12 +0000 (07:59 -0700)
commit30d29bd56a494af7c6171ab553ce9ae15f3e286c
tree5ddb647608cb87df8f957e40e1a55c25a976f73a
parentc27c87230608419555676b4fe789db87da7bb1b1
Remove devdocs from System.Runtime.InteropServices code (dotnet/corefx#36669)

* Cleanup System.Runtime.InteropServices code

- Move public classes/enums to their own file
- Use summary instead of devdoc
- Misc

Commit migrated from https://github.com/dotnet/corefx/commit/8d79b6117e9d584eebb8b6933bba83dd514010ca
40 files changed:
src/libraries/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj
src/libraries/System.Runtime.InteropServices/src/System/Runtime/CompilerServices/IDispatchConstantAttribute.cs [moved from src/libraries/System.Runtime.InteropServices/src/System/Runtime/CompilerServices/Attributes.cs with 54% similarity]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/CompilerServices/IUnknownConstantAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/AssemblyRegistrationFlags.cs
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/Attributes.cs [deleted file]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/AutomationProxyAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComAliasNameAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComCompatibleVersionAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComConversionLossAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComRegisterFunctionAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/ADVF.cs [moved from src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/advf.cs with 64% similarity]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/DATADIR.cs [moved from src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/datadir.cs with 100% similarity]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/DVASPECT.cs [moved from src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/dvaspect.cs with 100% similarity]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/FORMATETC.cs [moved from src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/formatetc.cs with 100% similarity]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/IAdviseSink.cs
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/IDataObject.cs
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/IEnumFormatETC.cs
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/IEnumSTATDATA.cs
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/STATDATA.cs [moved from src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/statdata.cs with 100% similarity]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/STGMEDIUM.cs [moved from src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/stgmedium.cs with 100% similarity]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/TYMED.cs [moved from src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/tymed.cs with 100% similarity]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComUnregisterFunctionAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/HandleCollector.cs
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/IDispatchImplAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/IDispatchImplType.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/IMarshal.cs
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ImportedFromTypeLibAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ManagedToNativeComInteropStubAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/PrimaryInteropAssemblyAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/SetWin32ContextInIDispatchAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/StandardOleMarshalObject.cs
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/TypeLibFuncAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/TypeLibFuncFlags.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/TypeLibImportClassAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/TypeLibTypeAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/TypeLibTypeFlags.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/TypeLibVarAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/TypeLibVarFlags.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/TypeLibVersionAttribute.cs [new file with mode: 0644]
src/libraries/System.Runtime.InteropServices/tests/System/Runtime/InteropServices/HandleCollectorTests.cs