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 ランタイムのコードが含まれています。

適用対象