AssemblyContentType Enumeration

Definition

Stellt Informationen zum Codetyp bereit, der in einer Assembly enthalten ist.

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

Name Wert Beschreibung
Default 0

Die Assembly enthält .NET Code.

WindowsRuntime 1

Die Assembly enthält Windows-Runtime Code.

Gilt für: