AssemblyContentType Enumeración

Definición

Proporciona información sobre el tipo de código de un ensamblado.

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
Herencia
AssemblyContentType
Atributos

Campos

Default 0

El ensamblado contiene código de .NET.

WindowsRuntime 1

El ensamblado contiene código de Windows Runtime.

Se aplica a