C#获取控制台句柄的方法(2)

namespace XXXX
{
    class XXX
    {
        static void Main(string[] args)
        {
            IntPtr hwnd=User32API.GetCurrentWindowHandle();//获取句柄

Console.WriteLine("{0} ", hwnd);
            Console.ReadLine(); 
        }

}
}

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/ppjyz.html