AssemblyContentType Enumeração

Definição

Fornece informações sobre o tipo de código contido em um assembly.

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
Herança
AssemblyContentType
Atributos

Campos

Default 0

O assembly contém código do .NET.

WindowsRuntime 1

O assembly contém código do Windows Runtime.

Aplica-se a