AssemblyReferenceType Enum
Definition
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
public enum AssemblyReferenceType
type AssemblyReferenceType =
Public Enum AssemblyReferenceType
- Inheritance
-
AssemblyReferenceType
Fields
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. |