AssemblyContentType Énumération

Définition

Fournit des informations sur le type de code contenu dans 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
Héritage
AssemblyContentType
Attributs

Champs

Default 0

L'assembly contient du code .NET.

WindowsRuntime 1

L’assembly contient le code Windows Runtime.

S’applique à