AssemblyContentType Enumeration

Definition

Stellt Informationen über den Typ des Codes in einer Assembly bereit.

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
Vererbung
AssemblyContentType
Attribute

Felder

Default 0

Die Assembly enthält .NET-Code.

WindowsRuntime 1

Die Assembly enthält Windows-Runtime-Code.

Gilt für