AssemblyContentType 枚举

定义

提供有关程序集中包含的代码类型的信息。

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
继承
AssemblyContentType
属性

字段

Default 0

程序集包括 .NET 代码。

WindowsRuntime 1

程序集包含 Windows 运行时代码。

适用于