(.NET) use reflection to get the DLL of Hinstance

zhaozj2021-02-16  48

// use reflection to get the dll hinstance

AskEMBLY Assembly = askEMBLY.GETEXECUTINGASSEMBLY ();

Module Current = askULE.GETModules () [0];

INTPTR MODULE = Marshal.Gethinstance (CURRENT);

转载请注明原文地址:https://www.9cbs.com/read-21207.html

New Post(0)