The AssemblyReference type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AssemblyReference |
Initializes a new instance of the AssemblyReference class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides Object..::..Equals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | (Overrides Object..::..GetHashCode()()()().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CopyLocal |
Gets or sets a value indicating the assembly should be copied local.
| |
| FullName |
Gets or sets the full assembly name.
| |
| FullPath |
Gets or sets the full path to the assembly.
| |
| GlobalAssemblyCache |
Gets a value indicating whether the assembly was loaded from the global assembly cache.
| |
| Name |
Gets or sets the assembly name.
| |
| Original |
Gets or sets the original name used to request the assembly resolve.
|