예제 #1
0
        public Result GetApplicationLaunchProperty(out ApplicationLaunchProperty launchProperty, ApplicationId applicationId)
        {
            EnsureReaderInitialized();

            return(Reader.GetApplicationLaunchPropertyWithApplicationId(out launchProperty, applicationId));
        }
예제 #2
0
        public Result GetApplicationLaunchProperty(out ApplicationLaunchProperty launchProperty, ulong processId)
        {
            EnsureReaderInitialized();

            return(Reader.GetApplicationLaunchProperty(out launchProperty, processId));
        }