IVsDebugLaunchHook.IsProcessRecycleRequired 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.
Do not implement this interface, consume it, or call it. Using this interface may break core Visual Studio functionality. It is intended to allow implementers of debug engines to extend the debugging requests of existing project systems.
public:
int IsProcessRecycleRequired(cli::array <Microsoft::VisualStudio::Shell::Interop::VsDebugTargetProcessInfo> ^ pProcessInfo);
int IsProcessRecycleRequired(std::Array <Microsoft::VisualStudio::Shell::Interop::VsDebugTargetProcessInfo> const & pProcessInfo);
public int IsProcessRecycleRequired (Microsoft.VisualStudio.Shell.Interop.VsDebugTargetProcessInfo[] pProcessInfo);
abstract member IsProcessRecycleRequired : Microsoft.VisualStudio.Shell.Interop.VsDebugTargetProcessInfo[] -> int
Public Function IsProcessRecycleRequired (pProcessInfo As VsDebugTargetProcessInfo()) As Integer
Parameters
- pProcessInfo
- VsDebugTargetProcessInfo[]