AssemblyContentType Enumerazione

Definizione

Fornisce informazioni sul tipo di codice contenuto in un 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
Ereditarietà
AssemblyContentType
Attributi

Campi

Default 0

Assembly contenente il codice .NET.

WindowsRuntime 1

L'assembly contiene codice Windows Runtime.

Si applica a