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.

Применяется к