IDkmOutOfProcessSymbolLoadingEnabledNotification.OnOutOfProcessSymbolLoadingChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when 'AllowOutOfProcessSymbolLoading' is changed.
public:
void OnOutOfProcessSymbolLoadingChanged(Microsoft::VisualStudio::Debugger::DkmEngineSettings ^ settings);
public void OnOutOfProcessSymbolLoadingChanged (Microsoft.VisualStudio.Debugger.DkmEngineSettings settings);
abstract member OnOutOfProcessSymbolLoadingChanged : Microsoft.VisualStudio.Debugger.DkmEngineSettings -> unit
Public Sub OnOutOfProcessSymbolLoadingChanged (settings As DkmEngineSettings)
Parameters
- settings
- DkmEngineSettings
[In] Contains the session-wide debug settings. There is one instance of this object per engine Guid (ex: one instance for COMPlusOnlyEng2, one instance for COMPlusNativeEng).