AppInstance 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
앱의 인스턴스를 나타냅니다.
public ref class AppInstance sealed
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Version(1)]
class AppInstance final
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AppLifecycle.AppLifecycleContract, 65536)]
class AppInstance final
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class AppInstance
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AppLifecycle.AppLifecycleContract), 65536)]
public sealed class AppInstance
Public NotInheritable Class AppInstance
- 상속
- 특성
예제
이 클래스를 사용하는 방법을 입증하는 코드 예제는 App instancing참조하세요.
설명
이 클래스를 사용하는 방법에 대한 자세한 내용은 App instancing참조하세요.
속성
IsCurrent |
이 AppInstance 개체가 앱의 현재 인스턴스 또는 다른 인스턴스를 나타내는지 여부를 나타내는 값을 가져옵니다. |
Key |
리디렉션을 위해 현재 앱 인스턴스를 식별하는 앱 정의 문자열 값을 가져옵니다. |
ProcessId |
앱 인스턴스의 프로세스 ID를 가져옵니다. |
메서드
FindOrRegisterForKey(String) |
플랫폼에 앱 인스턴스를 등록하거나 다른 인스턴스가 이 키를 이미 등록한 경우 기존 인스턴스를 찾습니다. |
GetActivatedEventArgs() |
ActivationRegistrationManager 클래스의 정적 메서드 중 하나를 사용하여 등록된 앱 활성화에 대한 이벤트 인수를 검색합니다. |
GetCurrent() |
앱의 현재 실행 중인 인스턴스를 검색합니다. |
GetInstances() |
앱의 실행 중인 모든 인스턴스의 컬렉션을 검색합니다. |
RedirectActivationToAsync(AppActivationArguments) |
현재 활성화 요청을 다른 앱 인스턴스로 리디렉션합니다. |
Restart(String) |
애플리케이션 인스턴스를 다시 시작합니다. |
UnregisterKey() |
이 앱 인스턴스에 대해 지정된 키를 등록 취소합니다. |
이벤트
Activated |
Microsoft.Windows.AppLifecycle.AppInstance.RedirectActivationToAsync통해 리디렉션된 활성화에 대해 발생합니다. |