Microsoft.Win32 네임스페이스
두 가지 유형의 클래스인 운영 체제에서 발생한 이벤트를 처리하는 클래스와 시스템 레지스트리를 조작하는 클래스를 제공합니다. Provides two types of classes: those that handle events raised by the operating system and those that manipulate the system registry.
클래스
CommonDialog |
공용 Win32 대화 상자를 표시하기 위한 추상 기본 클래스입니다.An abstract base class for displaying common Win32 dialogs. |
FileDialog |
OpenFileDialog 및 SaveFileDialog를 비롯한 파일 대화 상자에 공통되는 기능을 캡슐화하는 추상 기본 클래스입니다.An abstract base class that encapsulates functionality that is common to file dialogs, including OpenFileDialog and SaveFileDialog. |
FileDialogCustomPlace |
FileDialog 사용자 지정 위치 목록의 항목을 나타냅니다.Represents an entry in a FileDialog custom place list. |
FileDialogCustomPlaces |
파일 대화 상자의 사용자 지정 위치에 대한 알려진 폴더를 정의합니다.Defines the known folders for custom places in file dialog boxes. |
IntranetZoneCredentialPolicy |
WebRequest와 파생 클래스를 사용하여 이루어진 리소스 요청에 사용할 자격 증명 정책을 정의합니다.Defines a credential policy to be used for resource requests that are made using WebRequest and its derived classes. |
OpenFileDialog |
하나 이상의 파일 이름을 지정하여 열 수 있는 공용 대화 상자를 나타냅니다.Represents a common dialog box that allows a user to specify a filename for one or more files to open. |
PowerModeChangedEventArgs |
PowerModeChanged 이벤트에 대한 데이터를 제공합니다.Provides data for the PowerModeChanged event. |
Registry |
Windows 레지스트리의 루트 키를 나타내는 RegistryKey 개체와 키/값 쌍에 액세스하는 |
RegistryAclExtensions |
레지스트리 키의 ACL(액세스 제어 목록) 보안 특성을 조작하기 위한 Windows 관련 정적 확장 메서드를 제공합니다.Provides Windows-specific static extension methods for manipulating Access Control List (ACL) security attributes for registry keys. |
RegistryKey |
Windows 레지스트리의 키 수준 노드를 나타냅니다.Represents a key-level node in the Windows registry. 이 클래스는 레지스트리 캡슐화 클래스입니다.This class is a registry encapsulation. |
SaveFileDialog |
파일을 다른 이름으로 저장할 이름을 지정할 수 있는 공용 대화 상자를 나타냅니다.Represents a common dialog that allows the user to specify a filename to save a file as. 부분 신뢰 환경에서 실행 중인 애플리케이션에서는 SaveFileDialog를 사용할 수 없습니다.SaveFileDialog cannot be used by an application that is executing under partial trust. |
SessionEndedEventArgs |
SessionEnded 이벤트에 대한 데이터를 제공합니다.Provides data for the SessionEnded event. |
SessionEndingEventArgs |
SessionEnding 이벤트에 대한 데이터를 제공합니다.Provides data for the SessionEnding event. |
SessionSwitchEventArgs |
SessionSwitch 이벤트에 대한 데이터를 제공합니다.Provides data for the SessionSwitch event. |
SystemEvents |
시스템 이벤트 알림에 액세스할 수 있도록 합니다.Provides access to system event notifications. 이 클래스는 상속될 수 없습니다.This class cannot be inherited. |
TimerElapsedEventArgs |
TimerElapsed 이벤트에 대한 데이터를 제공합니다.Provides data for the TimerElapsed event. |
UserPreferenceChangedEventArgs |
UserPreferenceChanged 이벤트에 대한 데이터를 제공합니다.Provides data for the UserPreferenceChanged event. |
UserPreferenceChangingEventArgs |
UserPreferenceChanging 이벤트에 대한 데이터를 제공합니다.Provides data for the UserPreferenceChanging event. |
열거형
PowerModes |
운영 체제에서 보고한 전원 모드 이벤트의 식별자를 정의합니다.Defines identifiers for power mode events reported by the operating system. |
RegistryHive |
외부 시스템의 상위 수준 노드에 대한 가능한 값을 나타냅니다.Represents the possible values for a top-level node on a foreign machine. |
RegistryKeyPermissionCheck |
레지스트리 키를 열고 이름/값 쌍에 액세스하는 경우 보안 검사가 수행되는지 여부를 지정합니다.Specifies whether security checks are performed when opening registry keys and accessing their name/value pairs. |
RegistryOptions |
레지스트리 키를 만들 때 사용할 옵션을 지정합니다.Specifies options to use when creating a registry key. |
RegistryValueKind |
레지스트리에 값을 저장할 때 사용할 데이터 형식을 지정하거나 레지스트리 값의 데이터 형식을 나타냅니다.Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry. |
RegistryValueOptions |
레지스트리 키에서 이름/값 쌍을 검색하는 경우의 선택적 동작을 지정합니다.Specifies optional behavior when retrieving name/value pairs from a registry key. |
RegistryView |
64비트 운영 체제에서 대상으로 사용할 레지스트리 뷰를 지정합니다.Specifies which registry view to target on a 64-bit operating system. |
SessionEndReasons |
현재 로그온 세션이 종료되고 있는 방법을 나타내는 식별자를 정의합니다.Defines identifiers that represent how the current logon session is ending. |
SessionSwitchReason |
세션 전환 이벤트의 형식을 나타내는 데 사용되는 식별자를 정의합니다.Defines identifiers used to represent the type of a session switch event. |
UserPreferenceCategory |
사용자 기본 설정 범주를 나타내는 식별자를 정의합니다.Defines identifiers that represent categories of user preferences. |
대리자
PowerModeChangedEventHandler |
PowerModeChanged 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the PowerModeChanged event. |
SessionEndedEventHandler |
SessionEnded 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the SessionEnded event. |
SessionEndingEventHandler |
운영 체제에서 SessionEnding 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the SessionEnding event from the operating system. |
SessionSwitchEventHandler |
SessionSwitch 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the SessionSwitch event. |
TimerElapsedEventHandler |
TimerElapsed 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the TimerElapsed event. |
UserPreferenceChangedEventHandler |
UserPreferenceChanged 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the UserPreferenceChanged event. |
UserPreferenceChangingEventHandler |
UserPreferenceChanging 이벤트를 처리할 메서드를 나타냅니다.Represents the method that will handle the UserPreferenceChanging event. |