AssemblyToInject.GoBabyGo.Inject C# (CSharp) 메소드

Inject() 공개 정적인 메소드

public static Inject ( ) : void
리턴 void
        public static void Inject()
        {
            MessageBox.Show("31337");
            //Debug.WriteLine("Hello form Inject: Dispatching to UI thread");
            //Application.Current.RootVisual.Dispatcher.BeginInvoke(new Action(() => MessageBox.Show("31337")));
            //Debug.WriteLine("Hello from Inject: done.");
        }
GoBabyGo