5 references to TempFile
System.Deployment (5)
System\Deployment\Application\DownloadManager.cs (4)
14
public static AssemblyManifest DownloadDeploymentManifest(SubscriptionStore subStore, ref Uri sourceUri, out
TempFile
tempFile);
15
public static AssemblyManifest DownloadDeploymentManifest(SubscriptionStore subStore, ref Uri sourceUri, out
TempFile
tempFile, IDownloadNotification notification, DownloadOptions options);
16
public static AssemblyManifest DownloadDeploymentManifestBypass(SubscriptionStore subStore, ref Uri sourceUri, out
TempFile
tempFile, out SubscriptionState subState, IDownloadNotification notification, DownloadOptions options);
17
public static bool FollowDeploymentProviderUri(SubscriptionStore subStore, ref AssemblyManifest deployment, ref Uri sourceUri, out
TempFile
tempFile, IDownloadNotification notification, DownloadOptions options);
System\Deployment\Application\SubscriptionStore.cs (1)
22
public
TempFile
AcquireTempFile(string suffix);