VSNDK.DebugEngine.AD7ProgramNodeAttach.Detach C# (CSharp) Method

Detach() public method

Detaches a debug engine from the program. (http://msdn.microsoft.com/en-us/library/bb146228.aspx) Not implemented because this class is not used by the debug engine. Read the description of this class at the top.
public Detach ( ) : int
return int
        public int Detach()
        {
            // This method is not called by the debug engine.
            return VSConstants.S_OK;
        }