Windows.UI.Core.CoreWindow.GetForCurrentThread C# (CSharp) Method

GetForCurrentThread() public static method

public static GetForCurrentThread ( ) : CoreWindow
return CoreWindow
		public static extern CoreWindow GetForCurrentThread();
	}