The AssemblyReference type exposes the following members.

Constructors

  NameDescription
Public methodAssemblyReference
Initializes a new instance of the AssemblyReference class.

Methods

  NameDescription
Public methodEquals (Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCopyLocal
Gets or sets a value indicating the assembly should be copied local.
Public propertyFullName
Gets or sets the full assembly name.
Public propertyFullPath
Gets or sets the full path to the assembly.
Public propertyGlobalAssemblyCache
Gets a value indicating whether the assembly was loaded from the global assembly cache.
Public propertyName
Gets or sets the assembly name.
Public propertyOriginal
Gets or sets the original name used to request the assembly resolve.

See Also