AssemblyContentType Enum

Definitie

Bevat informatie over het type code in een 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
Overname
AssemblyContentType
Kenmerken

Velden

Name Waarde Description
Default 0

De assembly bevat .NET code.

WindowsRuntime 1

De assembly bevat Windows Runtime code.

Van toepassing op