VSNDK.DebugEngine.EngineCallback.EngineCallback C# (CSharp) Method

EngineCallback() public method

Constructor.
public EngineCallback ( AD7Engine engine, IDebugEventCallback2 ad7Callback ) : System
engine AD7Engine The AD7Engine object that represents the DE.
ad7Callback IDebugEventCallback2 The IDebugEventCallback2 object that receives debugger events.
return System
        public EngineCallback(AD7Engine engine, IDebugEventCallback2 ad7Callback)
        {
            m_ad7Callback = ad7Callback;
            m_engine = engine;
        }