diff options
author | Aaron Robinson <arobins@microsoft.com> | 2018-07-23 03:30:57 -0700 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2018-07-23 03:30:57 -0700 |
commit | 92d2c4bde42569d2aa22e44550d69f7d743bf9a0 (patch) | |
tree | 7e2d617278db482306fb7b6f62c9f53545d917d8 /Documentation/project-docs | |
parent | cc96914f80b6873c555d0ed377042537ef99f1af (diff) | |
download | coreclr-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/project-docs')
-rw-r--r-- | Documentation/project-docs/clr-configuration-knobs.md | 3 |
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` | | |