AssemblyContentType Výčet

Definice

Poskytuje informace o typu kódu obsaženého v sestavení.

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
Dědičnost
AssemblyContentType
Atributy

Pole

Default 0

Sestavení obsahuje kód .NET.

WindowsRuntime 1

Sestavení obsahuje prostředí Windows Runtime kód.

Platí pro