Skip to content

Commit

Permalink
Update netcore-hosting.md
Browse files Browse the repository at this point in the history
Updates based on dotnet/runtime#49529.
  • Loading branch information
AaronRobinsonMSFT authored Mar 16, 2021
1 parent 4c7095c commit 0362314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/tutorials/netcore-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The native host can now call the managed method and pass it the desired paramete

The following steps detail how to use the `coreclrhost.h` API to start the .NET Core runtime in a native application and call into a managed static method. The code snippets in this document use some Windows-specific APIs, but the [full sample host](https://github.com/dotnet/samples/tree/master/core/hosting/HostWithCoreClrHost) shows both Windows and Linux code paths.

The [Unix CoreRun host](https://github.com/dotnet/runtime/tree/master/src/coreclr/hosts/unixcorerun) shows a more complex, real-world example of hosting using `coreclrhost.h`.
The [corerun host](https://github.com/dotnet/runtime/tree/master/src/coreclr/hosts/corerun) shows a more complex, real-world, cross-platform example of hosting using `coreclrhost.h`.

### Step 1 - Find and load CoreCLR

Expand Down

0 comments on commit 0362314

Please sign in to comment.