System.ActivationContext.ContextForm 枚举
上一篇:System.ActivationContext 类
下一篇:System.ActivationContext.CreatePartialActivationContext(ApplicationIdentity) 方法
方法描述
指示清单激活的应用程序的上下文。
语法定义(C# System.ActivationContext.ContextForm 枚举 的用法)
public enum ContextForm
提示和注释
此枚举的值指定应用程序是否已加载到 ClickOnce 存储区。 未在 ClickOnce 存储区中安装的清单激活的应用程序可归到 Loose 一类中。 不在存储区中的应用程序的一个示例是在 Visual Studio 中执行的清单激活的应用程序。
System.ActivationContext.ContextForm 枚举例子
继承层次结构
线程安全
版本信息
.NET Framework 受以下版本支持:4、3.5、3.0、2.0 .NET Framework Client Profile 受以下版本支持:4、3.5 SP1
适用平台
Windows 7, Windows Vista SP1 或更高版本, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008(不支持服务器核心), Windows Server 2008 R2(支持 SP1 或更高版本的服务器核心), Windows Server 2003 SP2 .NET Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
上一篇:System.ActivationContext 类
下一篇:System.ActivationContext.CreatePartialActivationContext(ApplicationIdentity) 方法