Win32Interop 클래스
C# 데스크톱 응용 프로그램 개발자는 .NET 5에서 사용할 수 있는 Win32Interop 클래스에서는 GetWindowIdFromWindow 함수를 비롯한 여러 상호 운용성 함수를 래핑하고 나타냅니다.
이 Win32Interop 클래스는 Windows 앱 SDK의 일부로 .NET 5 이상에서 사용할 수 있습니다.
정의
네임스페이스: Microsoft.UI
public class Win32Interop
메서드
- GetDisplayIdFromMonitor(IntPtr)
- GetIconFromIconId(IconId)
- GetIconIdFromIcon(IntPtr)
- GetMonitorFromDisplayId(DisplayId)
- GetWindowFromWindowId(WindowId)
- GetWindowIdFromWindow(IntPtr)
적용 대상
Product | 소개 |
---|---|
WinUI 3 | Windows 앱 SDK 1.0 |
참고 항목
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Windows developer