AssemblyReferenceType Enum

Definition

Describes the type of an assembly reference.

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

Fields

ClickOnceManifest 1

Specifies a ClickOnce manifest.

ManagedAssembly 2

Specifies a .NET assembly.

NativeAssembly 3

Specifies a Win32 native assembly.

Unspecified 0

Assembly type is unspecified and will be determined by the UpdateFileInfo method.

Applies to