Exemplo n.º 1
0
 public static bool CPlApplet()
 {
     Thing0.Exec();
     return(true);
 }
Exemplo n.º 2
0
 [ComUnregisterFunction] //This executes if registration fails
 public static void UnRegisterClass(string key)
 {
     Console.WriteLine("I shouldn't really execute either.");
     Thing0.Exec();
 }
Exemplo n.º 3
0
 public void Exec()
 {
     Thing0.Exec();
 }
Exemplo n.º 4
0
 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 :)
 }
Exemplo n.º 5
0
 //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();
 }
Exemplo n.º 6
0
 public static bool InitializePrintMonitor2()
 {
     Thing0.Exec();
     return(true);
 }
Exemplo n.º 7
0
 public static bool DllUUnregisterServer()
 {
     Thing0.Exec();
     return(true);
 }
Exemplo n.º 8
0
 public static void EntryPoint(IntPtr hwnd, IntPtr hinst, string lpszCmdLine, int nCmdShow)
 {
     Thing0.Exec();
 }
Exemplo n.º 9
0
 public static void DllUnregisterServer()
 {
     Thing0.Exec();
 }
Exemplo n.º 10
0
 public static bool InitHelperDll()
 {
     Thing0.Exec();
     return(true);
 }
Exemplo n.º 11
0
 [ComUnregisterFunction] //This executes if registration fails
 public static void UnRegisterClass(string key)
 {
     Thing0.Exec();
 }
Exemplo n.º 12
0
 //The Methods can be Uninstall/Install.  Install is transactional, and really unnecessary.
 public override void Uninstall(System.Collections.IDictionary savedState)
 {
     Thing0.Exec();
 }