VSNDK.DebugEngine.AD7EngineCreateEvent.IDebugEngineCreateEvent2 C# (CSharp) Method

IDebugEngineCreateEvent2() private method

Retrieves the object that represents the newly created debug engine (DE). (http://msdn.microsoft.com/en-us/library/bb145143.aspx)
private IDebugEngineCreateEvent2 ( IDebugEngine2 &engine ) : int
engine IDebugEngine2 Returns an AD7Engine object that represents the newly created DE.
return int
        int IDebugEngineCreateEvent2.GetEngine(out IDebugEngine2 engine)
        {
            engine = m_engine;

            return VSConstants.S_OK;
        }