AssemblyContentType Enumeração
Definição
Fornece informações sobre o tipo de código contido em um assembly.Provides information about the type of code contained in an 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
- Atributos
Campos
| Default | 0 | O assembly contém código do .NET.The assembly contains .NET code. |
| WindowsRuntime | 1 | O assembly contém código do Windows Runtime.The assembly contains Windows Runtime code. |