IDebugEngineProgram140.BeforeDetach(Int32, Int32) 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.
public:
void BeforeDetach([Runtime::InteropServices::Out] int % detachUnavailable, [Runtime::InteropServices::Out] int % detachReasonCode);
public void BeforeDetach(out int detachUnavailable, out int detachReasonCode);
abstract member BeforeDetach : int * int -> unit
Public Sub BeforeDetach (ByRef detachUnavailable As Integer, ByRef detachReasonCode As Integer)
Parameters
- detachUnavailable
- Int32
- detachReasonCode
- Int32