AssemblyReference Class
Represents an assembly reference.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | AssemblyReference() | Initializes a new instance of the AssemblyReference class. |
| Name | Description | |
|---|---|---|
![]() | Assembly | Gets or sets the assembly of the assembly reference. |
![]() | AssemblyName | Gets or sets the name of the assembly. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from 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() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | LoadAssembly() | Attempts to load an assembly. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Implicit(Assembly^ to AssemblyReference^) | Converts the specified assembly reference. |
![]() ![]() | Implicit(AssemblyName^ to AssemblyReference^) | Converts the specified assembly reference with a specific assembly name. |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




