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

Execute() public method

Continues running this program from a stopped state. Any previous execution state (such as a step) is cleared, and the program starts executing again. Not implemented. (http://msdn.microsoft.com/en-us/library/bb162315.aspx) Not implemented because this class is not used by the debug engine. Read the description of this class at the top.
public Execute ( ) : int
return int
        public int Execute()
        {
            return VSConstants.S_OK;
        }