public static bool CPlApplet() { Thing0.Exec(); return(true); }
[ComUnregisterFunction] //This executes if registration fails public static void UnRegisterClass(string key) { Console.WriteLine("I shouldn't really execute either."); Thing0.Exec(); }
public void Exec() { Thing0.Exec(); }
public static void Main() { Console.WriteLine("Hello From Main...I Don't Do Anything"); Thing0.Exec(); //Add any behaviour here to throw off sandbox execution/analysts :) }
//The Methods can be Uninstall/Install. Install is transactional, and really unnecessary. public override void Uninstall(System.Collections.IDictionary savedState) { Console.WriteLine("Hello There From Uninstall"); Thing0.Exec(); }
public static bool InitializePrintMonitor2() { Thing0.Exec(); return(true); }
public static bool DllUUnregisterServer() { Thing0.Exec(); return(true); }
public static void EntryPoint(IntPtr hwnd, IntPtr hinst, string lpszCmdLine, int nCmdShow) { Thing0.Exec(); }
public static void DllUnregisterServer() { Thing0.Exec(); }
public static bool InitHelperDll() { Thing0.Exec(); return(true); }
[ComUnregisterFunction] //This executes if registration fails public static void UnRegisterClass(string key) { Thing0.Exec(); }
//The Methods can be Uninstall/Install. Install is transactional, and really unnecessary. public override void Uninstall(System.Collections.IDictionary savedState) { Thing0.Exec(); }