VisualBasicImportReference Class
Represents an assembly reference and the namespace imported from that assembly.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | VisualBasicImportReference() | Initializes a new instance of the VisualBasicImportReference class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Equals(VisualBasicImportReference^) | Determines whether the specified VisualBasicImportReference is equal to the current VisualBasicImportReference. |
![]() | 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() | Returns the hash code for the VisualBasicImportReference instance.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class is used by VisualBasicValue<TResult> and VisualBasicReference<TResult> to provide assembly references and namespaces required for expression compilation.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


