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 執行階段程式碼。

適用於