summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAaron Robinson <arobins@microsoft.com>2018-07-23 03:30:57 -0700
committerJan Kotas <jkotas@microsoft.com>2018-07-23 03:30:57 -0700
commit92d2c4bde42569d2aa22e44550d69f7d743bf9a0 (patch)
tree7e2d617278db482306fb7b6f62c9f53545d917d8 /Documentation
parentcc96914f80b6873c555d0ed377042537ef99f1af (diff)
downloadcoreclr-92d2c4bde42569d2aa22e44550d69f7d743bf9a0.tar.gz
coreclr-92d2c4bde42569d2aa22e44550d69f7d743bf9a0.tar.bz2
coreclr-92d2c4bde42569d2aa22e44550d69f7d743bf9a0.zip
Remove hosthook api (#19079)
* Remove CallNeedsHostHook() API * Remove IsHostHookEnabled() API and with it related dead code * Remove code enabling host hooks (i.e. COMPlus_GenerateStubForHost) Remove function declarations for creating host hooks Update comments
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/project-docs/clr-configuration-knobs.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/project-docs/clr-configuration-knobs.md b/Documentation/project-docs/clr-configuration-knobs.md
index ea2bb040f1..7a6c4e6879 100644
--- a/Documentation/project-docs/clr-configuration-knobs.md
+++ b/Documentation/project-docs/clr-configuration-knobs.md
@@ -288,8 +288,7 @@ Name | Description | Type | Class | Default Value | Flags
`EventPipeConfig` | Configuration for EventPipe. | `STRING` | `INTERNAL` | |
`EventPipeOutputFile` | The full path including file name for the trace file that will be written when COMPlus_EnableEventPipe&=1 | `STRING` | `INTERNAL` | |
`EventPipeRundown` | Enable/disable eventpipe rundown. | `DWORD` | `INTERNAL` | `1` |
-`ExposeExceptionsInCOM` | | `DWORD` | `INTERNAL` | |
-`GenerateStubForHost` | Forces the host hook stub to be built for all unmanaged calls, even when not running hosted. | `DWORD` | `INTERNAL` | `0` |
+`ExposeExceptionsInCOM` | | `DWORD` | `INTERNAL` | |
`InteropLogArguments` | Log all pinned arguments passed to an interop call | `DWORD` | `EXTERNAL` | `0` |
`InteropValidatePinnedObjects` | After returning from a managed-to-unmanaged interop call, validate GC heap around objects pinned by IL stubs. | `DWORD` | `UNSUPPORTED` | `0` |
`legacyComHierarchyVisibility` | | `DWORD` | `EXTERNAL` | |