AssemblyContentType Enum

Definition

Innehåller information om vilken typ av kod som finns i en sammansättning.

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
Arv
AssemblyContentType
Attribut

Fält

Name Värde Description
Default 0

Sammansättningen innehåller .NET kod.

WindowsRuntime 1

Sammansättningen innehåller Windows Runtime kod.

Gäller för