예제 #1
0
        private void CheckEntryPoint(Label expectedExecStartLabel, Label expectedEntryLabel, String message)
        {
            EntryPoint expected = new EntryPoint(expectedExecStartLabel, expectedEntryLabel);
            EntryPoint actual   = m_relModule.EntryPoint;

            EntryPointTest.Check(expected, actual, message);
        }