Edit

Share via


AssemblyContentType Enum

Definition

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

C#
public enum AssemblyContentType
C#
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public enum AssemblyContentType
Inheritance
AssemblyContentType
Attributes

Fields

Name Value Description
Default 0

The assembly contains .NET code.

WindowsRuntime 1

The assembly contains Windows Runtime code.

Applies to