Ejemplo n.º 1
0
        public void OpenMethod(uint method)
        {
            var sm = new SourceMethodImpl(writer.GetMethodDefinition(method).Name, (int)method);

            msw.OpenMethod(null, 0, sm);
        }