AssemblyContentType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供有关程序集中包含的代码类型的信息。
public enum class AssemblyContentType
public enum AssemblyContentType
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum AssemblyContentType
type AssemblyContentType =
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type AssemblyContentType =
Public Enum AssemblyContentType
- 继承
- 属性
字段
Default | 0 | 程序集包括 .NET 代码。 |
WindowsRuntime | 1 | 程序集包含 Windows 运行时代码。 |