Exemplo n.º 1
0
        public static ModuleSectionInfo[] SectionListFromAddr(IntPtr addr)
        {
            var listInfo = new Bridge.ListInfo();

            return(listInfo.ToArray <ModuleSectionInfo>(ScriptModuleSectionListFromAddr(addr, ref listInfo)));
        }
Exemplo n.º 2
0
        public static ModuleInfo[] GetList()
        {
            var listInfo = new Bridge.ListInfo();

            return(listInfo.ToArray <ModuleInfo>(ScriptModuleGetList(ref listInfo)));
        }
Exemplo n.º 3
0
 private static extern bool ScriptModuleSectionListFromAddr(IntPtr addr, ref Bridge.ListInfo listInfo);
Exemplo n.º 4
0
 private static extern bool ScriptModuleGetList(ref Bridge.ListInfo listInfo);