AssemblyReferenceType Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the type of an assembly reference.
public enum class AssemblyReferenceType
C#
public enum AssemblyReferenceType
type AssemblyReferenceType =
Public Enum AssemblyReferenceType
- Inheritance
-
AssemblyReferenceType
Name | Value | Description |
---|---|---|
Unspecified | 0 | Assembly type is unspecified and will be determined by the UpdateFileInfo method. |
ClickOnceManifest | 1 | Specifies a ClickOnce manifest. |
ManagedAssembly | 2 | Specifies a .NET assembly. |
NativeAssembly | 3 | Specifies a Win32 native assembly. |
Product | Versions |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 16, 17 |