다음을 통해 공유


AppInstallerManager.GetForSystem 메서드

정의

시스템 우선 순위가 있는 AppInstallerManager의 instance 검색합니다.

public:
 static AppInstallerManager ^ GetForSystem();
 static AppInstallerManager GetForSystem();
public static AppInstallerManager GetForSystem();
function getForSystem()
Public Shared Function GetForSystem () As AppInstallerManager

반환

시스템 우선 순위가 있는 AppInstallerManager의 instance.

설명

이 방법을 통해 시스템 우선 순위가 있는 AppInstallerManager 를 가져오려면 관리자 권한이 필요합니다. 시스템 우선 순위가 있는 AppInstallerManager 의 작업에 의해 설정된 값은 기본 수준에서 수행되는 작업에 의해 덮어쓰여지지 않습니다.

적용 대상