AssemblyContentType 열거형

정의

어셈블리에 포함된 코드의 종류에 대한 정보를 제공합니다.

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
상속
AssemblyContentType
특성

필드

Default 0

어셈블리에는 .NET 코드가 포함되어 있습니다.

WindowsRuntime 1

어셈블리는 Windows 런타임 코드를 포함합니다.

적용 대상