Uredi

AssemblyContentType Enum

Definition

Provides information about the type of code contained in an assembly.

public enum class AssemblyContentType
public enum AssemblyContentType
type AssemblyContentType = 
Public Enum AssemblyContentType
Inheritance
AssemblyContentType

Fields

Name Value Description
Default 0

The assembly contains .NET code.

WindowsRuntime 1

The assembly contains Windows Runtime code.

Applies to