Skip to content

Commit 27be37a

Browse files
authored
Merge pull request #1105 from MicrosoftDocs/master
7/17 AM Publish
2 parents b8b1cba + c8b0df3 commit 27be37a

8 files changed

+174
-199
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4035,6 +4035,16 @@
40354035
"redirect_url": "/cpp/dotnet/managed-types-cpp-cli#diagnose_fix",
40364036
"redirect_document_id": false
40374037
},
4038+
{
4039+
"source_path": "docs/dotnet/how-to-implement-a-plug-in-component-architecture-using-reflection-cpp-cli.md",
4040+
"redirect_url": "/cpp/dotnet/reflection-cpp-cli#implement",
4041+
"redirect_document_id": false
4042+
},
4043+
{
4044+
"source_path": "docs/dotnet/how-to-enumerate-data-types-in-assemblies-using-reflection-cpp-cli.md.md",
4045+
"redirect_url": "/cpp/dotnet/reflection-cpp-cli#enumerate",
4046+
"redirect_document_id": false
4047+
},
40384048
{
40394049
"source_path": "docs/error-messages/compiler-errors-1/index.md",
40404050
"redirect_url": "/cpp/error-messages/compiler-errors-1/compiler-fatal-errors-c999-through-c1999",

docs/dotnet/TOC.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@
118118
## [Friend Assemblies (C++)](friend-assemblies-cpp.md)
119119
## [Managed Types (C++/CLI)](managed-types-cpp-cli.md)
120120
## [Reflection (C++/CLI)](reflection-cpp-cli.md)
121-
### [How to: Implement a Plug-In Component Architecture using Reflection (C++/CLI)](how-to-implement-a-plug-in-component-architecture-using-reflection-cpp-cli.md)
122-
### [How to: Enumerate Data Types in Assemblies using Reflection (C++/CLI)](how-to-enumerate-data-types-in-assemblies-using-reflection-cpp-cli.md)
123121
## [Strong Name Assemblies (Assembly Signing) (C++/CLI)](strong-name-assemblies-assembly-signing-cpp-cli.md)
124122
## [Debug Class (C++/CLI)](debug-class-cpp-cli.md)
125123
## [STL/CLR Library Reference](stl-clr-library-reference.md)

docs/dotnet/data-access-using-adonet-cpp-cli.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,4 @@ int main()
707707
708708
<xref:System.Runtime.InteropServices>
709709
710-
[Data Access Using ADO.NET (C++/CLI)](../dotnet/data-access-using-adonet-cpp-cli.md)
711-
712710
[Interoperability](http://msdn.microsoft.com/afcc2e7d-3f32-48d2-8141-1c42acf29084)

docs/dotnet/how-to-enumerate-data-types-in-assemblies-using-reflection-cpp-cli.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

docs/dotnet/how-to-implement-a-plug-in-component-architecture-using-reflection-cpp-cli.md

Lines changed: 0 additions & 120 deletions
This file was deleted.

docs/dotnet/interoperability-with-other-dotnet-languages-cpp-cli.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,3 @@ int main()
177177

178178
## See Also
179179
[.NET Programming with C++/CLI (Visual C++)](../dotnet/dotnet-programming-with-cpp-cli-visual-cpp.md)
180-
[Interoperability with Other .NET Languages (C++/CLI)](../dotnet/interoperability-with-other-dotnet-languages-cpp-cli.md)

0 commit comments

Comments
 (0)